Search Header Logo

Year 8 Python Assessment

Authored by G Dela Cruz

Computers

9th - 10th Grade

Used 9+ times

Year 8 Python Assessment
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a variable?

A box(memory location) where you store values
a type of graphics
Data type
a type of memory

2.

DRAW QUESTION

1 min • 1 pt

What shape represents a process in a flowchart?

Media Image

3.

DRAW QUESTION

3 mins • 1 pt

What shape represents a decision in a flowchart?

Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type allows you to store whole numbers in Python?

String

Number

Integer

Float

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

print("12"*3)
What would this print?

36
121212
24
12*3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following Python code?

print(Hello world!)

Hello world!

SyntaxError

Hello world

print(Hello world!)

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which of these is the correct code for creating a list of names?

nameList = John, Harry, Jesse, John, Harry, Harry

nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

nameList = [John, Harry, Jesse, John, Harry, Harry]

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?