Search Header Logo

Unit 2 Review 1

Authored by Barbara Anderson

Computers

12th Grade

Used 1+ times

Unit 2 Review 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

x=16.345

print(x-int(x))

What will output?

16.345

16

0.345

x

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When would you NOT use a string

To store a number such as 2.56

To store a name

To store a list of words

To store a list of phone numbers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

What happens is the user types A when the code runs?

It prints the A

It prints 65

It prints 1

An error occurs

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is NOT a data type in Python?

integer

float

string

decimal

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What numbers might this code generate?

x = random.randint( 1 , 10 )

0

1.4

5

11

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is NOT a built-in function in Python?

print( )

string( )

int( )

float( )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To generate numbers between and including -3 to 3 you would use:

randint(-3, 3)

random.random(-3, 3)

random.random( )*3 + 1

random.randint(-3, 3)

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?