Coding L5-What would happen?

Coding L5-What would happen?

7th Grade

10 Qs

quiz-placeholder

Similar activities

Lesson 1: Introduction to Python

Lesson 1: Introduction to Python

5th - 12th Grade

8 Qs

Y7 HWK3 : Variables

Y7 HWK3 : Variables

7th Grade

12 Qs

Eval. 1BIM -  1ro B

Eval. 1BIM - 1ro B

7th Grade - University

15 Qs

C Variables and Constants

C Variables and Constants

7th Grade

10 Qs

PYTHON - 57

PYTHON - 57

7th Grade

15 Qs

Quiz- Grade 7 & 8- Python (2nd term)

Quiz- Grade 7 & 8- Python (2nd term)

7th Grade

8 Qs

Variables and Functions

Variables and Functions

KG - University

10 Qs

Lesson 2 CT

Lesson 2 CT

6th - 8th Grade

10 Qs

Coding L5-What would happen?

Coding L5-What would happen?

Assessment

Quiz

Computers

7th Grade

Hard

Created by

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?