🏠 Home
MCQ Practice

Computer & IT MCQs

What does HTML stand for?

  • A. Hypertext Markup Language
  • B. Hypertext Media Language
  • C. Hyper Media Language
  • D. Hyperlink Text Language
Explanation:
HTML stands for HyperText Markup Language.

Who developed the C language?

  • A. Ken Thompson
  • B. Von Neuman
  • C. Dennis Ritchie
  • D. Charles Babbage
Explanation:
Dennis Ritchie developed the C programming language.

A webpage has a unique address called?

  • A. HTTPS
  • B. HTML
  • C. URL
  • D. ISP
Explanation:
Every webpage has a unique URL (Uniform Resource Locator).

The major language of Web is ____.

  • A. HTML
  • B. PHP
  • C. ASP.NET
  • D. Java
Explanation:
HTML is the major language used to create web pages.

Many programmers call writing the software program ____.

  • A. Prototyping
  • B. Looping
  • C. Coding
  • D. Compiling
Explanation:
Writing the actual code is called coding.

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
Explanation:
PROLOG is a logic programming language used in AI.

Which programming is used to convert high-level language into low-level language at one time?

  • A. Assembler
  • B. Distributor
  • C. Compiler
  • D. Tabulator
Explanation:
The compiler converts the entire high-level program at once.

What is a compiler?

  • A. A computer program that converts high-level language into machine language
  • B. System program that converts machine language to a high-level language
  • C. A high-level program that writes instructions to perform
  • D. All of these
Explanation:
A compiler translates high-level code to machine code.

In which language is the source program written?

  • A. English
  • B. Symbolic
  • C. High level
  • D. None of these
Explanation:
Source programs are written in high-level languages.

The basic language of a computer consists of ____.

  • A. Opcode
  • B. Operand
  • C. Both A & B
  • D. None of these
Explanation:
Machine language consists of an opcode and an operand.