Podcast
Questions and Answers
Hardware refers to the physical devices that make up a computer.
Hardware refers to the physical devices that make up a computer.
True (A)
The CPU is the part of the computer that actually runs programs.
The CPU is the part of the computer that actually runs programs.
True (A)
Secondary storage devices are considered as input and output devices.
Secondary storage devices are considered as input and output devices.
False (B)
Main memory is where the computer stores a program while the program is running.
Main memory is where the computer stores a program while the program is running.
Microprocessors are CPUs located on large chips.
Microprocessors are CPUs located on large chips.
What is the purpose of a decision structure in programming?
What is the purpose of a decision structure in programming?
In a flowchart, what does a diamond symbol typically represent?
In a flowchart, what does a diamond symbol typically represent?
What is the syntax for an if statement in Python?
What is the syntax for an if statement in Python?
What happens if the condition in an if statement is false?
What happens if the condition in an if statement is false?
What is another name for an if statement?
What is another name for an if statement?