already passed graded A+ passed
The physical parts of the computer - correct answer ✔✔Hardware
Computer applications/programs on the computer - correct answer ✔✔Software
Properties of an Algorithm - correct answer ✔✔-Effective
-Finite
-Definite
-Input
-Output
Refers to an item of data stored in memory - correct answer ✔✔Variable
Types of values that can be used and the operations that can be performed on it -
correct answer ✔✔Data Type
Data Processing Cycle - correct answer ✔✔Input, Processing, Output
Python function used to display output on the screen - correct answer ✔✔print
, Shape used to signify the start/end of a solution in a flowchart - correct answer
✔✔ellipse
Shape used to signify input/output in a flowchart - correct answer
✔✔parallelogram
Part code, Part English representation of a solution to a problem - correct answer
✔✔pseudocode
Rules of programming language. How we write/speak in that language - correct
answer ✔✔Syntax
** - correct answer ✔✔signifies raising the first number to the power of the
second number
abs(x) - correct answer ✔✔signifies to take the absolute value of the number in
the parenthesis
int(x) - correct answer ✔✔signifies to find the whole number of the number in the
parenthesis
(2.827, 1) - correct answer ✔✔Find the value of the number to the first decimal
point
19//5 - correct answer ✔✔Divide the numbers and give only the whole number
not the decimal