CS411
|
What Will Be The Entry Point To A Windows Program?
|
Winmain
|
Main
|
Java.Main
|
System.Main
|
A
|
CS411
|
Condition(S) In Which Wm_Paint Message May Be Sent Is/Are __________
|
A Dialog Box Is Maximized
|
A Drop-Down Menu Disappears
|
A Tool Tip Is Displayed And Then It Hides
|
All Of The Given Options
|
D
|
CS411
|
Graphical Device Interface Communicates Between Application And Driver
|
Port
|
Operating System
|
Device
|
Kernel
|
C
|
CS411
|
Acts As A Buffer Between Applications And Output Devices
|
Gdi
|
Kernel32
|
Os
|
Cpu
|
C
|
CS411
|
How Many Parameters Take The Dialog Box Procedure?
|
0
|
1
|
4
|
6
|
B
|
CS411
|
Cgi Stands For__________
|
Control Graphics Interface
|
Common Graphics Interface
|
Control Gateway Interface
|
Common Gateway Interface
|
C
|
CS411
|
When The System Sends The Item’S Identifier To The Owner Window?
|
When The User Chooses A Command Item From A Menu
|
When The System Chooses A Command Item From A Menu
|
When The User Click On Any Window Area
|
When The System De-Select The Item Menu
|
C
|
CS411
|
If We Destroy Owner Window Then ___________
|
Only Owner Window Will Be Destroyed
|
Only Its Owned Window Will Be Destroyed
|
Both Owner And Owned Window Will Be Destroyed
|
The Application Will Be Crashed
|
C
|
CS411
|
Gdi Presents ___________
|
Device-Independent View
|
Device-Dependent View
|
Monitor-Dependent View
|
None Of Given
|
A
|
CS411
|
How Many Bytes Will Be Skipped By The Statement Ptrstring += 2?
|
1
|
4
|
8
|
16
|
C
|
CS411
|
Identifier Is Not Replaced If It Appears
|
In A Comment
|
With In A String
|
As A Part Of A Long Identifier
|
All Of Given
|
D
|
CS411
|
What Is A Function Pointer?
|
A Pointer That Passes As An Argument To The Function
|
A Pointer That Is Declared Inside The Function Some Returning Pointer
|
A Pointer That Takes Return Value Of Some Other Function
|
A Pointer That Points To The Starting Address Of The Function
|
C
|
CS411
|
Which Of The Following Is Not A User Defined Data Type?
|
Structures
|
Enumerations
|
Times New Roman
|
None Of The Above
|
D
|
CS411
|
Which Of The Following Is Not A Feature Of Windows Programming?
|
Resource Sharing
|
Device Independent Programming
|
Multitasking
|
Single Path Of Execution
|
A
|
CS411
|
Which One Of The Following Operations Is Common To Both Client And Server Sockets:
|
Bind
|
Listen
|
Accept
|
Send
|
D
|
CS411
|
How Many Wm_Char Messages Will Be Generated When Shift+A Key Combination Is Pressed From Keyboard And We Haven’T Called Translatemessage() Before Calling Dispatchmessage() Function?
|
0
|
1
|
2
|
3
|
A
|
CS411
|
Which Of The Following Is Not A Feature Of Windows Programming?
|
Resource Sharing
|
Device Independent Programming
|
Multitasking
|
Single Path Of Execution
|
D
|
CS411
|
__________ Determines That Which Threads Should Run And When They Should Run?
|
Scheduler
|
Thread Itself
|
Messages
|
None Of The Given Options
|
A
|
CS411
|
Consider The Following Code Snippet Char X = Z ; Float Y = 8; Char *Xptr = &X;
Float *Yptr = &Y; Xptr++; //1 Yptr++; // 2 What Will Be The Address Of Xptr And Yptr Respectively After The Execution Of Statement 1 & 2 . Xptr = 105 Yptr = 102
|
106 106
|
107 107
|
107 106
|
None Of The Above
|
D
|
CS411
|
Which Message Is Generated By The System Only When Any Part Of Application Window Becomes Invalid?
|
Wm_Brush
|
Wm_Paint
|
Wm_Color
|
Wm_Canvas
|
B
|