

Revision Part 1 POP FLASHCARD Intr to cps
Flashcard
•
Computers
•
6th - 8th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

21 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What type of data is the following?: X = "195.67"
Back
String
2.
FLASHCARD QUESTION
Front
What does the following Python program print?
X = "Hello World!"
Y = "I can code "
Z = " In Python"
print( X + Y + Z)
Back
Hello World!I can code In Python
3.
FLASHCARD QUESTION
Front
Variables have three things:
Back
name, type, value
4.
FLASHCARD QUESTION
Front
print("Python " * 3); will print out what? Options: Python 3 Python 3 Python 3, Python Python Python, PythonPythonPython, Python*3 Python*3 Python*3
Back
Python Python Python
5.
FLASHCARD QUESTION
Front
Which one to the following Python programs will not run? Options: num = 4 greeting = "Hello" print(num + greeting), grade = 98.7 letterGrade = "A+" print(str(grade) + letterGrade, studentNum =80 print("studentNum"), print("Hello World!")
Back
num = 4
greeting = "Hello"
print(num + greeting)
6.
FLASHCARD QUESTION
Front
float, integer, boolean, and string are all examples of what?
Back
Data Types
7.
FLASHCARD QUESTION
Front
Which of the following is NOT a program that will produce the following output?
SeasonSeasonSeason
Options:
word = "Season" * 3
print(word)
,
word = "Season" + "Season" + "Season"
print(word)
,
num = 3
word = "Season" * 3
print(word)
,
word = "Season"
print(word)
print(word)
print(word)
Back
word = "Season"
print(word)
print(word)
print(word)
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?