Font size
WorksheetsPDM - LS01 - Quiz 6 - GUI & Event Driven Programming
Total questions: 15
Worksheet time: 11mins
What is GUI?
A graphical user interface requires command line input to execute the program to run.
A graphical user interface is a type of hardware component that being used in a program.
user interaction with the operating system and programs using graphical elements.
Below are the example of graphical elements, except...
icons
buttons
event handlers
dialog boxes
command line is one example of GUI
TRUE
FALSE
allowing user to construct a program’s windows and its graphical elements visually without writing a single line of code is called.....
GUI
Graphical Element
Event Handlers
IDE
Below are the language programming that can construct GUI using graphical elements except...
C
C#
Visual Basic
C++
Take a look at the event handlers flows. What is the best to replace no 1?
Event Handler
Event Loop
Event
Trigger
Take a look at the event handlers flows. What is the best to replace no 2?
Event Handler
Event Loop
Event
Trigger
Take a look at the event handlers flows. What is the best to replace no 3?
Event Handler
Event Loop
Event
Trigger
Take a look at the event handlers flows. What is the best to replace no 4?
Event Handler
Event Loop
Event
Trigger
Below is the guideline for creating GUI for mobile application, except....
Present less information at once
Use bright color font sizes for easier reading
Arrange components in a way that works for the smaller screen size
Use components that work well with touchscreens
What do you called the type of GUI component that being used as the user input in field Gender?
(a)
What do you called the type of GUI component that being used as the user input in field Age?
(a)
What do you called the type of GUI component that being used as the user input in field Languages?
(a)
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)
What is the correct validation syntax for the textbox password, if you want to ensure the password length minimum consists of 6 characters?
(a)
