Variables & Lists

Quiz
•
Computers
•
6th Grade
•
Hard
Fazla Fairooz
Used 1+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a variable named carname and assign the value Volvo to it.
carname = "Volvo"
Carname = "Volvo"
carname = Volvo
Volvo = carname
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a variable named x and assign the value 50 to it.
50 = x
50 = X
x = 50
X = 5 + 10
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Display the sum of 5 + 10, using two variables: x and y.
x = 5
y = 10
print(x + y)
x = 5
y = 5
print(x - y)
x = 5
y = 10
print(x)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Create a variable called z, assign x + y to it, and display the result.
x = 5
y = 10
a = x + y
print(z)
x = 5
y = 10
z = x + y
print(z)
x = 5
y = 10
z = x - y
print(z)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
From the following what is the incorrect variable name
Var = 5
Name = "Hello"
Python = False
2my-first_name = "John"
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Print the second item in the fruits list.
print(______)
Fill in the blank
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Change the value from "apple" to "kiwi", in the fruits list.
fruits = ["apple", "banana", "cherry"]
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Demonstrating Personal Qualities and Abilities

Quiz
•
6th Grade
13 questions
Gates vs Jobs

Quiz
•
KG - University
17 questions
Plotting Shapes on Code.Org

Quiz
•
5th - 8th Grade
13 questions
Thực hành bàn phím

Quiz
•
2nd - 6th Grade
10 questions
Исполнитель Чертежник

Quiz
•
6th Grade
14 questions
MicroBit Quiz 1

Quiz
•
6th - 8th Grade
10 questions
CodeMonkey Quiz

Quiz
•
6th Grade
10 questions
AI Bias Quiz

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

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Digital Footprint

Quiz
•
6th Grade
20 questions
typing

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
25 questions
How to Email a Teacher- https://youtu.be/NioeNhfpVfI

Quiz
•
6th - 8th Grade
20 questions
Computer Hardware

Quiz
•
6th - 8th Grade