Computer Science Fundamentals Quiz

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 Alfredhook3
A
Alfredhook3
Community Contributor
Quizzes Created: 4574 | Total Attempts: 3,098,089
| Questions: 30 | Updated: Aug 26, 2026
Please wait...
Question 1 / 31
🏆 Rank #--
0 %
0/100
Score 0/100

1. In the hexadecimal number system, the letter D represents the decimal value ____.

Explanation

In the hexadecimal number system, which is base 16, the digits include 0-9 and the letters A-F. Each letter corresponds to a decimal value: A is 10, B is 11, C is 12, and D is 13. Therefore, the letter D in hexadecimal represents the decimal value 13. This system is commonly used in computing and digital electronics to simplify binary representation.

Submit
Please wait...
About This Quiz
Computer Science Fundamentals Quiz - Quiz

This assessment focuses on fundamental concepts in computer science, including theories, data representation, and historical milestones. It evaluates your understanding of key topics such as Information Technology, data science, and computer architecture. This knowledge is essential for anyone looking to deepen their expertise in the computing field.

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. The ACM Special Interest Group serves as a meeting place for academics, engineers, and practitioners representing major areas of computing.

Submit

3. A ____ signal is a continuous electrical signal, while a ____ signal represents data as a sequence of discrete, finite values.

Submit

4. Which of the following are examples of Computing and Natural Science disciplines?

Submit

5. The Control Unit in a CPU is responsible for ____.

Submit

6. Match each computing pioneer with their invention or contribution.

Submit

7. What is the octal equivalent of the decimal number 10192?

Submit

8. Which of the following career opportunities are related to computer science?

Submit

9. Computing and Formal Science uses mathematically-definable logic systems to generate a result.

Submit

10. Which type of computer is described as performing intense computational tasks such as weather forecasting and nuclear simulations?

Explanation

Supercomputers are specialized computing systems designed to perform complex calculations at extremely high speeds. They excel in processing large volumes of data and executing numerous simultaneous operations, making them ideal for tasks like weather forecasting, climate modeling, and nuclear simulations. Their architecture includes thousands of processors working in parallel, allowing them to tackle problems that require immense computational power and speed, which is far beyond the capabilities of standard microcomputers, desktops, or laptops.

Submit

11. Match each number system with its correct base.

Submit

12. Which of the following are classified as ICT sector industries in the Philippines according to PSA?

Explanation

In the Philippines, the ICT sector encompasses various industries that contribute to information and communication technology. ICT Manufacturing Industries involve the production of hardware and related components. ICT Trade Industries focus on the distribution and retail of ICT products. ICT Service Industries provide services such as software development, telecommunications, and IT support. These classifications highlight the diverse roles within the ICT sector, excluding ICT Agricultural Industries, which do not primarily relate to information and communication technologies.

Submit

13. The ENIAC was designed specifically to compute values for artillery range tables.

Explanation

ENIAC, one of the earliest electronic general-purpose computers, was indeed developed during World War II to assist in calculating artillery firing tables. Its primary purpose was to perform complex calculations quickly and accurately, which were essential for military operations. The need for precise artillery range tables to improve targeting efficiency led to the creation of ENIAC, marking a significant advancement in computational technology for military applications.

Submit

14. Which of the following are components of the Analytical Engine designed by Charles Babbage?

Explanation

Charles Babbage's Analytical Engine was a pioneering mechanical computer that included several essential components for processing data. The "Store" was used to hold numbers and intermediate results, while the "Mill" performed calculations and operations. The "Reader" facilitated input of data, and the "Printer" provided output, allowing results to be printed. Together, these components enabled the Analytical Engine to function as a complete computing system, laying the groundwork for modern computers.

Submit

15. ASCII stands for American Standard Code for Information ____.

Explanation

ASCII, or American Standard Code for Information Interchange, is a character encoding standard used for representing text in computers and other devices that use text. It assigns a unique numerical value to each character, including letters, digits, and symbols, facilitating the exchange of information between different systems. The term "Interchange" highlights its purpose of enabling communication and data transfer across various platforms and devices, ensuring consistency and compatibility in text representation.

