Introduction To Computing Cs101

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Lililsafililil
L
Lililsafililil
Community Contributor
Quizzes Created: 1 | Total Attempts: 1,249
| Attempts: 1,249 | Questions: 38
Please wait...
Question 1 / 38
0 %
0/100
Score 0/100
1. ROM stands for

Explanation

ROM stands for Read-Only Memory. This type of memory is non-volatile, meaning that the data stored in it is not lost when the power is turned off. It is called "read-only" because the data stored in ROM cannot be easily modified or erased. ROM is commonly used to store firmware or software instructions that are permanently programmed during manufacturing and are essential for the operation of a computer system or electronic device.

Submit
Please wait...
About This Quiz
Computer Science Quizzes & Trivia

This quiz is designed for you to check yourself that how much you are ready for the midterm

2. "B"used in HTML as

Explanation

The correct answer is "To bold the text." In HTML, the "b" tag is used to make the enclosed text bold. This allows the text to stand out and emphasize certain parts of the content. By using the "b" tag, the text within the opening and closing tags will appear in a bold font style when rendered in a web browser.

Submit
3. Charles Babbage designed the first:

Explanation

Charles Babbage designed the Analytical Engine, which is considered to be the first general-purpose computer. It was designed to perform complex calculations and had the ability to store and manipulate data. The Analytical Engine was a significant advancement in computing technology as it introduced concepts such as loops, conditional branching, and memory storage, which are fundamental to modern computers. Although Babbage was unable to complete the construction of the Analytical Engine during his lifetime, his designs and concepts laid the foundation for the development of modern computers.

Submit
4. RAM stands for

Explanation

RAM stands for Random Access Memory. It is a type of computer memory that allows data to be accessed randomly. This means that any byte of memory can be accessed without touching the preceding bytes. RAM is volatile memory, meaning that its contents are lost when the power is turned off. It is used by the computer's operating system and software applications to store data and instructions that are actively being used.

Submit
5. Clock frequency measured in:

Explanation

Clock frequency is a measure of how fast a computer's clock is ticking, indicating the number of cycles it can complete in a second. It is typically measured in kilohertz (KHz), megahertz (MHz), or gigahertz (GHz). These units represent thousands, millions, and billions of cycles per second, respectively. The options "KVs, MVs, GVs" and "KAs, MAs, GAs" are not standard units for measuring clock frequency. Therefore, the correct answer is KHz, MHz, GHz.

Submit
6. Which supercomputer beat the Gray Kasparov, the World Chess Champion?

Explanation

Deep Blue is the correct answer because it is the supercomputer that defeated Garry Kasparov, the World Chess Champion. Deep Blue was developed by IBM and became famous for defeating Kasparov in a six-game chess match in 1997. This victory was a significant milestone in the development of artificial intelligence and showcased the capabilities of Deep Blue in strategic thinking and problem-solving.

Submit
7. "P"indicates in HTML

Explanation

The correct answer is "Paragraph" because in HTML, the "P" tag is used to define a paragraph. It is a structural element that represents a block of text. By using the "P" tag, the browser knows to display the content within it as a separate paragraph, allowing for proper formatting and spacing.

Submit
8. Mainframe Computers are designed for:

Explanation

Mainframe computers are designed for multiple tasks. Unlike personal computers, which are typically designed for individual use and limited tasks, mainframe computers are built to handle multiple tasks simultaneously and efficiently. They have the capability to process large amounts of data and support multiple users concurrently. This makes them ideal for organizations that require high-performance computing, such as large corporations, government agencies, and research institutions. The design and architecture of mainframe computers allow for scalability, reliability, and robustness, enabling them to handle multiple tasks effectively.

Submit
9. "BR"used in HTML as

Explanation

"BR" is used in HTML as a line break. When the "BR" tag is used in HTML, it creates a line break, causing the text or content that follows it to move to the next line. This is commonly used to separate paragraphs or create spacing between lines of text. The other options, such as Break Roller or Break Rights, are not valid uses of the "BR" tag in HTML.

Submit
10. BIU stands for:

Explanation

The correct answer is "Bus Interface Unit." The BIU is a component of a computer's CPU that handles the communication between the CPU and the system memory and peripherals. It manages the transfer of data and instructions between the CPU and other devices, ensuring efficient and synchronized operation.

Submit
11. Arithmetic & Logic Unit (ALU) used for

Explanation

The Arithmetic & Logic Unit (ALU) is a component of a computer's central processing unit (CPU) that performs arithmetic and logical operations. It is used for executing operations such as addition, subtraction, multiplication, division, logical AND, logical NOT, logical OR, and logical XOR. Therefore, the correct answer is that the ALU is used for AND, NOT, OR, and XOR functions.

Submit
12. "BR" is a:

Explanation

The correct answer is "Single Tag" because "BR" is an HTML tag that is used to create a line break or a new line in a document. It does not require any closing tag and is considered a self-closing tag.

