CBSE Class 12 Informatics Practices Java GUI Programming Revision Tour Assignment

Read and download free pdf of CBSE Class 12 Informatics Practices Java GUI Programming Revision Tour Assignment. Get printable school Assignments for Class 12 Informatics Practices. Class 12 students should practise questions and answers given here for Java Gui Programming Informatics Practices in Class 12 which will help them to strengthen their understanding of all important topics. Students should also download free pdf of Printable Worksheets for Class 12 Informatics Practices prepared as per the latest books and syllabus issued by NCERT, CBSE, KVS and do problems daily to score better marks in tests and examinations

Assignment for Class 12 Informatics Practices Java Gui Programming

Class 12 Informatics Practices students should refer to the following printable assignment in Pdf for Java Gui Programming in Class 12. This test paper with questions and answers for Class 12 Informatics Practices will be very useful for exams and help you to score good marks

Java Gui Programming Class 12 Informatics Practices Assignment

JAVA GUI PROGRAMMING REVISION TOUR – II [Swing Controls]


SOLVED QUESTIONS

1.What does getPassword() on a password field return?

 (a) a string (b) an integer (c) a character array.

Ans: (c) a character array

2. Which of the following component is the best suited to accept the country of the user? 

A. List B. Combo box C. Radio button D. Check box

Ans: B. Combo box

3. What command do you need to write in actionPerformed() event handler of a button, in order to make it exit button? 

a. System.out.println(); b. System.exit(0); c. System.out.print()

Ans: b. System.exit(0);

4.What method would you use, in order to simulate a button’s(namely Okbtn) click event, without any mouse activity from user’s side?

 a. Okbtn.setText() b.Okbtn.getText() c. Okbtn.doClick()

Ans: Okbtn.doClick()

5. What would be the name of the event handler method in the ListSelection listener interface for a list namely CheckList to handle its item selections? 

a. CheckListValueChanged() b. getSelectedValue() c. clearSelection()

Ans: a. CheckListValueChanged()

6. Which control displays text that the user cannot directly change or edit? 

a.TextField b. Checkbox c. Combobox d. Label

Ans: d.Label

7.Which control provides basic text editing facility? a.TextField b. Checkbox c. Combobox d. Label

Ans: a. TexfField

8. Occurrence of an activity is called: a. Function b. Class c. Object d. Event

Ans: d.Event.

9. Which property is used to set the text of the Label? a. font b.text c.name d. icon

Ans: b.text

10. The object containing the data to be exhibited by the combo box by which property. a. editable b. model c.selectedIndex d.selectedItem

Ans: b. model

11. What is GUI programming?

Ans: A GUI(Graphical User Interface) is an interface that uses pictures and other graphic entities along with text, to interact with user.

12. How is swing related to GUI programming?

Ans: We can create a GUI application on Java platform using Swing API (Application Programming Interface), which is part of Java Foundation Classes(JFC).

13. What is an event? What is event handler?

Ans: An event is occurrence of some activities either initiated by user or by the system. In order to react, you need to implement some Event handling system in your Application. Three things are important in Even Handling- Event Source: It is the GUI component that generates the event, e.g. Button. Event Handler or Event Listener: It is implemented as in the form of code. It receives and handles events through Listener Interface. Event Object or Message: It is created when event occurs. It contains all the information about the event which includes Source of event and type of event etc.

14. What is the default name of action event handler of a button namely TestBtn?

Ans: private void TestBtnActionPerfomed(java.awt.action.ActionEvent evt){ }.

 

Please refer to attached file for CBSE Class 12 Informatics Practices Java GUI Programming Revision Tour Assignment


Class 12 Informatics Practices Assignments
CBSE Class 12 Informatics Practices Concept Of Inheritance In Java
CBSE Class 12 Informatics Practices Database Concepts Assignment
CBSE Class 12 Informatics Practices Database Transactions Assignment
CBSE Class 12 Informatics Practices Extensible Markup Language Assignment
CBSE Class 12 Informatics Practices Free And Open Source Software Assignment
CBSE Class 12 Informatics Practices GUI Dialogs And Tables Assignment
CBSE Class 12 Informatics Practices HTML I Basic HTML Elements Assignment
CBSE Class 12 Informatics Practices HTML II Lists Tables and Forms Assignment
CBSE Class 12 Informatics Practices IT Applications Assignment
CBSE Class 12 Informatics Practices Java Database Connectivity To MySQL Assignment
CBSE Class 12 Informatics Practices Java GUI Programming Revision Tour Assignment
CBSE Class 12 Informatics Practices More About Classes And Libraries Assignment
CBSE Class 12 Informatics Practices More on SQL Grouping Records and Table Joins Assignment
CBSE Class 12 Informatics Practices More RDBMS Assignment
CBSE Class 12 Informatics Practices MYSQL Revision Tour Assignment
CBSE Class 12 Informatics Practices Networking and open standards Assignment
CBSE Class 12 Informatics Practices Programming Fundamentals Assignment
CBSE Class 12 Informatics Practices Revision Assignment Set A
CBSE Class 12 Informatics Practices Revision Assignment Set B
CBSE Class 12 Informatics Practices Revision Assignment Set C
CBSE Class 12 Informatics Practices Revision Assignment Set D
CBSE Class 12 Informatics Practices Web Application Development Assignment
CBSE Class 12 Informatics Practices Worksheet All Chapters

