Take as many assements as you can to improve your validate your skill rating
Total Questions: 5
1. What is it called when a program is written to respond to the button clicks, menu selections, and other actions of the user in whatever order the user does them?
Correct Answer is : Event-driven programming.
2. The fundamental classes for GUI programming are contained in the:
Correct Answer is : Abstract Windowing Toolkit
3. The three main parts of a GUI program are:
Correct Answer is : Frames, Code, Events
4. What is the one component that nearly all GUI programs will have?
Correct Answer is : Window
5. What is a container object in GUI programming?
Correct Answer is : A container is a GUI component that has other GUI components placed inside of it.