Block I- Unit 1- Quiz 1

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 Sfa001
S
Sfa001
Community Contributor
Quizzes Created: 1 | Total Attempts: 144
| Attempts: 144
SettingsSettings
Please wait...
  • 1/12 Questions

    Any computer system is composed of:

    • Computer Hardware
    • Computer Software
    • Both a and b
    • None of the above
Please wait...
About This Quiz


The quiz covers Unit 1 in Block I, and composed of three parts:
1. Multiple choice questions, there are 5 questions and the students must answer all of these
questions. Each question has only 4 choices and the student must choose one right answer.
2. True or False questions, there are 6 questions and the students must answer all of these questions. See moreIn the Box below, only write "True" if the answer is true and "False" if the answer is
false.
3. Small exercise, how to declare an identifier, and the student must write a complete declaration statements in order to take a full mark.

Apply all the conditions in each question.

Block I- Unit 1- Quiz 1 - Quiz

Quiz Preview

  • 2. 

    The main Hardware devices components of a computer are:

    • Input device

    • Output device

    • Storing data

    • All of the above

    Correct Answer
    A. All of the above
    Explanation
    The correct answer is "All of the above" because the main hardware devices components of a computer include input devices, output devices, and storage devices. Input devices such as keyboards and mice allow users to input data into the computer. Output devices like monitors and printers display or produce the processed information. Storing data is done using storage devices like hard drives or solid-state drives. Therefore, all three options mentioned in the question are correct in describing the main hardware components of a computer.

    Rate this question:

  • 3. 

    Holds programs temporarily during execution:

    • Main Memory

    • Secondary Memory

    • Cache Memory

    • None of the above

    Correct Answer
    A. Main Memory
    Explanation
    Main memory, also known as primary memory or RAM (Random Access Memory), holds programs temporarily during execution. It is a volatile memory that stores data and instructions that the CPU needs to access quickly. Main memory is directly accessible by the CPU and is faster than secondary memory (such as hard drives or SSDs). It provides the storage space for the currently running programs and data, allowing the CPU to quickly retrieve and manipulate information. Secondary memory is used for long-term storage, while cache memory is a smaller and faster memory that stores frequently accessed data to improve the CPU's performance.

    Rate this question:

  • 4. 

    A computer is a device that:

    • Executes data

    • Passes data

    • Produces outputs

    • Both a and c

    Correct Answer
    A. Produces outputs
    Explanation
    A computer is a device that produces outputs. This means that it is capable of generating results, such as displaying information on a screen, printing documents, or producing sound. The other options, executing data and passing data, are not exclusive to computers and can be performed by other devices as well. Therefore, the correct answer is "Produces outputs."

    Rate this question:

  • 5. 

    It achieves its purpose is called its implementation:

    • What

    • Why

    • How

    • When

    Correct Answer
    A. How
    Explanation
    The question is asking for the term that describes the way in which something achieves its purpose. The term "implementation" refers to the process or method of putting something into action or practice. Therefore, "How" is the correct answer as it aligns with the definition of implementation.

    Rate this question:

  • 6. 

    The description of what a piece of code does is called its specification.

    Correct Answer
    True
    true
    Explanation
    The statement is true because the description of what a piece of code does is indeed called its specification. The word "specification" refers to a detailed description or explanation of how something should be done or achieved. In the context of coding, a specification serves as a guide or reference for developers to understand the purpose and functionality of a particular piece of code. Therefore, it is accurate to say that the description of what a piece of code does is its specification.

    Rate this question:

  • 7. 

    For (i = 0; i < 10; i++), is an example of Assembly code.

    Correct Answer
    False
    false
    Explanation
    The given answer "False, false" is correct because the statement "for (i = 0; i < 10; i++)" is not an example of Assembly code. Assembly code is a low-level programming language that is specific to a particular computer architecture, whereas the given statement is written in a syntax that is more commonly used in higher-level programming languages like C or Java.

    Rate this question:

  • 8. 

    In the event-driven model, the program derives the user.

    Correct Answer
    False
    false
    Explanation
    The statement "In the event-driven model, the program derives the user" is incorrect. In an event-driven model, the program responds to events or actions initiated by the user or other sources, rather than deriving the user. The correct answer is false.

    Rate this question:

  • 9. 

    A method of solution, described in a way that can be carried out by a computer, is often referred to as an algorithm.

    Correct Answer
    True
    true
    Explanation
    The statement is true. An algorithm is a step-by-step procedure or a set of rules that can be followed to solve a problem. It is a precise and systematic approach that can be implemented by a computer. Therefore, a method of solution that can be carried out by a computer is indeed referred to as an algorithm. The answer is true.

    Rate this question:

  • 10. 

    Translate the program into a form that the machine can obey, this step is referred to as linking the program.

    Correct Answer
    False
    false
    Explanation
    The given answer "False,false" is incorrect. The statement "Translate the program into a form that the machine can obey, this step is referred to as linking the program" is true. Linking the program is the process of combining multiple object files and libraries into a single executable file that the machine can understand and execute. Therefore, the correct answer should be "True".

    Rate this question:

  • 11. 

    Programming for embedded systems can take the event-driven model approach; interrupt-driven  generating events that the system responded to.

    Correct Answer
    True
    true
    Explanation
    Programming for embedded systems often follows an event-driven model approach. This means that the system generates events through interrupts, and the system responds to these events accordingly. Therefore, the statement "Programming for embedded systems can take the event-driven model approach; interrupt-driven generating events that the system responded to" is true. The answer "True,true" confirms the correctness of the statement.

    Rate this question:

  • 12. 

    Write the declaration statements for:i. Ageii. Priceiii. Salary The Solution:(N.B write your answer as the following form: declaration 1; declaration 2; declaration 3; and use only one space between each 2 declaration statements) 

    Correct Answer
    int Age; float Price; float Salary;
    Explanation
    The correct answer is int Age; float Price; float Salary; This answer correctly declares three variables: Age as an integer, Price as a float, and Salary as a float.

    Rate this question:

Quiz Review Timeline (Updated): Jan 22, 2025 +

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

  • Current Version
  • Jan 22, 2025
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 14, 2010
    Quiz Created by
    Sfa001
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.