CIS150 C# Ch 9 Beginning GUI

CIS150 C# Ch 9 Beginning GUI

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

event

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

4 years ago

Date created

Mar 14, 2020

Cards (9)

Section 1

(9 cards)

event

Front

a notification from the operating system that an action, such as the user clicking the mouse or pressing a key, has occurred

Back

preprocessor directive

Front

directive indicating what should be done prior to processing the program statements

Back

derived class

Front

new class that that inherits the characteristics of the base class

Back

graphical user interface (GUI)

Front

the menus, buttons, pictures, and text front end portion of the program

Back

controls

Front

objects that can display and respond to user interaction

Back

event handlers

Front

methods that indicate what should be done when an event such as a mouse click on a button or the press of a key occurs

Back

Human-Computer Interaction (HCI)

Front

design and implementation of interactive computing systems for human use

Back

Windows applications

Front

applications that are usually graphical and that use the event model and receive messages from the operating system that an event has occurred

Back

interface

Front

the front end of a program—the visual image you see when you run a program

Back