CBSE Class 12 Informatics Practices Sample Paper 2017 Set E

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:- 

CBSE Class 12 Informatics Practices Sample Paper 2017 (5)

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

More Study Material

Sample Paper Informatics Practices Class 12

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 refer to CBSE Class 12 Informatics Practices Sample Paper 2017 Set E that we have provided above. 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. If you do CBSE Class 12 Informatics Practices Sample Paper 2017 Set E for Class 12 Informatics Practices you will easily understand the way examination Sample Paper are set by teachers.

Class 12 Informatics Practices Sample Paper

The latest Sample Paper CBSE Class 12 Informatics Practices Sample Paper 2017 Set E covers all the topics which have been suggested by CBSE in their Class 12 Informatics Practices syllabus for the current year. 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 and learn them so that you can get full marks in those questions.

Class 12 Informatics Practices Model Question Paper Pdf Download

We have provided link above of CBSE Class 12 Informatics Practices Sample Paper 2017 Set E in Pdf format so that you can just click the links and easily download the papers with answers. On studiestoday, we have also provided a download and print option for all CBSE Class 12 Informatics Practices latest Sample Papers for Class 12 Informatics Practices to make it more easy for students. You can download CBSE Class 12 Informatics Practices Sample Paper and Class 12 Informatics Practices Question Papers in PDF absolutely free of cost.

Informatics Practices Sample Paper Class 12 with Solutions

We have provided CBSE Class 12 Informatics Practices Sample Paper 2017 Set E with solutions. You will be able to understand the type of answers which you should write in Class 12 Informatics Practices exams to score good marks. 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. This way you will be able to identify your weak areas and also understand how the teachers of Class 12 Informatics Practices set their questions in the exams.

CBSE Class 12 Informatics Practices Sample Paper with solutions

We have provided the current year Class 12 Informatics Practices Sample Paper. Students who want to practice Sample Paper from all previous years can easily get them on studiestoday. We are the leading website in India from which you can download all the latest Class 12 Informatics Practices study material for free as per the CBSE syllabus for Class 12 Informatics Practices for the current academic year.

Where can I download CBSE Class 12 Informatics Practices Sample Paper 2017 Set E in Pdf

You can download CBSE Class 12 Informatics Practices Sample Paper 2017 Set E from StudiesToday.com

Can I download the latest Sample Paper of Class 12 Informatics Practices in Pdf

Yes, you can click on the links above and download Sample Paper in PDF for Class 12 for Informatics Practices. Click on above link to download CBSE Class 12 Informatics Practices Sample Paper 2017 Set E

Is the Class 12 Informatics Practices Mock Paper available for the latest session

Yes, the CBSE Class 12 Informatics Practices Sample Paper 2017 Set E issued for Class 12 Informatics Practices have been made available here for latest academic session

How can I download and print CBSE Class 12 Informatics Practices Sample Paper 2017 Set E

You can easily access the link above and download CBSE Class 12 Informatics Practices Sample Paper 2017 Set E and save on your computer of mobile

Is there any charge for CBSE Class 12 Informatics Practices Sample Paper 2017 Set E

There is no charge for CBSE Class 12 Informatics Practices Sample Paper 2017 Set E you can download everything free

How can I improve my scores by solving CBSE Class 12 Informatics Practices Sample Paper 2017 Set E

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

Are there any websites that offer free CBSE Class 12 Informatics Practices Sample Paper 2017 Set E

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

Can model paper CBSE Class 12 Informatics Practices Sample Paper 2017 Set E be accessed on mobile devices

Yes, studiestoday provides CBSE Class 12 Informatics Practices Sample Paper 2017 Set E in Pdf and can be accessed on smartphones and tablets.

Are mock CBSE Class 12 Informatics Practices Sample Paper 2017 Set E available in multiple languages

Yes, mock CBSE Class 12 Informatics Practices Sample Paper 2017 Set E are available in multiple languages, including English, Hindi