wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PDM - LS01 - Quiz 6 - GUI & Event Driven Programming

Total questions: 15

Worksheet time: 11mins

Name
Class
Date
1.

What is GUI?

a)
A graphical user interface is only for gaming applications.
b)

A graphical user interface requires command line input to execute the program to run.

c)

A graphical user interface is a type of hardware component that being used in a program.

d)

user interaction with the operating system and programs using graphical elements.

2.

Below are the example of graphical elements, except...

a)

icons

b)

buttons

c)

event handlers

d)

dialog boxes

3.

command line is one example of GUI

a)

TRUE

b)

FALSE

4.

allowing user to construct a program’s windows and its graphical elements visually without writing a single line of code is called.....

a)

GUI

b)

Graphical Element

c)

Event Handlers

d)

IDE

5.

Below are the language programming that can construct GUI using graphical elements except...

a)

C

b)

C#

c)

Visual Basic

d)

C++

6.

Take a look at the event handlers flows. What is the best to replace no 1?

a)

Event Handler

b)

Event Loop

c)

Event

d)

Trigger

7.

Take a look at the event handlers flows. What is the best to replace no 2?

a)

Event Handler

b)

Event Loop

c)

Event

d)

Trigger

8.

Take a look at the event handlers flows. What is the best to replace no 3?

a)

Event Handler

b)

Event Loop

c)

Event

d)

Trigger

9.

Take a look at the event handlers flows. What is the best to replace no 4?

a)

Event Handler

b)

Event Loop

c)

Event

d)

Trigger

10.

Below is the guideline for creating GUI for mobile application, except....

a)

Present less information at once

b)

Use bright color font sizes for easier reading

c)

Arrange components in a way that works for the smaller screen size

d)

Use components that work well with touchscreens

11.

What do you called the type of GUI component that being used as the user input in field Gender?

(a)  

12.

What do you called the type of GUI component that being used as the user input in field Age?

(a)  

13.

What do you called the type of GUI component that being used as the user input in field Languages?

(a)  

14.

What is the correct validation syntax for the textbox Name, if you want to ensure the Name should be filled in by user minimum 6 characters?

(a)  

15.

What is the correct validation syntax for the textbox password, if you want to ensure the password length minimum consists of 6 characters?

(a)