Controlling & Monitoring 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 Mrs. Garana
M
Mrs. Garana
Community Contributor
Quizzes Created: 2 | Total Attempts: 294
| Attempts: 186 | Questions: 10
Please wait...
Question 1 / 10
0 %
0/100
Score 0/100
1. Tick next to the language understood by a computer.

Explanation

Binary is the only language in the given options that is directly understood by a computer. It is a low-level language that consists of only 0s and 1s, representing the on and off states of electronic circuits in a computer. Other languages like Perl, Basic, Pascal, and Python are high-level languages that need to be translated or compiled into machine code (which is in binary form) before a computer can understand and execute them. Therefore, binary is the correct answer as it is the language that computers can directly interpret.

Submit
Please wait...
About This Quiz
Controlling & Monitoring 1 - Quiz

Explore the basics of programming in 'Controlling & Monitoring 1'. This quiz covers fundamental concepts such as instruction sequencing, binary code understanding, and differences between compiled and interpreted... see moreprograms. It's ideal for learners starting in computer science. see less

2. A computer understands-----------------------------------.

Explanation

A computer understands binary code, which is a system of representing data and instructions using only two digits, 0 and 1. Binary code is the fundamental language of computers, as it is the form in which all data and instructions are ultimately processed and executed by the computer's hardware. High level languages, such as VB Script, Curl, and C++, are programming languages that are used to write code in a more human-readable and understandable way, but they are ultimately translated into binary code for the computer to execute.

Submit
3. A program is a group of----------------------- . 

Explanation

A program is a group of instructions that are written in a specific programming language to perform a specific task or set of tasks. These instructions provide the necessary steps for the computer to execute and carry out the desired operations.

Submit
4. A compiler stores the program in----------------------------------------- .

Explanation

A compiler stores the program in binary code. This is because a compiler translates the high-level language code into machine-readable binary code, which consists of 0s and 1s. The binary code is then executed by the computer's processor. Storing the program in binary code allows for efficient execution and ensures compatibility with the computer's hardware. High-level languages are not stored directly by the compiler, but rather translated into binary code before being stored and executed. Therefore, the correct answer is binary code.

Submit
5. The instructions written in the code of a program should be ------------------------------ . 

Explanation

The instructions written in the code of a program should be sequenced. This means that they should be arranged in a specific order or sequence to ensure that the program runs correctly. Each instruction builds upon the previous one, and the order in which they are executed matters. By following a specific sequence, the program can perform the desired operations and produce the expected results. Complicating the instructions may make the program harder to understand and maintain, while abbreviating them could lead to ambiguity or errors. Therefore, sequencing the instructions is crucial for the proper functioning of a program.

Submit
6. Tick next to the device that is not controlled by a program.

Explanation

The stove is not controlled by a program. Unlike the other devices listed, the stove does not typically have any electronic controls or programmable features. Instead, it is operated manually by adjusting the knobs or switches to control the heat and cooking settings.

Submit
7. Tick next to the devices controlled by a  program.

Explanation

Microwave is the correct answer because it is a device that can be controlled by a program. Microwaves have programmable settings that allow users to set the cooking time and power level, which are essentially instructions or commands given through a program. The other devices listed, such as an electric bulb, thermometer, and speedometer, do not typically have programmable features and are not controlled by a program.

Submit
8. An interpreted program is stored in-------------------------------------------- . 

Explanation

An interpreted program is stored in high-level languages. Interpreted programming languages, such as Python or JavaScript, do not need to be compiled before execution. Instead, the interpreter directly executes the program's code line by line. This means that the program is stored in a high-level language format, which is then interpreted and executed by the interpreter.

Submit
9. A compiled program ------------------------------------------. 

Explanation

A compiled program doesn't take time to be runned on the computer because it has already been translated from a high-level language into machine code, which can be directly executed by the computer's processor. This eliminates the need for the computer to interpret and translate the code at runtime, resulting in faster execution time.

Submit
10. An interpreted program ---------------------------------------------------------------------. 

Explanation

An interpreted program is saved in high-level languages, takes time to be run on the computer, and is easy to modify its code.

Submit
View My Results

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

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

  • Current Version
  • Mar 17, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • May 16, 2010
    Quiz Created by
    Mrs. Garana
Cancel
  • All
    All (10)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
Tick next to the language understood by a computer.
A computer understands-----------------------------------.
A program is a group of----------------------- . 
A compiler stores the program...
The instructions written in the code of a program should be...
Tick next to the device that is not controlled by a program.
Tick next to the devices controlled by a  program.
An interpreted program is stored...
A compiled program ------------------------------------------. 
An interpreted program...
Alert!

Advertisement