Deck 1: Understanding Frameworks, Panels, and Controls in Windows Programming
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/25
Play
Full screen (f)
Deck 1: Understanding Frameworks, Panels, and Controls in Windows Programming
1
Frames is
A)the exterior of a window.
B)the interior of a frame window.
C)windows used for input/output that are placed on a panel window
D)None of these
A)the exterior of a window.
B)the interior of a frame window.
C)windows used for input/output that are placed on a panel window
D)None of these
the exterior of a window.
2
Panels is
A)the exterior of a window.
B)the interior of a frame window
C)windows used for input/output that are placed on a panel window
D)None of these
A)the exterior of a window.
B)the interior of a frame window
C)windows used for input/output that are placed on a panel window
D)None of these
the interior of a frame window
3
Controls are
A)the exterior of a window.
B)the interior of a frame window.
C)windows used for input/output that are placed on a panel window
D)None of these
A)the exterior of a window.
B)the interior of a frame window.
C)windows used for input/output that are placed on a panel window
D)None of these
windows used for input/output that are placed on a panel window
4
A panel window is a window
A)which can only exist inside a frame win- dow
B)which can not exist inside a frame win- dow
C)which can exist outside the frame win- dow
D)none of these
A)which can only exist inside a frame win- dow
B)which can not exist inside a frame win- dow
C)which can exist outside the frame win- dow
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
5
These exist --- panel windows inside the same frame window.
A)Several
B)Only one
C)None
D)None of these
A)Several
B)Only one
C)None
D)None of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
6
Button in window programming
A)displays text and can be clicked with the mouse or spacebar
B)a checkmark which the user can select
C)a list from which one item can be se- lect
A)displays text and can be clicked with the mouse or spacebar
B)a checkmark which the user can select
C)a list from which one item can be se- lect
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
7
Checkbox in window programming
A)displays text and can be clicked with the mouse or spacebar
B)a checkmark which the user can select
C)a list from which one item can be se- lect
A)displays text and can be clicked with the mouse or spacebar
B)a checkmark which the user can select
C)a list from which one item can be se- lect
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
8
Combobox in window programming
A)displays text and can be clicked with the mouse or spacebar
B)a checkmark which the user can select
C)a list from which one item can be se- lect
A)displays text and can be clicked with the mouse or spacebar
B)a checkmark which the user can select
C)a list from which one item can be se- lect
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
9
Groupbox in window programming
A)does nothing except draw a rectangle, it is used to visually group controls to- gether
B)displays text
C)for input of multiple lines of text
D)none of these
A)does nothing except draw a rectangle, it is used to visually group controls to- gether
B)displays text
C)for input of multiple lines of text
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
10
Label in window programming
A)does nothing except draw a rectangle, it is used to visually group controls to- gether
B)displays text
C)for input of multiple lines of text
D)none of these
A)does nothing except draw a rectangle, it is used to visually group controls to- gether
B)displays text
C)for input of multiple lines of text
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
11
Memo in window programming
A)does nothing except draw a rectangle, it is used to visually group controls to- gether
B)displays text
C)for input of multiple lines of text
D)none of these
A)does nothing except draw a rectangle, it is used to visually group controls to- gether
B)displays text
C)for input of multiple lines of text
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
12
All the classes necessary for Windows pro-gramming are in the module
A)win.txt
B)win.std
C)win.main
D)none of these
A)win.txt
B)win.std
C)win.main
D)none of these
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
13
Window class, onCreate/1 ,defines
A)is executed when a visible window is being created
B)is executed when a window is being closed, it is possible to prevent the win- dow from closing
C)when the background of a window must be erased this event is executed
D)when a window must be re-painted this event is executed
A)is executed when a visible window is being created
B)is executed when a window is being closed, it is possible to prevent the win- dow from closing
C)when the background of a window must be erased this event is executed
D)when a window must be re-painted this event is executed
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
14
Window class, on Close/2
A)is executed when a visible window is being created
B)is executed when a window is being closed, it is possible to prevent the win- dow from closing
C)when the background of a window must be erased this event is executed
D)when a window must be re-painted this event is executed
A)is executed when a visible window is being created
B)is executed when a window is being closed, it is possible to prevent the win- dow from closing
C)when the background of a window must be erased this event is executed
D)when a window must be re-painted this event is executed
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
15
Window class, onEraseBackground/1, de- fines
A)is executed when a visible window is being created
B)is executed when a window is being closed, it is possible to prevent the win- dow from closing
C)when the background of a window must be erased this event is executed
D)when a window must be re-painted this event is executed
A)is executed when a visible window is being created
B)is executed when a window is being closed, it is possible to prevent the win- dow from closing
C)when the background of a window must be erased this event is executed
D)when a window must be re-painted this event is executed
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
16
Window class, onPaint/2, defines
A)is executed when a visible window is being created
B)is executed when a window is being closed, it is possible to prevent the win- dow from closing
C)when the background of a window must be erased this event is executed
D)when a window must be re-painted this event is executed
A)is executed when a visible window is being created
B)is executed when a window is being closed, it is possible to prevent the win- dow from closing
C)when the background of a window must be erased this event is executed
D)when a window must be re-painted this event is executed
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
17
Window class, onShow/2, defines
A)is executed when a window is becom- ing visible or is being hidden
B)when a window is being disabled or en- abled this event is executed
C)this event is executed when the user switches to another window of the same application
D)when a window receives the keyboard focus this event is executed
A)is executed when a window is becom- ing visible or is being hidden
B)when a window is being disabled or en- abled this event is executed
C)this event is executed when the user switches to another window of the same application
D)when a window receives the keyboard focus this event is executed
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
18
Window class, onActivate/2, defines
A)is executed when a window is becom- ing visible or is being hidden
B)when a window is being disabled or en- abled this event is executed
C)this event is executed when the user switches to another window of the same application
D)when a window receives the keyboard focus this event is executed
A)is executed when a window is becom- ing visible or is being hidden
B)when a window is being disabled or en- abled this event is executed
C)this event is executed when the user switches to another window of the same application
D)when a window receives the keyboard focus this event is executed
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
19
Window class, onEnable/1, defines
A)is executed when a window is becom- ing visible or is being hidden
B)when a window is being disabled or en- abled this event is executed
C)this event is executed when the user switches to another window of the same application
D)when a window receives the keyboard focus this event is executed
A)is executed when a window is becom- ing visible or is being hidden
B)when a window is being disabled or en- abled this event is executed
C)this event is executed when the user switches to another window of the same application
D)when a window receives the keyboard focus this event is executed
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
20
Window class, onKBFocus/3, defines
A)is executed when a window is becom- ing visible or is being hidden
B)when a window is being disabled or en- abled this event is executed
C)this event is executed when the user switches to another window of the same application
D)when a window receives the keyboard focus this event is executed
A)is executed when a window is becom- ing visible or is being hidden
B)when a window is being disabled or en- abled this event is executed
C)this event is executed when the user switches to another window of the same application
D)when a window receives the keyboard focus this event is executed
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
21
Window class, onSetCursor/3, defines
A)the window wants to know what cursor it must display for the mouse pointer
B)the mouse is moved over a window
C)when a mouse button is pressed this event is executed
D)a mouse button is released
A)the window wants to know what cursor it must display for the mouse pointer
B)the mouse is moved over a window
C)when a mouse button is pressed this event is executed
D)a mouse button is released
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
22
Window class, onMouseMove/5 , defines
A)the window wants to know what cursor it must display for the mouse pointer
B)the mouse is moved over a window
C)when a mouse button is pressed this event is executed
D)a mouse button is released
A)the window wants to know what cursor it must display for the mouse pointer
B)the mouse is moved over a window
C)when a mouse button is pressed this event is executed
D)a mouse button is released
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
23
Window class, onMouseDown/5, defines
A)the window wants to know what cursor it must display for the mouse pointer
B)the mouse is moved over a window
C)when a mouse button is pressed this event is executed
D)a mouse button is released
A)the window wants to know what cursor it must display for the mouse pointer
B)the mouse is moved over a window
C)when a mouse button is pressed this event is executed
D)a mouse button is released
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
24
Window class, onMouseUp/5 , defines
A)the window wants to know what cursor it must display for the mouse pointer
B)the mouse is moved over a window
C)when a mouse button is pressed this event is executed
D)a mouse button is released
A)the window wants to know what cursor it must display for the mouse pointer
B)the mouse is moved over a window
C)when a mouse button is pressed this event is executed
D)a mouse button is released
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck
25
Window class, onMouseDoubleClick/5, de- fines
A)a mouse button was double clicked
B)the user clicks on a window
C)a key on the keyboard is pressed
D)a key on the keyboard is released
A)a mouse button was double clicked
B)the user clicks on a window
C)a key on the keyboard is pressed
D)a key on the keyboard is released
Unlock Deck
Unlock for access to all 25 flashcards in this deck.
Unlock Deck
k this deck