Search Header Logo
CMS Fundamentals of Computer Science - Semester 1 Exam

CMS Fundamentals of Computer Science - Semester 1 Exam

Assessment

Flashcard

Instructional Technology

8th Grade

Practice Problem

Hard

Created by

Wayground 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()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?