Submit

16. What is the definition of a theory in computer science?

Explanation

In computer science, a theory is not just a guess or untested idea; it must be well-documented and based on empirical evidence. This definition emphasizes the importance of testability and observation, which allows theories to be validated or refuted through experimentation. By providing a structured explanation of concepts, theories contribute to the understanding and advancement of computing principles, making them essential for both theoretical exploration and practical application in the field.

Submit

17. Convert the binary number 1000101₂ to decimal.

Explanation

not-available-via-ai

Submit

18. What is the binary equivalent of the decimal number 67?

Explanation

To convert the decimal number 67 to binary, we repeatedly divide the number by 2 and record the remainders. Starting with 67, dividing by 2 gives a quotient of 33 and a remainder of 1. Continuing this process, we get the remainders: 1, 0, 0, 0, 0, 1, 1. Reading these remainders from bottom to top results in the binary representation 1000011. This confirms that 67 in decimal is equivalent to 1000011 in binary.

Submit

19. Which number system uses a base of 16 and includes symbols A through F?

Explanation

Hexadecimal is a number system that uses a base of 16. It incorporates the digits 0 through 9 to represent values zero to nine, and the letters A through F to represent values ten to fifteen. This system is widely used in computing and digital electronics because it can represent large binary numbers more compactly and conveniently. Each hexadecimal digit corresponds to a four-bit binary sequence, making it easier for humans to read and write compared to long strings of binary digits.

Submit

20. The Arithmetic Logic Unit (ALU) performs ____ and logical operations using bitwise operations.

Explanation

The Arithmetic Logic Unit (ALU) is a fundamental component of a computer's CPU, responsible for executing arithmetic operations such as addition, subtraction, multiplication, and division, as well as logical operations like AND, OR, and NOT. By utilizing bitwise operations, the ALU manipulates binary data directly at the bit level, enabling efficient processing of numerical calculations and logical comparisons. This dual capability allows the ALU to handle a wide range of computational tasks essential for program execution and data manipulation.

Submit

21. Which of the following correctly describes the steps of the Machine/Instruction Cycle in order?

Explanation

The Machine/Instruction Cycle consists of a sequence of steps that a CPU follows to process instructions. It begins with "Fetch," where the CPU retrieves the instruction from memory. Next is "Decode," where the instruction is interpreted to understand what action is required. Then, "Execute" occurs, where the CPU performs the operation specified by the instruction. Finally, "Store" is the step where the results of the execution are written back to memory. This order ensures that the CPU processes instructions efficiently and accurately.

Submit

22. ROM (Read-Only Memory) is volatile, meaning its data is erased when the computer shuts down.

Explanation

ROM (Read-Only Memory) is a type of non-volatile memory, which means it retains its data even when the power is turned off. Unlike volatile memory, such as RAM, which loses its contents when the computer is shut down, ROM is designed to store firmware and other critical system information permanently. This characteristic makes it essential for booting up the computer and accessing essential software, as the data stored in ROM remains intact regardless of the computer's power state.

Submit

23. What does RAM stand for, and what is its key characteristic?

Explanation

RAM stands for Random Access Memory, which is a type of computer memory used for temporarily storing data that is actively being used or processed. Its key characteristic is that it is volatile, meaning that all data stored in RAM is lost when the power is turned off or the computer shuts down. This allows for quick read and write access, making it essential for the smooth operation of applications and the operating system during runtime.

Submit

24. Match the inventor or pioneer with their contribution.

Submit

25. Who is credited as the inventor of the floppy disk?

Explanation

Allan Shugart is recognized as the inventor of the floppy disk, which revolutionized data storage and transfer in computing. He led the team at IBM that developed this portable, flexible storage medium in the late 1960s. The floppy disk became a standard for data exchange, allowing users to easily save and transfer files between computers. Shugart's innovation significantly impacted the evolution of personal computing and data management, making it easier for individuals and businesses to handle digital information.

