Python Variables

Quiz
•
Computers
•
6th Grade
•
Hard
Pedro Munoz-Rodriguez
Used 117+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of data is the following?: X = "195.67"
Float
String
Boolean
Integer
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What type of variable is the following?: Y = False
Float
String
Integer
Boolean
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the following Python program print?
X = "Hello World!"
Y = "I can code "
Z = " In Python"
print( X + Y + Z)
Hello World! I can code In Python
Hello World!I can code In Python
Hello World! I can codeIn Python
Hello World!I can code In Python
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Variables have three things:
Numeric, string, Boolean
Integer, float, string
name, type, value
function, value, name
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When you want to print something to the screen you should use
The keyboard to type it
The computer Display
A monitor
a print statement
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
print("Python " * 3); will print out what
Python 3 Python 3 Python 3
Python Python Python
PythonPythonPython
Python*3 Python*3 Python*3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one to the following Python programs will not run?
num = 4
greeting = "Hello"
print(num + greeting)
grade = 98.7
letterGrade = "A+"
print(str(grade) + letterGrade
studentNum =80
print("studentNum")
print("Hello World!")
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
파이썬복습퀴즈

Quiz
•
6th - 8th Grade
10 questions
Fungsi Input dan Output Python

Quiz
•
2nd Grade - University
9 questions
Python Quiz on functions

Quiz
•
6th - 8th Grade
15 questions
Python : Codeathon Competition

Quiz
•
5th - 8th Grade
10 questions
6 сынып информатика 3-тоқсан қорытынды тест

Quiz
•
6th Grade
9 questions
Python Basics

Quiz
•
6th - 12th Grade
12 questions
Python - Проверка 2 - 6 клас

Quiz
•
6th Grade
12 questions
Программирование 6 класс

Quiz
•
6th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
25 questions
Career Vs. Job

Quiz
•
6th - 8th Grade
20 questions
Copyright and Fair Use

Quiz
•
6th - 8th Grade
21 questions
Input Output Storage Device

Quiz
•
5th - 8th Grade