Top 50+ Solved Window Programming MCQ Questions Answer
Q. 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
Q. 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
Q. 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
Q. 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
Q. These exist ——— panel windows inside the same frame window.
a. Several
b. Only one
c. None
d. None of these
Q. Button in window programming
a. displays text and can be clicked with the mouse or spacebar
b. a checkmark which the user can select
Q. Checkbox in window programming
a. displays text and can be clicked with the mouse or spacebar
b. a checkmark which the user can select
Q. Combobox in window programming
a. displays text and can be clicked with the mouse or spacebar
b. a checkmark which the user can select
Q. 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
Q. 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
Q. 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
Q. 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
Q. 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
Q. 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
Q. 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