Computer Science MCQs

MCQs on Programming, Networking, Database and OS

4 Questions
1
Easy fpsc ppsc nts

The internet protocol "HTTP" stands for:

  • A Hyper Text Transfer Protocol
  • B High Tech Transfer Protocol
  • C Hyper Text Transmission Protocol
  • D Hyper Transfer Text Protocol
Permalink
Correct Answer: Option A — Hyper Text Transfer Protocol
Explanation: HTTP stands for HyperText Transfer Protocol. It is the foundation of data communication on the World Wide Web. HTTPS (S for Secure) is its encrypted version.
2
Easy fpsc ppsc nts

What does RAM stand for?

  • A Random Access Memory
  • B Read Access Memory
  • C Rapid Access Memory
  • D Random Application Memory
Permalink
Correct Answer: Option A — Random Access Memory
Explanation: RAM stands for Random Access Memory. It is a type of volatile memory that temporarily stores data that the CPU is currently using. Data is lost when power is turned off.
3
Easy fpsc ppsc nts

What is the full form of HTML?

  • A Hyper Text Markup Language
  • B High Text Making Language
  • C Hyper Transfer Markup Language
  • D High Technology Markup Language
Permalink
Correct Answer: Option A — Hyper Text Markup Language
Explanation: HTML stands for HyperText Markup Language. It is the standard markup language for creating web pages and web applications.
4
Easy fpsc ppsc nts

What does CPU stand for?

  • A Central Processing Unit
  • B Central Program Unit
  • C Computer Processing Unit
  • D Central Processor Utility
Permalink
Correct Answer: Option A — Central Processing Unit
Explanation: CPU stands for Central Processing Unit. It is the primary component of a computer that performs most of the processing. It is often called the "brain" of the computer.