Read and download free pdf of CBSE Class 11 Information Practices Introduction To Programming Worksheet. Students and teachers of Class 11 Informatics Practices can get free printable Worksheets for Class 11 Informatics Practices Introduction To Programming in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 11 students should practice questions and answers given here for Informatics Practices in Class 11 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 11 Informatics Practices Worksheets prepared by teachers as per the latest Informatics Practices books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests
Worksheet for Class 11 Informatics Practices Introduction To Programming
Class 11 Informatics Practices students should refer to the following printable worksheet in Pdf for Introduction To Programming in Class 11. This test paper with questions and answers for Class 11 will be very useful for exams and help you to score good marks
Class 11 Informatics Practices Worksheet for Introduction To Programming
CBSE Class 11 Information Practices - Introduction to Programming. Students can download these worksheets and practice them. This will help them to get better marks in examinations. Also refer to other worksheets for the same chapter and other subjects too. Use them for better understanding of the subjects.
1. Create a GUI application that asks for TWO integers from user and display the result as shown in the screen shot.
Add a new frame to the project.
Design the frame having controls arranged as shown above.
(3 Labels, 3 Text boxes, 3 Command buttons).
Set the names and Settings of the above controls as shown in the table below:
Control
Name
Property/Setting
TextField1
num1
Make it blank, Tahoma 12 Bold
TextField2
num2
Make it blank, Tahoma 12 Bold
TextField3
num3
Result, Deactivate, Tahoma 12 Bold
Label1
Enter first number, Tahoma 12 Bold
Lablel2
Enter second number, Tahoma 12 Bold
Label3
Answer, Tahoma 12 Bold
Button1
sum
Tahoma 12 Bold
Button2
product
Tahoma 12 Bold
Button3
diff
Tahoma 12 Bold
Double click on “Sum” button and type the following code :
int a= Integer.parseInt(num1.getText());
int b= Integer.parseInt(num2.getText());
int c=a+b;
num3.setText(c+"");
Save you work. Press Shift +F6/ Run to the see the output.
Complete the coding for Product and Difference.
PORTIONS FOR FIRST ASSESMENT- (2016)
SUBJECT: INFORMATICS PRACTICES(CODE:065)
Sl.No
Chapter Name
MARKS
1
Introduction To Programming
Chapter-3 Getting Started With Programming Using IDE
Chapter-4 Programming Fundamentals
Chapter-5 Flow Of Control
35
2
Relational Database Management Systems
Chapter-10 DBMS Concepts
Chapter-11 Introduction To MySQLl
Chapter-12 Simple Queries In SQL
Chapter-13 MySQL Functions
Chapter-14 Table Creation And Data Manipulation Commands
35
TOTAL
70
Please click the link below to download CBSE Class 11 Information Practices - Introduction to Programming
Worksheet for CBSE Informatics Practices Class 11 Introduction To Programming
We hope students liked the above worksheet for Introduction To Programming designed as per the latest syllabus for Class 11 Informatics Practices released by CBSE. Students of Class 11 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 11 Informatics Practices on a daily basis. All the latest worksheets with answers 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 class tests and examinations. Expert 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 worksheet 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. We have also provided a lot of MCQ questions for Class 11 Informatics Practices in the worksheet so that you can solve questions relating to all topics given in each chapter.
You can download the CBSE Printable worksheets for Class 11 Informatics Practices Introduction To Programming for latest session from StudiesToday.com
There is no charge for the Printable worksheets for Class 11 CBSE Informatics Practices Introduction To Programming you can download everything free
Yes, studiestoday.com provides all latest NCERT Introduction To Programming Class 11 Informatics Practices test sheets with answers based on the latest books for the current academic session
CBSE Class 11 Informatics Practices Introduction To Programming worksheets cover all topics as per the latest syllabus for current academic year.
Regular practice with Class 11 Informatics Practices worksheets can help you understand all concepts better, you can identify weak areas, and improve your speed and accuracy.