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
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
Secondary storage devices are considered as input and output devices.
Secondary storage devices are considered as input and output devices.
False
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.
Signup and view all the answers
Microprocessors are CPUs located on large chips.
Microprocessors are CPUs located on large chips.
Signup and view all the answers
What is the purpose of a decision structure in programming?
What is the purpose of a decision structure in programming?
Signup and view all the answers
In a flowchart, what does a diamond symbol typically represent?
In a flowchart, what does a diamond symbol typically represent?
Signup and view all the answers
What is the syntax for an if statement in Python?
What is the syntax for an if statement in Python?
Signup and view all the answers
What happens if the condition in an if statement is false?
What happens if the condition in an if statement is false?
Signup and view all the answers
What is another name for an if statement?
What is another name for an if statement?
Signup and view all the answers