Y9 Python Programming Assessment Term 1

Y9 Python Programming Assessment Term 1

9th Grade

45 Qs

quiz-placeholder

Similar activities

Python Programming Credential

Python Programming Credential

9th - 12th Grade

46 Qs

Bài tập python cơ bản

Bài tập python cơ bản

9th - 12th Grade

41 Qs

GCSE Python Legends

GCSE Python Legends

1st - 12th Grade

45 Qs

Python

Python

9th Grade

40 Qs

Python Quiz

Python Quiz

8th - 12th Grade

40 Qs

Week 4 - What is Python?

Week 4 - What is Python?

9th - 12th Grade

46 Qs

Input, Processing, Output

Input, Processing, Output

9th - 12th Grade

44 Qs

Python Final Exam

Python Final Exam

9th - 12th Grade

46 Qs

Y9 Python Programming Assessment Term 1

Y9 Python Programming Assessment Term 1

Assessment

Quiz

Computers

9th Grade

Hard

CCSS
L.2.2C

Standards-aligned

Created by

P Bailey

Used 20+ times

FREE Resource

45 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

Tags

CCSS.L.2.2C

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(3+4)
3+4
7
SyntaxError
print(3+4)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("3*4+5")
SyntaxErrror
17
3*4+5
12

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is Python's correct naming convention for variable names?

new_user25

New User25

25_new_user

25NewUser

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

An error in a program.

A sequence of steps for solving a category of problems.

Another name for object code that is ready to be executed.

A programming language that is designed to be easy for a computer to execute; also called “machine language” or “assembly language.”

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what is the variable name in the following script?

name

hello, your name is

print

There is no variable in this script

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type is used to store:
100
Integer
Double
Boolean
String

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?