CS 101 EXAM 1 QUESTIONS & ANSWERS
The physical parts of the computer are called - Answer -hardware
Computer programs/applications are called - Answer -software
A computer monitor is an example of - Answer -hardware
Google chrome is an example of - Answer -software
What is the correct order of the data processing cycle - Answer -input, processing,
output
What are the properties of an algorithm - Answer -effective, definite, finite, input, output
What uses geometric symbols with special meanings to show the paths through a
program - Answer -flowchart
T or F: a variable is a name that refers to an item of data stored in memory - Answer -
true
What function in python is used to display output on the monitor - Answer -print
T or F: a data type that defines the types of values that can be used and the operations
that can be performed on it - Answer -true
What function in python is used to get input from a user - Answer -input
T or F: a data type defines the type of values that can be used and the operations that
can be performed on it - Answer -true
What is the result of 3 **3 - Answer -27
What is the result of abs(-13) - Answer -13
What is the result of int(-5.7) - Answer --5
What is the result of round(3.716, 2) - Answer -3.72
What is the result of 13//5 - Answer -2
What is the result of 13%5 - Answer -3
Num = 7
Num = num **2
The physical parts of the computer are called - Answer -hardware
Computer programs/applications are called - Answer -software
A computer monitor is an example of - Answer -hardware
Google chrome is an example of - Answer -software
What is the correct order of the data processing cycle - Answer -input, processing,
output
What are the properties of an algorithm - Answer -effective, definite, finite, input, output
What uses geometric symbols with special meanings to show the paths through a
program - Answer -flowchart
T or F: a variable is a name that refers to an item of data stored in memory - Answer -
true
What function in python is used to display output on the monitor - Answer -print
T or F: a data type that defines the types of values that can be used and the operations
that can be performed on it - Answer -true
What function in python is used to get input from a user - Answer -input
T or F: a data type defines the type of values that can be used and the operations that
can be performed on it - Answer -true
What is the result of 3 **3 - Answer -27
What is the result of abs(-13) - Answer -13
What is the result of int(-5.7) - Answer --5
What is the result of round(3.716, 2) - Answer -3.72
What is the result of 13//5 - Answer -2
What is the result of 13%5 - Answer -3
Num = 7
Num = num **2