CBSE Class 11 Informatics Practices Worksheet Set B Solved

Read and download free pdf of CBSE Class 11 Informatics Practices Worksheet Set B Solved. Download printable Informatics Practices Class 11 Worksheets in pdf format, CBSE Class 11 Informatics Practices All Chapters Worksheet has been prepared as per the latest syllabus and exam pattern issued by CBSE, NCERT and KVS. Also download free pdf Informatics Practices Class 11 Assignments and practice them daily to get better marks in tests and exams for Class 11. Free chapter wise worksheets with answers have been designed by Class 11 teachers as per latest examination pattern

All Chapters Informatics Practices Worksheet for Class 11

Class 11 Informatics Practices students should refer to the following printable worksheet in Pdf in Class 11. This test paper with questions and solutions for Class 11 Informatics Practices will be very useful for tests and exams and help you to score better marks

Class 11 Informatics Practices All Chapters Worksheet Pdf

1.
(a) Write Java code to display area of a circle in jTextField2 on clicking AREA button. The user enters radius of the circle in jTextField1. Also write code to terminate application when the user clicks EXIT button.

CBSE Class 11 Informatics Practices Worksheet Set B Solved 1

(b) Predict the output of the following code fragment :

int a=30,b=40, i=10, j=10;
if (a<100)
if (b>50)
++i;
else ++j;
System.out.println(“i=”+i);
System.out.println(“j=”+j);

(c) Rewrite the following code in Java using if statement

int k;
char d;
switch (k) {
case 1: d=‟N‟;
break;
case 2: d=‟E‟;
break;
case 3: d=‟W‟;
break;
case 4: d=‟S‟;
break;
default: d=‟M‟; }

(d) An electronic shop has announced the following seasonal discounts on the purchase of certain items.

CBSE Class 11 Informatics Practices Worksheet Set B Solved 2

Develop the following GUI application based on the above criteria, to input name of a customer, amount of purchase and item of purchase (TV or Music System using Radio Button) by a customer. Compute and print the net amount to be paid by a customer in a text field (jTextField3) on clicking COMPUTE button. (Net amount = amount of purchase – discount)

CBSE Class 11 Informatics Practices Worksheet Set B Solved 3

(e) Develop the following GUI application to find day of the week.

CBSE Class 11 Informatics Practices Worksheet Set B Solved 4

Write Java code to accept an integer between 1 to 7 in jTextField1 and display day of the week (Monday for 1, Tuesday for 2 and so on..) in jTextField2 on clicking FIND DAY button using switch statement. If the user enters any other number display ERROR. Also write code for RESET button to clear both the text fields.

(f) Give any one difference between Radio Button and Check Box. 

2.

(a) Given the following table STUDENT

CBSE Class 11 Informatics Practices Worksheet Set B Solved 5

Write SQL commands based on STUDENT table for the following :

(i) Display names of the students whose average is in the range 70 to 90.

(ii) Display the details of the students in ascending order of Admno.

(iii) Display Admno and name of students from class 9 whose average marks are below 60.

(iv) Display details of the students whose name ends with „a‟

(v) Display Name and class of students whose average marks are not entered in the table

(b) Write output for the following SQL commands based on STUDENT table

(i) SELECT Name FROM STUDENT WHERE Class IN (11,12);

(ii) SELECT DISTINCT Class FROM STUDENT;


Please click on below link to download CBSE Class 11 Informatics Practices Worksheet Set B Solved

