Introduction to Python

Introduction to Python

8th Grade

25 Qs

quiz-placeholder

Similar activities

Y9 Next Steps in Python: Embedding Homework

Y9 Next Steps in Python: Embedding Homework

8th Grade

20 Qs

Year 8 Digital Technologies - Lesson 9 Revision

Year 8 Digital Technologies - Lesson 9 Revision

8th Grade

21 Qs

Introduction to Python programming

Introduction to Python programming

6th - 8th Grade

20 Qs

Introduction to Python Programming

Introduction to Python Programming

8th Grade

25 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python - Test Revision

Python - Test Revision

8th Grade

20 Qs

Python

Python

8th Grade

20 Qs

Code.Org - Part II

Code.Org - Part II

6th - 8th Grade

21 Qs

Introduction to Python

Introduction to Python

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Thomas Martinez

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. 

1. What is the word used to display numbers and text on the screen?

print

input

output

command

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Q. What is a variable?

Data type

A box(memory location) where you store value

a type of graphics

a type of memory

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. What will be the output?

name = 'Dave'

greeting = "Good morning" + name

print (greeting)

Good morning 'Dave'

Good morning name

Good morningDave

Good morning + Dave

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of this program

You can buy some chocolate

You are rich!

You almost have enough Get a job!

Get a job!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an example of a variable in Python?

print("hello")

age=13

input("Enter your age")

type()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 10

b=5

b=a+5

print(b)

What would be printed to the screen in this example?

5

10

105

15

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = 10

b=5

b=a+5

print(a)

What would be printed to the screen in this example?

5

10

105

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?