Computer MCQ Questions with answers

Here Important Computer MCQ questions are added which are frequently asked in almost all the examinations. You can check the correct answer of any question on clicking the show answer button or on option itself. The Correct answer will be displayed below. You can share any question with your friends on whatsapp by tapping whatsapp button.

Learn Computer mcqs in hindi here.

Learn Computer MCQs [Page 2 ]

R

Ram Sharma • 193.88K Points
Coach Computer

Q) By default, your documents print in ________ mode.

  • (A) Landscape
  • (B) Portrait
  • (C) Page Setup
  • (D) Print View
Correct Answer - Option (B)

Explanation:

By default, documents are printed in Portrait mode, where the height of the page is greater than its width.

Other Options:

  • (A) Landscape → Incorrect, as Landscape mode (where width is greater than height) is not the default setting.
  • (C) Page Setup → Incorrect, as Page Setup is a menu option where you can change print settings.
  • (D) Print View → Incorrect, as Print View is a display mode, not a print orientation.

Thus, the correct answer is (B) Portrait.

R

Ram Sharma • 193.88K Points
Coach Computer

Q) Which of the following is a popular programming language for developing multimedia webpages.

  • (A) COBOL
  • (B) Java
  • (C) BASIC
  • (D) Assembler
Correct Answer - Option (B)

Explanation:

Java is widely used for developing multimedia webpages because:

  • It supports applet-based web applications.
  • It has powerful graphics and animation capabilities.
  • It allows cross-platform compatibility, making it ideal for web-based multimedia applications.

Other Options:

  • (A) COBOL → Used mainly for business, finance, and administrative systems.
  • (C) BASIC → An older language mainly used for simple programming and learning.
  • (D) Assembler → A low-level language used for hardware and system programming, not for multimedia web development.

Thus, the correct answer is (B) Java.

R

Ram Sharma • 193.88K Points
Coach Computer

Q) The first computer was programmed using .......

  • (A) Assembly language
  • (B) Machine language
  • (C) Spaghetti code
  • (D) Source code
Correct Answer - Option (B)

Explanation:

The first computers were programmed using machine language, which consists of binary code (0s and 1s) directly understood by the computer's hardware.

Other Options:

  • (A) Assembly language → Introduced later as a more human-readable version of machine code.
  • (C) Spaghetti code → A term for unstructured, difficult-to-read code, not a programming language.
  • (D) Source code → A general term for any code written in a programming language before compilation.

Thus, the correct answer is (B) Machine language.

R

Ram Sharma • 193.88K Points
Coach Computer

Q) The computer's processor consists of the following parts.

  • (A) CPU and Main Memory
  • (B) Hard Disk and Floppy Drive
  • (C) Control Unit and ALU
  • (D) Operating System and Application
Correct Answer - Option (C)

Explanation:

The processor (CPU - Central Processing Unit) consists of two main parts:

Control Unit (CU):

  • Directs the flow of instructions and data within the CPU.
  • Manages communication between different parts of the computer.

Arithmetic Logic Unit (ALU):

  • Performs mathematical calculations (addition, subtraction, etc.).
  • Handles logical operations (comparisons like greater than, less than, etc.).

Other Options Explained:

  • (A) CPU and Main Memory → Incorrect. Main Memory (RAM) is separate from the processor.
  • (B) Hard Disk and Floppy Drive → Incorrect. These are storage devices, not processor components.
  • (D) Operating System and Application → Incorrect. These are software, not part of the processor.

Thus, the correct answer is (C) Control Unit and ALU.

R

Ranjeet • 34.60K Points
Instructor I Computer

Q) A hybrid computer is the one having the combined properties
of

  • (A) Super and micro computers
  • (B) Mini and micro computers
  • (C) Analog and digital computers
  • (D) Super and mini computers
Correct Answer - Option (C)

Explanation:

A hybrid computer combines the features of both analog and digital computers:

Analog Characteristics:

  • Processes continuous data (e.g., temperature, pressure, speed).
  • Used in real-time simulations and scientific applications.

Digital Characteristics:

  • Handles discrete data and performs logical operations.
  • Used for precise calculations and data processing.

