Read and download free pdf of CBSE Class 11 Informatics Practices Worksheet Set C 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) What will be the text in jLabel1 after executing the following code ?
int First=7;
int Second=83;
First++;
if (First + Second >90)
jLabel1.setText(“Value is 90”);
else
jLabel1.setText(“Value is not 90”);
(b) Write Java code to display area of a rectangle in jTextField3 on clicking AREA button. The user enters length and breadth of the rectangle in jTextField1 and jTextField2 respectively. Also write code to terminate application when the user clicks EXIT button.
€ Develop the following GUI application to find day of the week.
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 if statement. If the user enters any other number display ERROR. Also write code for RESET button to clear both the text fields.
(d) Rewrite the following code in Java using switch statement
int k;
char d;
if (d==‟N‟)
k=1;
else if (d==‟S‟)
k=2;
else if (d==‟E‟)
k=3;
else if (d==‟W‟)
k=4;
else k=0;
€ Give any one difference between Text Field and Text Area.
(f) Create a GUI application to compute Total Amount.
Write Java code to find Total Amount to be paid by a customer on clicking Compute button, according to the checkbox selected. The user enters name of the customer and selects one or more items. If TV is selected, display Bill Amount 35000. If Music System is selected, display Bill Amount 28500. Find the total amount. If Elite Customer Check Box is selected,
give a discount of 10% in the total amount. Display the Final Amount in Total Amount Text Field (jTextField4)
2.
(a) Given the following table EMPLOYEE
Write SQL commands based on EMPLOYEE table for the following :
(i) Display names of the employees whose salary is in the range 50000 to 70000.
(ii) Display details of the employees in descending order of Empno.
(iii) Display Empno and Name of employees from Sales department whose salary is below 80000.
(iv) Display details of the employees whose name has the letter „a‟
(v) Display Name and department of employee whose salary is not entered in the table
(b) Write output for the following SQL commands based on EMPLOYEE table
(i) SELECT Name FROM EMPLOYEE WHERE Dept IN („HR‟,‟Marketing‟);
(ii) SELECT Name, Salary*0.1 “Bonus” FROM EMPLOYEE WHERE Dept=‟Marketing‟;
Please click on below link to download CBSE Class 11 Informatics Practices Worksheet Set C Solved
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.
You can download the CBSE Practice worksheets for Class 11 Informatics Practices All Chapters for the latest session from StudiesToday.com
Yes, the Practice worksheets issued for All Chapters Class 11 Informatics Practices have been made available here for the latest academic session
There is no charge for the Practice worksheets for Class 11 CBSE Informatics Practices All Chapters you can download everything free
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
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