Search Header Logo

GUI

Authored by هلا مم

Computers

University - Professional Development

Used 6+ times

GUI
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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?

Event-driven programming.

Action-driven programming.

User-driven programming.

Mouse-driven programming

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Usually GUI programs are written by using existing software components provided in a toolkit. The Java toolkit used in this chapter is the:

GUI toolkit

Abstract Windowing Toolkit

Graphics Event Toolkit

Java Enhancement Toolkit

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The three software parts of a GUI program are:

Windows, Buttons, Mice

GUI Components, Graphics, Code

GUI Components, Event Listeners, Application Code

Frames, Code, Events

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the one component that nearly all GUI programs will have?

Frame

Mouse

Monitor

Button

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a container object in GUI programming?

container is another name for an array or vector.

container is any class that is made up of other classes.

container is a primitive variable that contains the actual data.

container is an object like a Frame that has other GUI components placed inside of it.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following sets the frame to 300 pixels wide by 200 high?

frm.setSize( 300, 200 );

frm.setSize( 200, 300 );

frm.paint( 300, 200 );

frm.setVisible( 300, 200 );

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the paint() method of a frame object called?

The user calls it to display the frame.

The main() method calls it once when the program starts.

The Java system calls it every time it decides to display the frame.

The Java system calls it once when the program starts.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers