

CMS Fundamentals of Computer Science - Semester 1 Exam
Flashcard
•
Instructional Technology
•
8th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

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

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?