Submit
13. ENIAC invented in 1946 by the US Military. ENIAC stands for:

Explanation

ENIAC was indeed invented in 1946 by the US Military. It stands for "Electrical Numerical Integrator And Calculator."

Submit
14. Charles Babbage born in

Explanation

Charles Babbage was born in 1791.

Submit
15. UNIVAC 1 invented in:

Explanation

The correct answer is 1951. UNIVAC 1, which stands for Universal Automatic Computer 1, was invented in 1951. It was the first commercial computer produced in the United States and was designed for business and scientific applications. UNIVAC 1 was developed by J. Presper Eckert and John Mauchly, who are considered pioneers in the field of computer engineering. This computer was known for its ability to perform calculations at a much faster rate than previous machines, marking a significant advancement in computing technology.

Submit
16. Intel 4004 invented in

Explanation

The Intel 4004 was invented in 1971. This was the first commercially available microprocessor, developed by Intel Corporation. It was a 4-bit central processing unit (CPU) and was used in various electronic devices, such as calculators and early computers. Its invention revolutionized the field of computing, as it allowed for the integration of multiple functions into a single chip. The Intel 4004 paved the way for the development of more advanced microprocessors and played a crucial role in the advancement of modern technology.

Submit
17. World Wide Web started in:

Explanation

The World Wide Web started in 1989. This is the year when British computer scientist Tim Berners-Lee invented the World Wide Web while working at CERN. He developed the first web browser and web server, and proposed the concept of hypertext, which allowed for linking and accessing information on the internet. The World Wide Web revolutionized the way we access and share information, leading to the widespread use of the internet as we know it today.

Submit
18. "H1, /H1" is a:

Explanation

The given answer, "Paired Tag," is correct because the format "H1, /H1" represents an opening tag "

" followed by a closing tag "

". In HTML, paired tags are used to enclose content and indicate the beginning and end of a specific element. In this case, the "H1" tag is used to define a heading level 1, and the "/H1" tag marks the end of the heading.
Submit
19. "UL" mean in HTML to create:

Explanation

In HTML, "UL" stands for Unordered List. An unordered list is a type of list that displays a collection of items in no particular order. It is commonly used to create bullet point lists on web pages. The items in an unordered list are typically preceded by bullet points, which can be customized using CSS.

Submit
20. A minicomputer is a multiprocessing system capable of supporting from:

Explanation

A minicomputer is a type of computer that is capable of supporting a range of users simultaneously. It is designed to handle multiple tasks and processes at the same time. The given answer, "4 to 200 users simultaneously," indicates that a minicomputer can support a minimum of 4 users and a maximum of 200 users working concurrently. This range suggests that a minicomputer is suitable for small to medium-sized organizations or departments where multiple users need to access and use the system simultaneously.

Submit
21. Registers are used for:

Explanation

Registers are used for storing the data. Registers are small, high-speed storage locations within a computer's processor. They are used to hold data that is being actively used by the processor, such as variables, calculations, and intermediate results. By storing the data in registers, the processor can quickly access and manipulate it, improving overall performance and efficiency.

Submit
22. Transistor invented in:

Explanation

The correct answer is 1947. The invention of the transistor is attributed to a team of scientists at Bell Laboratories in the United States. In 1947, John Bardeen, Walter Brattain, and William Shockley successfully demonstrated the first working transistor. This breakthrough in technology revolutionized the field of electronics and paved the way for the development of modern devices such as computers and smartphones.

Submit
23. Low-end and High-end computers in desktop series are called:

Explanation

The correct answer is PC's, Workstations. This is because low-end and high-end computers in the desktop series are commonly referred to as PCs, while low-end and high-end computers in the workstation series are called workstations.

Submit
24. HTML stands for

Explanation

HTML stands for Hyper Text Markup Language. It is a standard markup language used for creating web pages and applications. HTML uses tags to structure the content and define the layout and appearance of a web page. The correct answer is "Hyper Text Markup Language".

Submit
25. What will be the answer if you convert 75 to binary?

Explanation

To convert a decimal number to binary, we repeatedly divide the decimal number by 2 and note down the remainder. We continue this process until the quotient becomes zero. Then, we write down the remainders in reverse order to obtain the binary equivalent. In this case, when we convert 75 to binary, we get the binary number 1001011.

Submit
26. Vacuum Tube invented in:

Explanation

The correct answer is 1904. The vacuum tube was invented in 1904.

Submit
27. Howard Aiken and Grace Hopper designed the Mark series of computers at Harvard University. The first computer Harvard Mark 1 designed in:

Explanation

Howard Aiken and Grace Hopper designed the Mark series of computers at Harvard University. The first computer in the series, Harvard Mark 1, was designed in 1943.

Submit
28. Turning Machine invented in?

Explanation

The correct answer is 1936. This is the year when the Turning Machine was invented.

Submit
29. URL stands for:

Explanation

