CMS Fundamentals of Computer Science - Semester 1 Exam

CMS Fundamentals of Computer Science - Semester 1 Exam

Assessment

Flashcard

Instructional Technology

8th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What command creates text output in Python?

Back

print()

2.

FLASHCARD QUESTION

Front

What is the name of the data type that can only be True or False?

Back

boolean

3.

FLASHCARD QUESTION

Front

What type conversion should be used for the input below?
sibs = input("Enter the number of siblings you have: ")

Back

int()

4.

FLASHCARD QUESTION

Front

Which of the following is a boolean expression? x + 1, x = 100, x == y, 12 * 5

Back

x == y

5.

FLASHCARD QUESTION

Front

What type conversion should be used for the variable total in line 2 below?
total = 50 + 50
print("The total is: " + total)

Back

str()

6.

FLASHCARD QUESTION

Front

How many times does the following loop repeat? x = 10 while x < 100:     x -= 1

Back

infinitely

7.

FLASHCARD QUESTION

Front

What type conversion should be used for the input below?
temp = input("Enter temperature as a decimal value: ")

Back

float()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?