AdminLTELogo

MCQs List

Code Question Option A Option B Option C Option D Answer
CS411 What Will Be The Entry Point To A Windows Program? Winmain Main Java.Main System.Main A
CS411 What Will Happen If We Use Postthreadmessage For A Thread That Does Not Have The Message Queue? Nothing Will Happen It Will Cause A Run Time Error Thread Will Resume Processing Its Message Queue Will Be Created D
CS411 When A Menu Item Is Clicked __________ Message Is Sent Wm_Menuitemclicked Wm_Menuclicked Wm_Command Wm_Paint C
CS411 When Every Any Gdi Function Call Is Made Or Send Message Or Post Message Function Calls Are Made Then Which Queuing Will Create? Message Queuing Function Queuing Process Queuing <Not Sure> None Of The Given 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 Which Function Loads The Specified Menu Resource From The Executable (.Exe) File Associated With An Application Instance Loadmenu() Load_Menu() Load_M() None Of Given D
CS411 Which Function We Use To Register Windows Classes In Window? Registerclass(); Registersclass(); Registerwin(); Winreg(); A
CS411 Which Gdi Environmental Space Has Limited Colors? Logical Space Physical Space Virtual Space Default Space B
CS411 Which Message Function Determined Where To Send Message Dispatchmessage Messagedispatch Getmessage None Of The Given 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
CS411 Which Of The Following Class Of Window Is Pre-Registered? Main Window Pop-Up Window System Window Child Window C
CS411 Which Of The Following Is Not A Feature Of Windows Programming? Resource Sharing Device Independent Programming Multitasking Single Path Of Execution 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 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 True About Http? It Is A Protocol It Is Stateless It Is More Difficult To Implement Than State-Aware Protocols A Web Browser Is Http Client A
CS411 Which One Of The Following Is Not A Nonqueued Message? Wm_Activate Wm_Setfocus Wm_Windowposchanged Wm_Setcursor C
CS411 Which One Of The Following Messages Has Lowest Priority? Wm_Command Wm_Syscommand Wm_Paint & Wm_Quit All Have Same Priority D
CS411 Which One Of The Following Operations Is Common To Both Client And Server Sockets: Bind Listen Accept Send D
CS411 Which Operator Manipulates Individual Bits? Bitwise Operators Linked Bits Individual Bytes Linked Bytes A
CS411 Who Generate A Unique Handle For Each Menu? System User Dialog Box Menu Items B