NEW
Font size
WorksheetsUnit 2 Lesson 3 Designing the Interface
Total questions: 20
Worksheet time: 10mins
The system by which the user interacts with the computer.
user interface
form
IDE
debugger
A type of user interface that relies on textual input and output.
GUI
touch-user
OOP
command line
A type of user interface that uses graphics to represent the input and output of the program.
GUI
touch-user
OOP
command line
A type of user interface that uses a touchpad or touch screen display as a combined input and output device.
GUI
touch-user
OOP
command line
Is the object that primarily represents the program interface.
form
label
controls
textbox
Are prepackaged components that are added as elements of the form.
form
button
controls
textbox
The control that displays a standard button that the user can click to perform an action.
form
button
label
textbox
The control used to display text that is used for labeling other controls and showing output.
form
button
label
textbox
The control used for entering text inputs.
listbox
textbox
label
combobox
The naming convention for button
button
btn
bttn
buton
The naming convention for label
label
lbl
llbl
lab
The naming convention for combobox
combo
box
cbo
cbx
The naming convention for radiobutton
radio
rbt
rbtn
opt
The naming convention for textbox
text
txt
tbox
tbx
The naming convention for richtextbox
rich
rtbox
rtb
rtf
The naming convention for checkbox
check
chkb
chk
ckbx
The naming convention for datetimepicker
dtp
date
datetimepick
datetp
The naming convention for listbox
list
lst
listbox
lbox
The naming convention for notifyicon
notify
nfy
ntficon
nfi
The naming convention for tooltip
tool
tip
ttp
tooltip
