Complete Solutions!!!
Given a valid algorithm for a task, which of the following is TRUE?
- It might take eternity to finish.
- It might be completed either by manual or automatic labor.
- Only a few programming languages could be used to run it on a computer.
- It must be executed on a computer.
- It might take infinite resources. CORRECT ANSWERS It might be completed either by
manual or automatic labor.
t/f The data stored in main memory vanishes after the computer is turned off.
CORRECT ANSWERS True
t/f The data stored in a solid state drive vanishes after the computer is turned off.
CORRECT ANSWERS False
"Big Ideas" related to Computer Science CORRECT ANSWERS Creativity
Abstraction
Data and Information
Algorithms
Programming
The Internet
Global Impact
Which of the following hardware devices can be used for permanently storing a
program's data while the computer is turned off?
- solid state disk
- central processing unit
- main memory
- motherboard CORRECT ANSWERS - solid state disk
What is the primary purpose of a computer's motherboard?
- to connect the computer's various components together
- to enable communication between computers on a network
- to perform numerical computations and logical tests
- to store data temporarily while the computer is turned on CORRECT ANSWERS to
connect the computer's various components together
Suppose we included the code math.sqrt(5) in a code cell in Colab, but forgot to import
the math module first. What will happen when we run the code cell? CORRECT
ANSWERS the code will crash
Which of the following would be considered expressions in Python?