Intermediate Python

Intermediate Python

9th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

python revision

python revision

9th Grade

20 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Intermediate

Python Intermediate

9th - 11th Grade

15 Qs

Python Quiz

Python Quiz

9th Grade

20 Qs

Loops

Loops

5th - 12th Grade

16 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Python Fundamentals -2

Python Fundamentals -2

11th - 12th Grade

10 Qs

Quiz 2 Java

Quiz 2 Java

11th Grade

15 Qs

Intermediate Python

Intermediate Python

Assessment

Quiz

Computers

9th - 11th Grade

Hard

Created by

Karl Smith

Used 25+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a CONSTANT? (select the best answer)

A variable that never changes throughout the course of the program

A value that remains fixed throughout the course of the program

A location in memory that stores a value which changes throughout the course of the program

Some sort of cheese

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

True or False?

true

True

false

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

True and False?

True

true

False

false

4.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which of the following has correct syntax?

name = input("What is your name?")

if x = 3:

print("Hello")

x = 3 << 1

x = (((4*5)-(((67)/(6))) + 54

5.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which code would repeat something 6 times?

for i in range(6):

for loop in [1,2,3,4,5,6]:

while x < 7:

ctrl + c

ctrl + v

ctrl + v

ctrl + v

ctrl + v

ctrl + v

ctrl + v

6.

FILL IN THE BLANK QUESTION

1 min • 5 pts

write code that will ask a user to enter a number and store it in the variable x. You should do any necessary typecasting in-line. Make your prompt say "Enter a number".

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output from the following:

print(["Hello", "Goodbye"][int(6>7)])

Hello

Goodbye

Syntax error

Hello Goodbye

I am the Angel of Death. The Hour of Retribution is upon us

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?