Top 100 Computer MCQ's

All Questions for: Top 100 Computer MCQ's

Question 101: What language does a browser typically interpret to display information from the World Wide Web?

  • A Assembly Language
  • B HTML
  • C C++
  • D Machine Code

Explanation: Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. With Cascading Style Sheets (CSS) and JavaScript, it forms a triad of cornerstone technologies for the World Wide Web.

Question 102: Which of the following was the first Intel processor introduced?

  • A 4004
  • B 8086
  • C 8080
  • D 3080

Explanation: The Intel 4004 is a 4-bit central processing unit (CPU) released by Intel Corporation in 1971. It was the first commercially available microprocessor by Intel. The 4004 was the first in a long line of Intel CPUs. The chip design started in April 1970, when Federico Faggin joined Intel, and it was completed under his leadership in January 1971.

Question 103: What is Cache RAM?

  • A A place to store secret information like passwords
  • B Fast memory used for data that is accessed often
  • C Extra memory used for overflow from your Hard Disk
  • D Its the same as your Hard Disk Drive

Explanation: Memory caching is a technique in which computer applications temporarily store data in a computer's main memory to enable fast retrievals of that data. The RAM that is used for the temporary storage is known as the cache.

Question 104: Which of the following memory is volatile

  • A ROM
  • B EPROM
  • C PROM
  • D RAM

Explanation: RAM is normally associated with volatile types of memory (such as DRAM modules), where stored information is lost if power is removed