More Study Material

CBSE Class 12 Informatics Practices Java Gui Programming Assignment

We hope you liked the above assignment for Java Gui Programming which has been designed as per the latest syllabus for Class 12 Informatics Practices released by CBSE. Students of Class 12 should download and practice the above Assignments for Class 12 Informatics Practices regularly. We have provided all types of questions like MCQs, short answer questions, objective questions and long answer questions in the Class 12 Informatics Practices practice sheet in Pdf. All questions have been designed for Informatics Practices by looking into the pattern of problems asked in previous year examinations. 

Assignment for Informatics Practices CBSE Class 12 Java Gui Programming

Our team of expert teachers have referred to NCERT book for Class 12 Informatics Practices to design the Informatics Practices Class 12 Assignments. If you practice at least one test paper daily, you will get higher marks in Class 12 exams this year. Daily practice of Informatics Practices course notes and related study material will help you to clear all your doubts and have stronger understanding of all concepts. You can download all Revision notes for Class 12 Informatics Practices also from www.studiestoday.com absolutely free of cost.

Java Gui Programming Assignment Informatics Practices CBSE Class 12

All questions and their answers for the assignment given above for Class 12 Informatics Practices have been developed as per the latest curriculum and books issued for the current academic year. The students of Class 12 can rest assured that the best teachers have designed the questions of Informatics Practices so that you are able to revise the entire syllabus if you do the assignments. Lot of MCQ questions for Class 12 Informatics Practices have also been given in the worksheets and assignments for regular use. All study material for Class 12 Informatics Practices students have been given on studiestoday.

Java Gui Programming Assignment CBSE Class 12 Informatics Practices

Regular assignment practice helps to get a more comprehensive understanding of Java Gui Programming concepts. Assignments play a crucial role in understanding Java Gui Programming in CBSE Class 12. Students can download all the assignments of the same chapter in Class 12 Informatics Practices in Pdf format. You can print them or read them online on your computer or mobile.

CBSE Informatics Practices Class 12 Java Gui Programming Assignment

CBSE Class 12 Informatics Practices latest books have been used for coming up with the latest questions and solutions for the above assignment. If you have revised all concepts relating to Java Gui Programming then you should attempt all questions given in the test sheets above. We have also provided lot of Worksheets for Class 12 Informatics Practices which you can use to further make your self stronger in Informatics Practices

Where can I download in PDF assignments for CBSE Class 12 Informatics Practices Java Gui Programming

You can download free Pdf assignments for CBSE Class 12 Informatics Practices Java Gui Programming from StudiesToday.com

The assignments for Java Gui Programming Class 12 Informatics Practices for have been made based on which syllabus

The Java Gui Programming Class 12 Informatics Practices Assignments have been designed based on latest CBSE syllabus for Class 12 Informatics Practices issued for the current academic year

Can I download and print these printable assignments for Informatics Practices Java Gui Programming Class 12

Yes, These printable assignments for Java Gui Programming Class 12 Informatics Practices are free to download and print

How many topics are covered in Java Gui Programming Informatics Practices assignments for Class 12

All topics given in Java Gui Programming Informatics Practices Class 12 Book for the current academic year have been covered in the given assignment

Is there any charge for this assignment for Java Gui Programming Informatics Practices Class 12

No, all Printable Assignments for Java Gui Programming Class 12 Informatics Practices have been given for free and can be downloaded in Pdf format

How can I download the printable test assignments for Java Gui Programming Informatics Practices Class 12

Just click on the View or Download button below, then another window with the Pdf will be visible, just click on the Pdf icon to download the free assignments for Java Gui Programming Class 12 Informatics Practices

Are these assignments available for all chapters in Class 12 Informatics Practices

Yes, apart from Informatics Practices you can download free assignments for all subjects in Class 12

Can I download solved assignments for Java Gui Programming CBSE Class 12 Informatics Practices

Our team of expert teachers at studiestoday.com have provided all answers for the practice questions which have been given in Class 12 Informatics Practices Java Gui Programming assignments