Python Programming End of Unit Assessment

Python Programming End of Unit Assessment

7th - 9th Grade

30 Qs

quiz-placeholder

Similar activities

Python Code 3- PLTW AC

Python Code 3- PLTW AC

6th - 8th Grade

25 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Unit 5 AP CSP Code.org

Unit 5 AP CSP Code.org

9th - 12th Grade

33 Qs

[AP CSP] Programming Lesson 1 - Input/Output, Data Types

[AP CSP] Programming Lesson 1 - Input/Output, Data Types

9th - 12th Grade

25 Qs

Chapter 8 - cs1

Chapter 8 - cs1

9th Grade

26 Qs

Python Final Revision

Python Final Revision

6th - 8th Grade

25 Qs

Python Conditional execution, loops.

Python Conditional execution, loops.

9th Grade

25 Qs

Python Basics Quiz

Python Basics Quiz

8th Grade

25 Qs

Python Programming End of Unit Assessment

Python Programming End of Unit Assessment

Assessment

Quiz

Computers

7th - 9th Grade

Hard

Created by

Ray Birchall

Used 29+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?
Shell
Window
IDLE
CLI

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is syntax?
Syntax is the word used to describe a variable
Syntax is the rules of the programming language
This is used to read information
It is used to output information 

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

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

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the output be from the following code?

print(Hello world!)

Hello world!

SyntaxError

Hello world

print(Hello world!)

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following statement is correct?
Python is a high level programming language
Python is an low level programming language
Python is an machine code language
All of the above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A string

carries out an action

the elements of a command

a collection of characters

how elements in a commad are arranged

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

To create a newline at the end of prompt, you can use which of the following expressions?
\new
\n
\break
\return

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?