Question: Choose one for each question 1. Where does a computer store a program and the data that the program is working with while the program
Choose one for each question
1. Where does a computer store a program and the data that the program is working with while the program is running?
a. in main memory
b. in the CPU
c. in secondary storage
d. in the microprocessor
2. Which language is referred to as a low-level language?
| a. | C++ |
| b. | Assembly language |
| c. | Java |
| d. | Python |
3. The following is an example of an instruction written in which computer language?
10110000
| a. | Assembly language |
| b. | Java |
| c. | machine language |
| d. | C# |
4. A(n) __________ is a diagram that graphically depicts the steps that take place in a program?
a. flowchart
b. algorithm
c. source code
d. pseudocode
5. The __________ function reads a piece of data that has been entered at the keyboard and returns that piece of data, as a string, back to the program.
a. input()
b. output()
c. eval_input()
d. str_input()
6. What is the output of the following statement?
print('I\'m ready to begin')
a. Im ready to begin
b. I\'m ready to begin
c. I'm ready to begin
d. 'I\'m ready to begin'
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
