Python Unit 2 Quiz 2

Python Unit 2 Quiz 2

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Python Demo Quiz Set1

Python Demo Quiz Set1

9th - 12th Grade

12 Qs

SLR 9 - Advanced Programming Techniques - Part Two

SLR 9 - Advanced Programming Techniques - Part Two

10th Grade

10 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

paper scissors stone

paper scissors stone

12th Grade

14 Qs

"switch" Java Statement - 1

"switch" Java Statement - 1

9th - 10th Grade

17 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

Computer Science Unit 3 Test

Computer Science Unit 3 Test

9th - 12th Grade

15 Qs

Python Unit 2 Quiz 2

Python Unit 2 Quiz 2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Gerri McCann

Used 25+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following code:

x = 3

y = 5

z = 2

print(y ** z + z)

What is output?

12

17

25

27

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following code:

x = 3

y = - 4

z = 1

print( x + y * y )

2

-2

19

5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What output is produced by:

x = 19.29428347

x = x * 100

num = int(x)

print(num)

19.2943

19

1929

19.29

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code is necessary for random numbers to work in Python?

import random

import integer

x = randomint

x = int(input("Enter a number"))

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Python Command?

int

str

input

dec

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is output?

print(7 % 4)

0

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is output?

print(8 % 4)

0

1

2

3

4

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?