Intermediate Python

Intermediate Python

9th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

Test

Test

9th Grade

10 Qs

Python

Python

11th Grade

20 Qs

Computer Application Practice Quiz Class 10

Computer Application Practice Quiz Class 10

10th Grade

20 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

JAVA: Level-1

JAVA: Level-1

5th - 12th Grade

15 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

Basics in Java

Basics in Java

9th - 12th Grade

15 Qs

BlueJ

BlueJ

10th Grade

10 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?