Intro to Python-Homework 1-INT-2240
Intro to Python-Homework 1
- What is a program?
- What is hardware?
- List the five major components of a computer system.
- What part of the computer actually runs programs?
- What part of the computer serves as a work area to store a program and its data while the program is running?
- What part of the computer holds data for long periods of time, even when there is no power to the computer?
- What part of the computer collects data from people and from other devices?
- What part of the computer formats and presents data for people or other devices?
- What fundamental set of programs control the internal operations of the computer’s hardware?
- What do you call a program that performs a specialized task, such as a virus scanner, a file compression program, or a data backup program?
-
- To make sure that you can interact with the Python interpreter, try the following steps on your computer:
- Start the Python interpreter in interactive mode.
- At the prompt type the following statement and then press Enter:
print(‘This is a test of the Python interpreter.’)
- After pressing the Enter key the interpreter will execute the statement. If you typed everything correctly, your session should look like this:
print(‘This is a test of the Python interpreter.’) –Send screenshot
Answer Preview- Intro to Python-Homework 1-INT-2240
$5.00