Free Computer Fundamentals MCQs with Answers

282 Computer Fundamentals MCQs from Computer Science and IT, each with the correct answer and a written explanation of why it is correct. Free and unlimited, with no account needed.

Last updated

282 questions · page 13 of 29

121. Short Key Of Window Refreshing ?

  • A. F12
  • B. F9
  • C. F2
  • D. F5

Explanation: F5 refreshes the current Windows folder, desktop, or web page. The other listed function keys do not normally perform the refresh command.

Correct answer: F5

122. 4K resolutions is___________?

  • A. 4496×2460
  • B. 4296×2260
  • C. 4196×2060
  • D. 4096×2160Science

Explanation: DCI 4K cinema resolution is 4096×2160 pixels, so option d matches the standard shown here. Consumer UHD 4K is commonly 3840×2160, a related but different standard.

Correct answer: 4096×2160Science

123. What is "Rendering" in video editing?

  • A. Splitting Clips Into Several Parts
  • B. Combining Clips
  • C. Putting Effects Into Clips
  • D. Final Step Of Video Production

Explanation: Rendering processes the edited timeline, effects, and transitions into a viewable or exportable video, commonly near the end of production. Splitting or combining clips is editing rather than rendering.

Correct answer: Final Step Of Video Production

124. What is Fisheye degree view?

  • A. 90 Degree
  • B. 180 Degree
  • C. 360 Degree
  • D. None Of Above

Explanation: A conventional fisheye lens provides an extremely wide field of view of about 180 degrees. Special panoramic systems can cover 360 degrees, but 180 degrees is the standard answer for a fisheye view.

Correct answer: 180 Degree

125. Which of the following registers is used to keep track of address of the memory location where the next instruction is located?

  • A. Program Counter
  • B. Memory Data Register
  • C. Instruction Register
  • D. Memory Address Register

Explanation: The Program Counter stores the address of the next instruction to be fetched or executed. The Memory Address Register holds an address currently being accessed, which is a different role.

Correct answer: Program Counter

126. Which of the following shortcut is used to Bring desktop to the top of other windows ?

  • A. WinKey + M
  • B. WinKey + D
  • C. WinKey + SHIFT + M
  • D. WinKey + CTRL + F

Explanation: Windows+D shows the desktop by minimizing or restoring open windows, effectively bringing the desktop into view. Win+M minimizes all windows but does not provide the same toggle behavior.

Correct answer: WinKey + D

127. 1 nibble equals to___________?

  • A. 12 bits
  • B. 16 bits
  • C. 4 bits
  • D. 2 bits

Explanation: A nibble is a group of 4 binary bits, which is half of a byte. Therefore, 8 bits make a byte and 4 bits make a nibble.

Correct answer: 4 bits

128. Google was founded on_________?

  • A. Sept 4, 1998
  • B. Mar 6, 1998
  • C. Jan 14, 1998
  • D. Aug 20, 1998Education

Explanation: Google was founded by Larry Page and Sergey Brin on September 4, 1998. This date is commonly used as Google’s founding date.

Correct answer: Sept 4, 1998

129. Which of the following is not a class based on size?

  • A. Mainframe computer
  • B. Micro computer
  • C. Mini computer
  • D. Digital computer

Explanation: Mainframe, mini and microcomputers are classifications based on computer size. Digital computer is classified by the type of data it processes, not by size.

Correct answer: Digital computer

130. In IT, associative memory is called as__________?

  • A. Virtual memory
  • B. Cache memory
  • C. Content Addressable Memory
  • D. Main memory

Explanation: Associative memory retrieves data by matching its content rather than by using a numeric address, so it is called Content Addressable Memory (CAM). Cache and main memory are address-based storage memories.

Correct answer: Content Addressable Memory