Read and download PDF of CBSE Class 12 Informatics Practices Sample Paper 2017 Set E designed as per the latest curriculum and examination pattern for Class 12 issued by CBSE, NCERT and KVS. The latest Class 12 Informatics Practices Sample Papers have been provided with solutions so that the students can solve these practice papers and then compare their answers. This will help them to identify mistakes and improvement areas in Informatics Practices Class 12 which they need to study more to get better marks in Class 12 exams. After solving these guess papers also refer to solved Class 12 Informatics Practices Question Papers available on our website to build strong understanding of the subject
Sample Paper for Class 12 Informatics Practices Pdf
Students can refer to the below Class 12 Informatics Practices Sample Paper designed to help students understand the pattern of questions that will be asked in Class 12 exams. Please download CBSE Class 12 Informatics Practices Sample Paper 2017 Set E
Informatics Practices Class 12 Sample Paper
Q.1(a) Which protocol is used for the transfer of hypertext documents on the internet?
(b) Apna Bazar Inc. is a departmental store with design unit and market unit 135 meters away from each other. This departmental store recently connected their LANs using Ethernet cable to share the stock related information. But, after joining their LANs, they are not able to share the information due to loss of signal in between. Which device out the following should you suggest to be installed for a sooth communication?
(i) HUB (ii) MODEM (iii) REPEATER
(C) Name any two most popularly used search engines.
(d) Name any Indian scripts included in Unicode.
(e) Given the following MAC address. Can you justify its parts? Also specify who defines /specifies these parts number?
00:A3:03:51:0E:AC
(f) Expand the following abbreviations and explain in brief: -
(i) FLOSS (ii) GNU.
(g) Distinguish between Open Source Software and Proprietary Software.
Q2. (a) While making a Form in Netbeans, Mr. Sumit wants to display a list of countries to allow the users to select their own country. Suggest him to choose most appropriate control out of ListBox and ComboBox.
(b) Write a statement to make jTextArea1 as un-editable.
(c) What is the purpose of break statement within a loop?
(d) How is <UL> tag different from <OL> tag of HTML?
(e) What will be the value of x and y after execution of the following code:
int x,y=0;
for (x=1; x<=5; x++)
y=x++;
(f) What will be the value of jTextArea1 after executing the following code (Assuming that the jTextArea1 had no content before executing this code)?
for (int R=1; R<=4; R++)
{
jTextArea1.setText(jTextArea1.getText() + “ ” + Integer.toString(R*R));
}
(g) What is the difference between XML and HTML?
Q3.(a) Which command is used in MySQL to make the changes permanent within a database?
(b) Mr. Ansuman a S/W Engineer wants to remove the entire content of a table “CUSTOMER” along with its structure to release the storage space. What MySQL statement should he use?
(c) Rubina created a table “ITEM”, she wants to see those items whose price lies between 300 to 500. She wrote a query:
SELECT * FROM ITEM WHOSE price BETWEEN>300 TO 500;
Help Rubina to run the query by removing the errors from the query by rewriting it.
(d) A table STUDENT has 4 rows and 2 columns and another table FEE has 3 rows and 4 columns. How many rows and columns will be there if we obtain the Cartesian product of these two tables?
(e) The ITEM_NO and COST columns of a table CUSTOMER are given below:-
Based on this information, find out the output of the following queries:-
i) SELECT AVG(COST) FROM CUSTOMER;
ii) SELECT COST+100 FROM CUSTOMER WHERE ITEM_NO > 103;
(f) Differentiate between Alternate Key and Candidate Key.
(g) Mr. Pankaj Sharma is using a table with the following columns:
Name, Class, Course_Id, Course_Name
He needs to display the names of students who have not been assigned any course or have been assigned course name that ends with”Computers”.
He wrote the following command, which did not give the desired result.
SELECT Name, Class FROM Students
WHERE Course_Name = NULL OR Course_Name = ‘%Computers’;
Help Mr. Pankaj Sharma to run the query by removing the error and write correct query.
Q4.(a) Define inheritance with reference to object oriented programming.
(b) Rewrite the following program code using Switch Case statement:
if (k==1)
Day=”Monday”;
else if (k==2)
Day=” Tuesday”;
else if (k==3)
Day=” Wednesday”;
else
Day=”-”;
(c) What will be the content of jTextField1 after executing the following code:
int n=6;
n=n+1;
if (n>5)
jTextField1.setText(Integer.toString(n));
else
jTextField1.setText(Integer.toString(n+5));
(d) A phone number consisting of 10 digits, is stored in a string variable strPhone. Now it is required to store this phone number in a long type variable lngPhone. Write a Java statement to do this.
(e) Rewrite the following program code using a for loop:-
int p=1, sum=0;
while (p<10)
{
sum+=p;
p+=2;
}
(f) The following program code has some error(s). Rewrite the correct code after underlining the corrections made:
Int i, j=5;
I == j+5;
if (i=j)
{
jtextfield1.setText(“I and j are unequal”);
jtextfield1.setText(“I and j are not equal”);breaks;
}
else
jtextfield1.setText(“I and j are equal”)
Please click the link below to download CBSE Class 12 Informatics Practices Sample Paper 2017 Set E
CBSE Class 12 Informatics Practices Sample Paper 2019 (1) |
CBSE Class 12 Informatics Practices Sample Paper 2019 (2) |
CBSE Class 12 Informatics Practices Sample Paper 2019 (3) |
CBSE Class 12 Informatics Practices Blue Print |
CBSE Class 12 Informatics Practices Sample Paper 2017 Set E
We hope you liked the above provided CBSE Class 12 Informatics Practices Sample Paper 2017 Set E. To get an understanding of the type of questions which were asked in exams, it is important for Class 12 students to understand the way sample Paper are set by teachers. Students can download the Sample Paper for Class 12 Informatics Practices which will be coming in the exams so that you can practise them and solve all types of questions that can be asked in exams. By doing CBSE Class 12 Informatics Practices Sample Paper 2017 Set E you will understand the regular questions and MCQ questions for Class 12 Informatics Practices which are always asked. You can download CBSE Class 12 Informatics Practices Sample Paper and Class 12 Informatics Practices Question Papers in PDF. You should attempt all the last year question paper for Class 12 and Class 12 Informatics Practices MCQ Test in examination conditions at home and then compare their answers with the solutions provided by our teachers.
You can download CBSE Class 12 Informatics Practices Sample Paper 2017 Set E from StudiesToday.com
Regular practice of sample question paper given on studiestoday for CBSE Class 12 Informatics Practices Sample Paper 2017 Set E can help you to score better marks in exams
Yes, studiestoday.com provides all latest CBSE Class 12 Informatics Practices Sample Papers with answers based on the latest format issued for current academic session
Yes, mock CBSE Class 12 Informatics Practices Sample Paper 2017 Set E are available in multiple languages, including English, Hindi