Selected MCQ

Current Question
The basic language of a computer consists of ____.
  • A. Opcode
  • B. Operand
  • C. Both A & B
  • D. None of these
Correct Answer: C
Explanation:
Machine language consists of an opcode and an operand.
Related Question 1
A computer program that translates one program instruction at a time into machine language is called a/an ____.
  • A. Interpreter
  • B. CPU
  • C. Compiler
  • D. Simulator
Correct Answer: A
Explanation:
An interpreter translates and executes code line by line.
Related Question 2
A computer program that converts an entire program into machine language is called a/an ____.
  • A. Interpreter
  • B. Simulator
  • C. Compiler
  • D. Commander
Correct Answer: C
Explanation:
A compiler translates the entire high-level code into machine language at once.
Related Question 3
Basic unit of a computer spreadsheet in which you enter text and numbers is known as ____.
  • A. Workbook
  • B. Column
  • C. Row
  • D. Cell
Correct Answer: D
Explanation:
The basic unit is a cell.
Related Question 4
HTML is the basic language used to create ____.
  • A. Databases
  • B. Spreadsheets
  • C. Web pages
  • D. Desktop publishing
Correct Answer: C
Explanation:
HTML is used to create and structure web pages.
Related Question 5
A computer program that translates one program instruction (one line by line) at a time into machine language is called ____.
  • A. COBOL
  • B. PROLOG
  • C. FORTRAN
  • D. None of these
Correct Answer: B
Explanation:
PROLOG is a logic programming language used in AI.