Practice Worksheets for Class 11 Information Practices
CBSE Class 11 Informatics Practices Hardware Concepts Worksheet
CBSE Class 11 Informatics Practices Java Programming Decision Structures Worksheet
CBSE Class 11 Informatics Practices Java Programming List Box Worksheet
CBSE Class 11 Informatics Practices Java Programming Looping Structures Worksheet
CBSE Class 11 Informatics Practices Java Programming Variables Worksheet
CBSE Class 11 Informatics Practices Java Programming Worksheet
CBSE Class 11 Informatics Practices My Sql Worksheet Set A
CBSE Class 11 Informatics Practices My Sql Worksheet Set B
CBSE Class 11 Informatics Practices My Sql Worksheet Set C
CBSE Class 11 Informatics Practices My Sql Worksheet Set D
CBSE Class 11 Informatics Practices My Sql Worksheet Set E
CBSE Class 11 Informatics Practices My Sql Worksheet Set F
CBSE Class 11 Informatics Practices Python Conditional And Iterative Worksheet
CBSE Class 11 Informatics Practices Simple Queries Worksheet
CBSE Class 11 Informatics Practices Simple Queries Worksheet Set A
CBSE Class 11 Informatics Practices Sql Worksheet
CBSE Class 11 Informatics Practices Worksheet Set A Solved
CBSE Class 11 Informatics Practices Worksheet Set B Solved
CBSE Class 11 Informatics Practices Worksheet Set C Solved
CBSE Class 11 Informatics Practices Worksheet Set D Solved
CBSE Class 11 Informatics Practices Worksheet Set E Solved
CBSE Class 11 Informatics Practices Worksheet Set F Solved
CBSE Class 11 Informatics Practices Worksheet Set G Solved
CBSE Class 11 Informatics Practices Worksheet Set H Solved
CBSE Class 11 Informatics Practices Worksheet Set I Solved
CBSE Class 11 Informatics Practices Worksheet Set J Solved
CBSE Class 11 Informatics Practices Worksheet Set K Solved
CBSE Class 11 Informatics Practices Worksheet Set L Solved
CBSE Class 11 Informatics Practices Worksheet Set M Solved
CBSE Class 11 Informatics Technology Computer Fundamentals Worksheet
CBSE Class 11 Informatics Technology Computer Organization And Network Worksheet
CBSE Class 11 Informatics Technology Computer Organization And User Perspective Worksheet
CBSE Class 11 Informatics Technology IT Applications Worksheet
CBSE Class 11 Informatics Technology Networking And Internet Worksheet
CBSE Class 11 Informatics Technology Office Automation Tools Worksheet Set A
CBSE Class 11 Informatics Technology Office Automation Tools Worksheet Set B
CBSE Class 11 Informatics Technology Office Automation Tools Worksheet Set C
CBSE Class 11 Informatics Technology Office Automation Tools Worksheet Set D
CBSE Class 11 Informatics Technology Open Office Calc Worksheet
CBSE Class 11 Informatics Technology Open Office Impress Worksheet
CBSE Class 11 Informatics Technology Open Office Writer Worksheet Set A
CBSE Class 11 Informatics Technology Open Office Writer Worksheet Set B
CBSE Class 11 Informatics Technology Presentation Worksheet Set F
CBSE Class 11 Informatics Technology Troubleshooting Hardware Software And Networking Worksheet Set A
CBSE Class 11 Informatics Technology Troubleshooting Hardware Software And Networking Worksheet Set B
CBSE Class 11 Informatics Technology Word Processing Worksheet

All Chapters CBSE Class 11 Informatics Practices Worksheet

The above practice worksheet for All Chapters has been designed as per the current syllabus for Class 11 Informatics Practices released by CBSE. Students studying in Class 11 can easily download in Pdf format and practice the questions and answers given in the above practice worksheet for Class 11 Informatics Practices on a daily basis. All the latest practice worksheets with solutions have been developed for Informatics Practices by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their examinations. Studiestoday is the best portal for Printable Worksheets for Class 11 Informatics Practices students to get all the latest study material free of cost. Teachers of studiestoday have referred to the NCERT book for Class 11 Informatics Practices to develop the Informatics Practices Class 11 worksheet. After solving the questions given in the practice sheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 11 Informatics Practices designed by our teachers. After solving these you should also refer to Class 11 Informatics Practices MCQ Test for the same chapter. We have also provided a lot of other Worksheets for Class 11 Informatics Practices which you can use to further make yourself better in Informatics Practices.

Where can I download latest CBSE Practice worksheets for Class 11 Informatics Practices All Chapters

You can download the CBSE Practice worksheets for Class 11 Informatics Practices All Chapters for the latest session from StudiesToday.com

Are the Class 11 Informatics Practices All Chapters Practice worksheets available for the latest session

Yes, the Practice worksheets issued for All Chapters Class 11 Informatics Practices have been made available here for the latest academic session

Is there any charge for the Practice worksheets for Class 11 Informatics Practices All Chapters

There is no charge for the Practice worksheets for Class 11 CBSE Informatics Practices All Chapters you can download everything free

How can I improve my scores by solving questions given in Practice worksheets in All Chapters Class 11 Informatics Practices

Regular revision of practice worksheets given on studiestoday for Class 11 subject Informatics Practices All Chapters can help you to score better marks in exams

Are there any websites that offer free Practice test papers for Class 11 Informatics Practices All Chapters

Yes, studiestoday.com provides all the latest Class 11 Informatics Practices All Chapters test practice sheets with answers based on the latest books for the current academic session