Python Variables

Quiz
•
Computers
•
6th Grade - University
•
Hard
STEM Birds
Used 33+ times
FREE Resource
6 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What will be output of the following code be?
1var = 6
6
1
var
Error
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Can a variable name start with a number?
Yes
No
Maybe
Irrelevant
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What will the output of the following code be?
a = 5
b = 0
print(a)
5
0,5
0
5
5
5
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What will the output of the following code be?
a=b=9
print (a)
print(b)
9
18
9
9
18
9
18
18
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What should we start the variable name with?
Number
Letter or an alphabet
Special Character
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What will the output of the following code be?
name = Python
print(name)
Python
Error
Python name
Similar Resources on Wayground
11 questions
Pseudo code ('fake' code)

Quiz
•
9th - 10th Grade
10 questions
Python Input/Output

Quiz
•
9th - 12th Grade
10 questions
Pseudocode WHILE Loops

Quiz
•
10th - 12th Grade
10 questions
Thunkable quiz

Quiz
•
8th - 9th Grade
10 questions
Session 2

Quiz
•
University
9 questions
Python Lists

Quiz
•
7th - 11th Grade
11 questions
Java Printing Quiz

Quiz
•
8th Grade
11 questions
Java Boolean Statements

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
20 questions
Input, Output, Processing or Storage

Quiz
•
5th - 6th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade