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
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 |
How to download CBSE Class 12 Informatics Practices Sample Paper 2017 Set B in PDF?
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 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 B 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.
Why should you solve CBSE Class 12 Informatics Practices Sample Paper 2017 Set B?
a) This is new Set from Class 12 Informatics Practices Sample Papers and has questions which are different from other sets.
b) As you will do more sets and also refer to Class 12 Informatics Practices Question Papers, then it will help you understand the type of questions asked in exams.
d) Compare your score of each set to understand your weak areas in Class 12 Informatics Practices.
e) Solving this paper which also has MCQ questions for Class 12 Informatics Practices will make you faster and better at answering questions.
What should you do after solving CBSE Class 12 Informatics Practices Sample Paper 2017 Set B?
a) Check your answers with the solutions given in the downloaded sample paper in PDF of Class 12 Informatics Practices.
b) Class 12 students should try to find where you made mistakes and learn from them.
c) If a question was hard, read the concepts in NCERT book for Class 12 Informatics Practices and then practice it again to get better.
d) Solve more sets of sample papers for Class 12 Informatics Practices to improve even more.
You can download CBSE Class 12 Informatics Practices Sample Paper 2017 Set B from StudiesToday.com
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
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 B are available in multiple languages, including English, Hindi