Other Options Explained:

  • (A) Super and Micro Computers → Incorrect. These are different types of digital computers.
  • (B) Mini and Micro Computers → Incorrect. Both are digital computers with different capacities.
  • (D) Super and Mini Computers → Incorrect. Both belong to the digital category but differ in power.

Thus, the correct answer is (C) Analog and Digital Computers.

R

Ranjeet • 34.60K Points
Instructor I Computer

Q) Which one of the following is a programme that converts high level language to machine language?

  • (A) Linker
  • (B) Assembler
  • (C) Interpreter
  • (D) Compiler
Correct Answer - Option (D)

Explanation:

A compiler is a program that converts a high-level language (such as C, Java, or Python) into machine language (binary code) so that the computer can execute it. The compilation process happens before execution and translates the entire code at once.

Other Options Explained:

  • (A) Linker → Combines multiple object files into a single executable file.
  • (B) Assembler → Converts assembly language (low-level) into machine code, not high-level language.
  • (C) Interpreter → Translates and executes line by line, unlike a compiler which translates the entire program at once.

Thus, the correct answer is (D) Compiler.

P

Priyanka Tomar • 35.28K Points
Coach Computer

Q) Which one of the following is not a computer language?

  • (A) Cobol
  • (B) Visual Basic
  • (C) HTML
  • (D) Netscape
Correct Answer - Option (D)

Explanation:

 

  • COBOL (A) → A programming language used for business and finance applications.
  • Visual Basic (B) → A programming language developed by Microsoft for building applications.
  • HTML (C) → A markup language used to create webpages, but not a programming language.
  • Netscape (D)Not a programming language; it was a web browser developed in the 1990s.

Thus, Netscape is not a computer language, making option (D) the correct answer.

A

Admin • 37.39K Points
Coach Computer

Q) While the computer executes a program, the program is held in

  • (A) RAM
  • (B) ROM
  • (C) Hard Disk
  • (D) Floppy Disk
Correct Answer - Option (A)

Explanation:

RAM (Random Access Memory) → Temporary memory where the program is loaded and executed by the CPU. It provides fast access to running applications.

  • ROM (Read-Only Memory) → Stores firmware and system instructions, but programs are not executed from here.
  • Hard Disk → Stores programs and data permanently but is not used for direct execution.
  • Floppy Disk → An outdated storage medium, not used for executing programs.

Thus, while executing a program, it is held in RAM.

A

Admin • 37.39K Points
Coach Computer

Q) Which of the following operating system use command line interface ?

  • (A) Mac OS X
  • (B) Windows 7
  • (C) Ms DOS
  • (D) LINUX
Correct Answer - Option (C)

Explanation:

Correct answer: (C) MS-DOS and (D) LINUX
But if you can choose only one, then:

Best answer: (C) MS-DOS

Explanation:

(A) Mac OS X:
Primarily uses a Graphical User Interface (GUI), though it has a terminal with command-line capabilities (Unix-based).

(B) Windows 7:
Also primarily GUI-based, with optional access to Command Prompt.

(C) MS-DOS (Microsoft Disk Operating System):
A pure Command Line Interface (CLI) system — no GUI at all.

(D) LINUX:
Can run both CLI (via terminal/shell) and GUI (via desktop environments like GNOME, KDE). So, it supports CLI but is not CLI-only.

So:

  • If the question expects only CLI-only OS, then (C) MS-DOS is the best choice.
  • If multiple answers are allowed, then (C) and (D) are both correct.

A

Admin • 37.39K Points
Coach Computer

Q) Which of the following is not true about RAM?

  • (A) RAM is a temporary storage
  • (B) RAM is the same as hard disk storage
  • (C) RAM is volatile
  • (D) RAM is a primary memory
Correct Answer - Option (B)

No Explanation found. Add Explanation and get +2 points.

Jump to

Tags: Computer mcqs, important mcqs of Computer, Computer important Computer mcqs, mcqs on Computer, important mcqs on Computer, mcqs of Computer

Attempt 350+ Quizzes on Computer

Download our easy to use, user friendly Android App from Play Store. And learn MCQs with one click.

Image