URL stands for Uniform Resource Locator. A URL is the address used to locate a resource on the internet. It is a standardized format that includes the protocol (such as HTTP or HTTPS), the domain name or IP address of the server, and the specific path or location of the resource. The term "uniform" refers to the consistent structure and format of URLs, making them universally understandable and accessible across different platforms and devices.

Submit
30. Supercomputers focus their all resources on:

Explanation

Supercomputers focus all their resources on a single task. This means that they are designed to perform complex calculations and process large amounts of data for a specific purpose or problem. By dedicating all their processing power and memory to a single task, supercomputers can achieve high performance and efficiency in solving complex scientific, engineering, and research problems. This specialization allows them to handle massive calculations and simulations that would be impractical or impossible for regular computers.

Submit
31. Natanasoff-Berry Computer invented in:

Explanation

The correct answer is 1939. The Natanasoff-Berry Computer was invented in this year.

Submit
32. Compiler invented in:

Explanation

The correct answer is 1952. The question asks for the year in which the compiler was invented. A compiler is a program that translates source code written in a high-level programming language into a lower-level language, such as machine code. The first compiler was developed by Grace Hopper in 1952, known as the A-0 system. This system paved the way for the development of modern compilers and revolutionized the field of programming.

Submit
33. What will be the answer if you conver 11010110 to decimal

Explanation

To convert a binary number to decimal, we multiply each digit by the corresponding power of 2 and then sum them up. In this case, starting from the right, the first digit 0 (2^0) contributes 0 to the sum. The second digit 1 (2^1) contributes 2 to the sum. The third digit 1 (2^2) contributes 4 to the sum. The fourth digit 0 (2^3) contributes 0 to the sum. The fifth digit 1 (2^4) contributes 16 to the sum. The sixth digit 0 (2^5) contributes 0 to the sum. The seventh digit 1 (2^6) contributes 64 to the sum. The eighth digit 1 (2^7) contributes 128 to the sum. Adding all these contributions, we get 214. Therefore, the correct answer is 214.

Submit
34. "LI" used in HTML as:

Explanation

In HTML, "LI" is used as an abbreviation for "Line Item". It is used to create a list item within an ordered or unordered list. This tag is commonly used to structure and organize content in a list format on web pages.

Submit
35. Which Processor used in "Portable" computers?

Explanation

The correct answer is Strong ARM. Strong ARM processors are commonly used in portable computers due to their low power consumption and high performance capabilities. These processors are designed to provide efficient processing power while maintaining longer battery life, making them ideal for portable devices such as laptops and tablets.

Submit
36. Who achieved the "Turning Test"?

Explanation

The correct answer is Alan Turing. He achieved the "Turning Test," which is a test of a machine's ability to exhibit intelligent behavior indistinguishable from that of a human. Mehtew Turning and Ada Turning are not known figures, so they did not achieve the Turning Test.

Submit
37. HTML contain:

Explanation

The correct answer is "//,,". This is because the given HTML code contains the "//,," sequence, which is not present in the other options. Therefore, "//,," is the correct answer.

Submit
38. "HR width="50%"" is a:

Explanation

The given correct answer is "Single Tag with attribute" because "HR width="50%"" is a single HTML tag (HR) with an attribute (width="50%"). It is not a multi-attribute tag because it only has one attribute. The option "None of above" is also correct because it includes the possibility that the given statement is not a valid HTML tag or attribute.

Submit
View My Results

Quiz Review Timeline (Updated): Mar 20, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 20, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Nov 21, 2009
    Quiz Created by
    Lililsafililil
Cancel
  • All
    All (38)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
ROM stands for
"B"used in HTML as
Charles Babbage designed the first:
RAM stands for
Clock frequency measured in:
Which supercomputer beat the Gray Kasparov, the World Chess Champion?
"P"indicates in HTML
Mainframe Computers are designed for:
"BR"used in HTML as
BIU stands for:
Arithmetic & Logic Unit (ALU) used for
"BR" is a:
ENIAC invented in 1946 by the US Military. ENIAC stands for:
Charles Babbage born in
UNIVAC 1 invented in:
Intel 4004 invented in
World Wide Web started in:
"H1, /H1" is a:
"UL" mean in HTML to create:
A minicomputer is a multiprocessing system capable of supporting from:
Registers are used for:
Transistor invented in:
Low-end and High-end computers in desktop series are called:
HTML stands for
What will be the answer if you convert 75 to binary?
Vacuum Tube invented in:
Howard Aiken and Grace Hopper designed the Mark series of computers at...
Turning Machine invented in?
URL stands for:
Supercomputers focus their all resources on:
Natanasoff-Berry Computer invented in:
Compiler invented in:
What will be the answer if you conver 11010110 to decimal
"LI" used in HTML as:
Which Processor used in "Portable" computers?
Who achieved the "Turning Test"?
HTML contain:
"HR width="50%"" is a:
Alert!

Advertisement