FINALTERM EXAMINATION
Fall 2008
CS410- Visual Programming (Session - 1)
Ref No:
Time: 120 min
Marks: 75
Question No: 1 ( Marks: 1 ) - Please choose one
__declspec (dllexport) int Factorial(int);
int Average(int, int);
Which of the following statements is true about the above statements?
► Factorial() and Average() are 2 public functions of the DLL
► Average() is the only public functions of the DLL
► Factorial()is the only public functions of the DLL
► This DLL does not have any public functions
Question No: 2 ( Marks: 1 ) - Please choose one
► Bind
► Listen
► Accept
► Send
Question No: 3 ( Marks: 1 ) - Please choose one
► Nothing will happen
► It will cause a run time error
► Thread will resume processing
► Its message queue will be created
Question No: 4 ( Marks: 1 ) - Please choose one
► CreateSemaphore()
► CreateSemaobject()
► CreateObject()
► Create()
Question No: 5 ( Marks: 1 ) - Please choose one
► Request for comments
► Request of connects
► Reference for connect
► Request for cancels
Question No: 6 ( Marks: 1 ) - Please choose one
► Message Queuing
► Function Queuing
► Process Queuing
► None of the given
Question No: 7 ( Marks: 1 ) - Please choose one
virtual address spaces such that they share a physical page until one of the processes
modifies the page. This definition belongs to which technique.
► Lazy evaluation
► Fast evaluation
► Process evaluation
► None of the given
Question No: 8 ( Marks: 1 ) - Please choose one
► Default
► Instance
► Object
► None of the given
Question No: 9 ( Marks: 1 ) - Please choose one
► 1
► 0
► 6
► 4
Question No: 10 ( Marks: 1 ) - Please choose one
► Handle to window
► Handle to the menu
► Handle to child window
► Handle to highest menu
Question No: 11 ( Marks: 1 ) - Please choose one
► 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
Question No: 12 ( Marks: 1 ) - Please choose one
► 0
► False
► Null
► 1
Question No: 13 ( Marks: 1 ) - Please choose one
► System
► User
► Dialog box
► Menu Items
Question No: 14 ( Marks: 1 ) - Please choose one
None of the given
► DispatchMessage
► MessageDispatch
► GetMessage
► None of the given
Question No: 15 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 16 ( Marks: 1 ) - Please choose one
► RegisterClass();
► RegistersClass();
► RegisterWin();
► WinReg();
Question No: 17 ( Marks: 1 ) - Please choose one
► Individual Bits
► Linked Bits
► Individual Bytes
► Linked Bytes
Question No: 18 ( Marks: 1 ) - Please choose one
{
char name[30]; //30 bytes
int age;
float height;
};
How many bytes will skip after executing ptr = ptr +1.
Union Person abc, *ptr;
Ptr = &abc;
ptr = ptr +1;
► 30 bytes will skip after executing ptr = ptr +1.
► 31 bytes will skip after executing ptr = ptr +1.
► 32 bytes will skip after executing ptr = ptr +1.
► 38 bytes will skip after executing ptr = ptr +1.
Question No: 19 ( Marks: 1 ) - Please choose one
► True
► False
Question No: 20 ( Marks: 1 ) - Please choose one
► Object-like macro
► Function-like macro
► All of the given
► None of the given
Question No: 21 ( Marks: 1 ) - Please choose one
► It is a protocol
► It is stateless
► It is more difficult to implement than state-aware protocols
► A web browser is HTTP client
Question No: 22 ( Marks: 1 ) - Please choose one
► 1 and 1024
► 1 and 4000
► 1024 and 5000
► 1024 and 10240
Question No: 23 ( Marks: 1 ) - Please choose one
► Non-zero
► Zero
► Two
► None of the given
Question No: 24 ( Marks: 1 ) - Please choose one
► Needs
► Needs not
► Is essential
► Is necessary
Question No: 25 ( Marks: 1 ) - Please choose one
► Control Graphics Interface
► Common Graphics Interface
► Control Gateway Interface
► Common Gateway Interface
Question No: 26 ( Marks: 1 ) - Please choose one
► Send
► Connect
► Accept
► Bind
Question No: 27 ( Marks: 1 ) - Please choose one
► Handle of a dialog
► Handle of a modal dialog only
► Measure of distance within a dialog box
► Name of a dialog
Question No: 28 ( Marks: 1 ) - Please choose one
► Modeless dialog box
► Modal dialog box
► Child control
► All of the given
Question No: 29 ( Marks: 1 ) - Please choose one
► WM_MENUITEMCLICKED
► WM_MENUCLICKED
► WM_COMMAND
► WM_PAINT
Question No: 30 ( Marks: 1 ) - Please choose one
► 0
► 1
► 2
► 3
Question No: 31 ( Marks: 2 )
Question No: 32 ( Marks: 2 )
Question No: 33 ( Marks: 2 )
Question No: 34 ( Marks: 3 )
Question No: 35 ( Marks: 3 )
Question No: 36 ( Marks: 3 )
Question No: 37 ( Marks: 5 )
Question No: 38 ( Marks: 5 )
Question No: 39 ( Marks: 10 )
Question No: 40 ( Marks: 10 )
No comments:
Post a Comment
PLEASE COMMENT ABOUT YOUR VISIT AND MY SITE
Note: Only a member of this blog may post a comment.