Submit

26. Which of the following is considered the first computer, designed by Charles Babbage in 1837?

Explanation

Charles Babbage's Analytical Engine, designed in 1837, is recognized as the first concept of a general-purpose computer. It featured fundamental components such as an arithmetic logic unit, control flow through conditional branching and loops, and memory, which laid the groundwork for modern computing. Unlike earlier devices like the abacus, the Analytical Engine was designed to be programmable, marking a significant advancement in computational technology.

Submit

27. The ACM (Association for Computing Machinery) was founded on September 15, 1947.

Explanation

The ACM was established to advance computing as a science and profession. Its founding on September 15, 1947, marked a significant moment in the history of computer science, bringing together professionals and researchers to share knowledge and promote innovation in the field. This date is recognized as the official beginning of an organization that has played a crucial role in the development of computing standards, education, and research, making the statement true.

Submit

28. In the Philippines, the computing industry is formally referred to as ____.

Explanation

In the Philippines, the computing industry is formally known as Information and Communication Technology (ICT) because it encompasses both the technological aspects of computing and the communication systems that facilitate information exchange. This term reflects the integration of telecommunications, broadcasting, and digital technologies, highlighting the country's focus on developing a robust digital economy and enhancing connectivity. ICT is crucial for driving innovation, improving services, and fostering economic growth in various sectors across the nation.

Submit

29. Which field of study incorporates computer science, statistics, mathematics, business, and social sciences?

Explanation

Data Science is an interdisciplinary field that combines elements from computer science, statistics, mathematics, business, and social sciences to extract insights and knowledge from data. It involves using algorithms, data analysis techniques, and computational tools to interpret complex datasets, enabling informed decision-making in various sectors. By integrating these diverse disciplines, Data Science addresses real-world problems and enhances understanding of trends and patterns, making it a vital area in today’s data-driven environment.

Submit

30. What is the primary focus of Information Technology (IT)?

Explanation

Information Technology (IT) primarily focuses on the management, processing, and distribution of data and information using computer systems. This encompasses a wide range of activities, including data storage, networking, and communication technologies, all aimed at enabling efficient access to and sharing of information. While multimedia design and software development are important, they are subsets of the broader IT field, which is fundamentally concerned with how data and information are handled and utilized in various contexts.

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
In the hexadecimal number system, the letter D represents the decimal...
The ACM Special Interest Group serves as a meeting place for...
A ____ signal is a continuous electrical signal, while a ____ signal...
Which of the following are examples of Computing and Natural Science...
The Control Unit in a CPU is responsible for ____.
Match each computing pioneer with their invention or contribution.
What is the octal equivalent of the decimal number 10192?
Which of the following career opportunities are related to computer...
Computing and Formal Science uses mathematically-definable logic...
Which type of computer is described as performing intense...
Match each number system with its correct base.
Which of the following are classified as ICT sector industries in the...
The ENIAC was designed specifically to compute values for artillery...
Which of the following are components of the Analytical Engine...
ASCII stands for American Standard Code for Information ____.
What is the definition of a theory in computer science?
Convert the binary number 1000101₂ to decimal.
What is the binary equivalent of the decimal number 67?
Which number system uses a base of 16 and includes symbols A through...
The Arithmetic Logic Unit (ALU) performs ____ and logical operations...
Which of the following correctly describes the steps of the...
ROM (Read-Only Memory) is volatile, meaning its data is erased when...
What does RAM stand for, and what is its key characteristic?
Match the inventor or pioneer with their contribution.
Who is credited as the inventor of the floppy disk?
Which of the following is considered the first computer, designed by...
The ACM (Association for Computing Machinery) was founded on September...
In the Philippines, the computing industry is formally referred to as...
Which field of study incorporates computer science, statistics,...
What is the primary focus of Information Technology (IT)?
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!