If I did this what would happen?
name="Bob the builder"
print(name)
Coding L5-What would happen?
Quiz
•
Computers
•
7th Grade
•
Hard
A Grant
Used 18+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If I did this what would happen?
name="Bob the builder"
print(name)
bob the builder
name
Bob the builder
Bob the carpenter
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If I did this what would happen?
name="Bob the builder"
name="Bob the carpenter"
print(name)
bob the builder
name
Bob the builder
Bob the carpenter
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If I did this what would happen?
age=16
name="Chris"
print(name + age)
Chris 16
error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If I did this what would happen?
age="16"
name="Chris "
print(name + age)
Chris 16
error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would happen if I did this?
name="Bob"
age=16
print(name + str(age))
Bob16
error
Bob Sixteen
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would happen if I did this?
name="Bob"
age=16
print(name + " " + str(age))
Bob16
error
Bob Sixteen
Bob 16
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What would happen if I did this?
num1=5
num2=10
print(num1+num2)
10
5
15
10 questions
Python Exam
Quiz
•
7th Grade
10 questions
roblox quiz
Quiz
•
1st - 10th Grade
12 questions
Pathfinder Illustrator
Quiz
•
7th Grade
11 questions
JS: Conditionals!
Quiz
•
6th Grade - University
10 questions
Apple - Learn to code (revision 1)
Quiz
•
7th Grade
9 questions
Variables - 1
Quiz
•
7th - 8th Grade
15 questions
Diagramas de Flujo 2
Quiz
•
5th Grade - University
15 questions
Year 8 - Illustrator - L4
Quiz
•
7th - 9th Grade
15 questions
Character Analysis
Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing
Quiz
•
9th - 12th Grade
10 questions
American Flag
Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension
Quiz
•
5th Grade
30 questions
Linear Inequalities
Quiz
•
9th - 12th Grade
20 questions
Types of Credit
Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25
Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
14 questions
Misplaced and Dangling Modifiers
Quiz
•
6th - 8th Grade
17 questions
Parts of Speech
Quiz
•
7th - 12th Grade
11 questions
Decimal/fraction conversions quick check
Quiz
•
5th - 7th Grade
10 questions
Identifying equations
Quiz
•
KG - University
44 questions
El fin del año- 7th
Quiz
•
7th - 12th Grade
20 questions
Math Review
Quiz
•
7th Grade
14 questions
Subtracting Integers
Lesson
•
6th - 8th Grade
15 questions
Exponent Properties
Quiz
•
7th - 9th Grade