Log in
Sign up for FREE
arrow_back
Library

Review Quiz

star
star
star
star
star
Last updated 4 months ago
24 questions
Unit 2 Test Questions
Required
1
Required
1
Required
1
Unit 3 Test Questions
Required
1
Required
1
Required
1
Required
1
Required
1
Required
1
Unit 4 Test Questions
Required
1
Required
1
Required
1
Required
1
Required
1
Required
1
Required
1
Unit 6 Test Questions
Required
1
1
Required
1
Required
1
Required
1
Final Section
1
1
1
Question 1
1.

Draggable itemarrow_right_altCorresponding Item
arrow_right_alt
arrow_right_alt
arrow_right_alt
arrow_right_alt
arrow_right_alt
arrow_right_alt
Question 2
2.

Question 3
3.

What is the decimal value of binary 10110?

Question 4
4.

Question 5
5.

Question 6
6.

Question 7
7.

Question 8
8.

Question 9
9.

Question 10
10.

Question 11
11.

Question 12
12.

Question 13
13.

Question 14
14.

Question 15
15.

Question 16
16.

Question 17
17.

Question 18
18.

Question 19
19.

Question 20
20.

Question 21
21.

Question 22
22.

Question 23
23.

Question 24
24.

Match the flowchart symbol with its meaning.
Terminal (Start/End)
Process
Decision
Input/Output
Flow line
Subroutine
If translators (compilers and interpreters) did not exist, what would be the primary consequence for modern software development?
Programs would be smaller and use less memory
Programs would run much faster on all computers
All programming would have to be done in machine code, making it extremely difficult and time-consuming
Software would be more secure and reliable
Sam
GarrySam
An error message
Garry
Creating a variable for the first time
Declaring what data type a variable will hold
Changing the value held at a variable location
Deleting a variable from memory
It contains lowercase letters
It's too long
It starts with a letter
It contains a space
Float
Boolean
Integer
String
The input() function returns strings, and the + operator joins strings together
There's a syntax error in the code
Python doesn't support mathematical operations
Python randomly chooses between addition and concatenation
It will print 5.0
It will cause a runtime error
It will print 53
It will print 8
num = int(input())
num = integer(input())
num = input().int()
num = input(int())