CBSE Class 12 Informatics Practices Sample Paper 2017 Set B

Read and download PDF of CBSE Class 12 Informatics Practices Sample Paper 2017 Set B 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 B

Informatics Practices Class 12 Sample Paper

 

Q1. a) Draw a network layout of star topology to connect one server and 4 client computers.

 b) Satish is confused between the working of a firewall and antivirus. Write few lines to remove his confusion.

c) Who is considered as a owner of an Open Source Software? Why MS Office is not an open source software ? 

d) Name one Open Source Programming languages. 

e) Name two threats to security in a network. What is the role of Firewall in Network security? 

f) What is relationship between an IP address and a Domain Name? What is a Domain Name Server? 

g) Write one advantage and one disadvantage of Open Source software over Proprietary software. 

Q2. a) What is the difference between jTextField and jPasswordFiled components? 

b) What would be the value of variable a after execution of following code : 

for(int i = 2 , j = 5, a = 6 ; i<=j ; i++, j--) { a+=i+j; }

c) Consider two JListcomponents: jList1 and jList2 and then interpret the task done in following step : jList1.setSelectedIndex(jList2.getSelectedIndex() – 1); (1) d) Convert the following code into a switch case statement : (1) int i = Integer.parseInt( jtextF1.getText( ) ); if (i == 2)

System.out.print(“Yes”);

else System.out.print(“No”);

e) Write code to produce the above HTML Table Output (Table is blank) 

f) Kamal wants to transfer data from his MySQL database into an excel file, using which of the following markup language he will perform the task and why? 

i) HTML ii) XML iii) SGML

g) Write java code that take any number from user in jTextField1 and calculates the sum of all even digits and display it in separate textField names jTextField2. For example if the number entered is 7424 then the output would be 

Q3. a) Keerti created a database name MOVIE using MySQL, when she wrote and executed SQL command to create a table in the database MOVIE , an error message : “No database selected” appeared before her. How can Keerti remove this error so that she can create the table? 

b) Can we remove Primary Key column of a Table in MySQL? What is problem with it? (1) c) Is NULL value the same as 0 (zero)? Write the reason for your answer. (1) d) Kabir works as a database administrator in a company , he wants to rollback his last three SQL commands and commit all other commands before it. Which MySQL he should suitably used? (1) e) What would be the output of the following SQL commands on the basis of VISIT table. (2)

i) Select Donation + Fee from VISIT ;

ii) Select Count(Fee), Avg(Donation) from VISIT;

f) Write output of the following MySQL queries : 

i) SELECT DAYOFMONTH(NOW());

ii) SELECT ROUND(140.295,-2);

iii) SELECT INSTR(‘Corporation’, ‘or’);

iv) SELECT CONCAT(‘India’, NULL, ‘Australia’);

g) While using SQL pattern matching, what is the difference between ‘_’ (underscore) and ‘%’ wildcard symbols? (2)

Q4. a) Define Superclass and Subclass in Java in relation with Inheritance. (1) b) What would be the output of the following code : (1) String name = “Rishabh”; JOptionPane.showMessageDialog(null , name + name.length() );

c) What would be the output in jTextField1 of the code below : (1) jTextField1.setText(“ “ + Integer.parseInt(“101”) + 2 + 3); d) Find the output of the following code snippet : (2) String str = "Greatest", newStr = ""; for(int i = 0; i<str.length() - 4 ; i++) { newStr = newStr + str.substring( i , i+2)+"\n"; }

JOptionPane.showMessageDialog(null, newStr); e) Rewrite the following code using while loop : (2) for(int x = 1 , y = 2, z = 5 ; x<= z ; x++ , y - -)

{ z += x+y;

} JoptionPane.showMessageDialog(null , “Stop”);

f) The following code has error(s) . Rewrite the correct code underlining all the corrections made : String x = 1230; (2) int x = 2; String str ; for(int b = 0 ; b <x.length() ; b++); { str += b; }

g) Veermani works in a company and wants to make a Depreciation Calculator as per following GUI 

 

Please click the link below to download CBSE Class 12 Informatics Practices Sample Paper 2017 Set B

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 B. 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 B 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 B 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 B 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 B 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 B 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 B 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 B in Pdf

You can download CBSE Class 12 Informatics Practices Sample Paper 2017 Set B 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 B

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

Yes, the CBSE Class 12 Informatics Practices Sample Paper 2017 Set B 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 B

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

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

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

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

Regular practice of sample question paper given on studiestoday for CBSE Class 12 Informatics Practices Sample Paper 2017 Set B 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 B

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 B be accessed on mobile devices

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

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

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