1.What kind of messages can be display using messagebox
function?
Select correct option:
Long messages
Short messages
Null values
None of the given
2.We can create a window using ______________
Select correct option:
RegisterClass ( )
WNDClass
CreateWindow ( )
DestroyWinndow( )
3.A thread _________
Select correct option:
is a path of execution through a program
is smallest unit of execution that Win32 schedules
consists of a stack
All of given options
4.A thread can not share all of the its resources
Select correct option:
TRUE
FALSE
5.If a window owns child Windows, and we destroy owner Window then _____________.
Select correct option:
Only owner window will be destroyed
Only its owned window will be destroyed
Both owner and owned Windows will be destroyed
The application will be crashed
6.A Window that has a parent is called a ____ Window
Select correct option:
Parent
Main
Child
Owner Window
7._______ is a technique that allows an application to intercept messages destined for another window.
Select correct option:
Subclassing
SuperClassing
Message Dispatching
None of given options
8._________ is unique identifier of the registered window class return by Registeredclass ()
Select correct option:
Handle
Cursor
Object
ATOM
9.______________ tell the operating system about the characteristics and physical layout of its windows.
Select correct option:
Register Class
Object Class
Window Class
Common Class
10.Result of _________________ of two bits is TRUE (1) if only if both are TRUE (1)
Select correct option:
OR (I)
XOR
AND (&)
NOR
Select correct option:
Long messages
Short messages
Null values
None of the given
2.We can create a window using ______________
Select correct option:
RegisterClass ( )
WNDClass
CreateWindow ( )
DestroyWinndow( )
3.A thread _________
Select correct option:
is a path of execution through a program
is smallest unit of execution that Win32 schedules
consists of a stack
All of given options
4.A thread can not share all of the its resources
Select correct option:
TRUE
FALSE
5.If a window owns child Windows, and we destroy owner Window then _____________.
Select correct option:
Only owner window will be destroyed
Only its owned window will be destroyed
Both owner and owned Windows will be destroyed
The application will be crashed
6.A Window that has a parent is called a ____ Window
Select correct option:
Parent
Main
Child
Owner Window
7._______ is a technique that allows an application to intercept messages destined for another window.
Select correct option:
Subclassing
SuperClassing
Message Dispatching
None of given options
8._________ is unique identifier of the registered window class return by Registeredclass ()
Select correct option:
Handle
Cursor
Object
ATOM
9.______________ tell the operating system about the characteristics and physical layout of its windows.
Select correct option:
Register Class
Object Class
Window Class
Common Class
10.Result of _________________ of two bits is TRUE (1) if only if both are TRUE (1)
Select correct option:
OR (I)
XOR
AND (&)
NOR
Comments
Post a Comment
Please give us your feedback & help us to improve this site.