CBSE Class 12 Informatics Practices Sample Paper 2019 (3)

Read and download PDF of CBSE Class 12 Informatics Practices Sample Paper 2019 (3) 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 2019 (3)

Informatics Practices Class 12 Sample Paper

CBSE Class 12 Informatics Practices Sample Paper 2019 (3). It’s always recommended to practice as many sample papers as possible before the examinations. Students can download the sample papers and also question papers of previous years to practice and score better marks in examinations. Refer to other links too for more sample papers.

1 (a) Which wireless communication channel is most appropriate in each of the following situations?

i Communication in a hilly area.

ii Very fast communication between two offices in two different countries.

(b) With what aim UNICODE was developed? 

(C) Expand the following file extensions:

(i) ODF (ii) XML

(d) Give one example of URL and one example of domain name. 

(e) What is the use of repeater in a Network? How is it different from Hub? 

(f) Give two characteristics of Star Topology. Also, show it using a diagram with interconnection of 5 computers.

(g) What is Snooping? 

2 (a) Name method is used to extract value of Index while using ListBox in Java. 

(b) What is the difference between the use of isSelected() and setSelected() methods used with JCheckBox in Java?

(c) Name any two commonly used methods of jComboBox control. 

(d) Name any two attributes used in <img> tag of HTML 

(e) How many times the following loops will execute? Which one of them is Entry Controlled and which one is Exit Controlled?

CBSE Class 12 Informatics Practices Sample Paper 2019 (3)

(f) What will be displayed in jTextField1 and jTextField2 after the execution of the following loop?

int Total =0 ,End=10;

for (int Turn=1,Turn<=End; Turn+=2)

Total++;

jTextField1.setText(Integer.toString(Total));

jTextField2.setText (Integer.toString(Turn));

(g) Differentiate between the <BR> and <HR> tags of HTML with suitable example. 

3 (a) Write a command to add a NOT NULL constraint on FEES column of a student table 

(b) Write SQL command to create a SAVEPOINT called AI. 

(c) Define Foreign Key with reference to RDBMS. 

(d) Table BANK has 2 rows and 3 columns .Table CUSTOMER has 4 rows and 3 columns.

What will be the cardinality and degree of the Cartesian product of them?

(e) There is column HOBBY in a Table CONTACTS .The following two statements are giving different outputs. What may be the possible reason?

SELECT COUNT (*) FROM CONTACTS;

SELECT COUNT (HOBBY) FROM CONTACTS;

(f) Name the methods used to convert one type of data to another in the following statement of java.

int Num= Integer.parseInt (jTextField1.getText () );

jTextField2.setText(Integer.toString(Num));

(g) Mr. Tandon is using table EMP with the following columns.

ECODE,DEPT,ENAME,SALARY

He wants to display all information of employees (from EMP table) in ascending order of ENAME and within it in ascending order of DEPT. He wrote the following command, which did not show the desired output.

SELECT * FROM EMP ORDER BY NAME DESC,DEPT;

Rewrite the above query to get the desired output.

4 (a) What will be the content of jTextArea1 and TextField1 after the execution of the following statements?

i jTextArea1.setText( “Go\t Green\n INDIA”) ;

ii String Message = “ All The Best” ;

jTextField1.setText(Message.length () -6)+” “ );

(b) Rewrite the following program code using a while loop statement:

int Last= Integer .parseInt(jTextField1.getText ( ) ) ;

for (int C=1; C<=Last; C++)

jTextArea1.setText(Integer.toString (C) ) ;

(c) Observe the following code carefully and find which statement will never get

executed in the code.

int Count=1; // Statement 1

do // Statement2

{ // Statement3

If (Count <15) // Statement4

jTextField1.setText (“Jump”) ; // Statement5

else // Statement6

jTextField1.setText (“STOP”); // Statement7

Count+=4; // Statement8

} // Statement9

while(t<=15); // Statement10

(d) Write java statement to make jButton1 disabled. 

(e) What will be displayed in jTextField1 after the execution of the following code?

int Sum, One=3,Two=5;

Sum =One + Two ++;

jTextField1. setText (Integer.toString(Sum) ) ;

jTextField2.setText (Integer.toString(Two) ) ;

(f) What will be the contents of Text1 and Text2 after the following code is executed? 

String Text2,Text1 ;

Please click the link below to download CBSE Class 12 Informatics Practices Sample Paper 2019 (3).

More Study Material

Sample Paper Informatics Practices Class 12

We hope you liked the above provided CBSE Class 12 Informatics Practices Sample Paper 2019 (3). 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 2019 (3) 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 2019 (3) 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 2019 (3) 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 2019 (3) 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 2019 (3) 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 2019 (3) 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 2019 (3) in Pdf

You can download CBSE Class 12 Informatics Practices Sample Paper 2019 (3) 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 2019 (3)

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

Yes, the CBSE Class 12 Informatics Practices Sample Paper 2019 (3) 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 2019 (3)

You can easily access the link above and download CBSE Class 12 Informatics Practices Sample Paper 2019 (3) and save on your computer of mobile

Is there any charge for CBSE Class 12 Informatics Practices Sample Paper 2019 (3)

There is no charge for CBSE Class 12 Informatics Practices Sample Paper 2019 (3) you can download everything free

How can I improve my scores by solving CBSE Class 12 Informatics Practices Sample Paper 2019 (3)

Regular practice of sample question paper given on studiestoday for CBSE Class 12 Informatics Practices Sample Paper 2019 (3) can help you to score better marks in exams

Are there any websites that offer free CBSE Class 12 Informatics Practices Sample Paper 2019 (3)

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 2019 (3) be accessed on mobile devices

Yes, studiestoday provides CBSE Class 12 Informatics Practices Sample Paper 2019 (3) in Pdf and can be accessed on smartphones and tablets.

Are mock CBSE Class 12 Informatics Practices Sample Paper 2019 (3) available in multiple languages

Yes, mock CBSE Class 12 Informatics Practices Sample Paper 2019 (3) are available in multiple languages, including English, Hindi