Windows Programming

101. We can remove host from the list with:

  1. Xhost
  2. Xhost+hostname
  3. Xhost-hostname
  4. None of these

Correct answer: (C)
Xhost-hostname

102. Web browser can access:

  1. Client computer
  2. Application Programs
  3. Web Pages
  4. All of these

Correct answer: (C)
Web Pages

103. What are the types of UI design:

  1. Graphical User Interface
  2. Command Line Interface
  3. Voice User Interface
  4. All of these

Correct answer: (D)
All of these

104. What is included by frame of window:

  1. Location
  2. Dimension
  3. Borders
  4. All of these

Correct answer: (D)
All of these

105. What is required to provide the control for X server:

  1. Client’s hostname
  2. IP address
  3. Both a and b
  4. None of these

Correct answer: (C)
Both a and b

106. What is return type of InitInstance:

  1. bool
  2. int
  3. char
  4. double

Correct answer: (A)
bool

107. What is the full form of BIOS-ROM:

  1. Basic Input Output System – Read Only Memory
  2. Binary Input Output System – Read Only Memory
  3. Binary Input Output System – Random Only Memory
  4. Basic Input Output System – Random Only Memory

Correct answer: (A)
Basic Input Output System – Read Only Memory

108. What is the length of CRC;

  1. 16
  2. 32
  3. Both a and b
  4. None of these

Correct answer: (C)
Both a and b

109. What is the name of function that is added for WM_KEYDOWN:

  1. OnKeyDown
  2. OnKeyUp
  3. Both a and b
  4. None of these

Correct answer: (A)
OnKeyDown

110. What is the output of successful build operation:

  1. dll
  2. pdb
  3. exe
  4. All of these

Correct answer: (D)
All of these

Page 11 of 50