MAC - Unit 2

MAC - Unit 2

9th - 12th Grade

18 Qs

quiz-placeholder

Similar activities

Y10M2A2 - Selection

Y10M2A2 - Selection

6th - 10th Grade

15 Qs

Technology in medicine

Technology in medicine

10th Grade

15 Qs

CMD - Windows

CMD - Windows

12th Grade

17 Qs

G9 QUIZ 1 2ND QUARTER

G9 QUIZ 1 2ND QUARTER

9th Grade

15 Qs

Edexcel Computer Science 2020 - Unit 04 - Quiz 01

Edexcel Computer Science 2020 - Unit 04 - Quiz 01

8th - 11th Grade

18 Qs

G9 Mod2 Summative Test - Computer Hardware

G9 Mod2 Summative Test - Computer Hardware

9th Grade

20 Qs

Year 8 IT - Network Communication

Year 8 IT - Network Communication

7th - 9th Grade

20 Qs

Programming Vocabulary

Programming Vocabulary

10th - 12th Grade

17 Qs

MAC - Unit 2

MAC - Unit 2

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Ryan Geary

Used 10+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which line of code outputs a decimal portion of float stored in the variable: x

print (x / 1000)

print (x - int(x))

print (x)

print (x % 1000)

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Three of the following values could be stored as strings. When would you NOT use a string command?

To store a list of colors

To store decimal values

To store a word

To store values NOT used for calculations

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Consider the following code:

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

print (x)


What happens if the user types in A?

It prints 65

It prints A

This would cause an error: An integer variable cannot store a string

This would cause an error: int and input cannot be used together.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a data type in Python?

float

string

decimal

integer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following numbers might this code generate:


import random

random.randint(1,9)

10

1

11

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is NOT a build-in function in python?

sqrt()

string()

fabs()

print()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

random.random()*20 + (-10)

randint(-10, 10)

random.random(-10, 10)

random.randint(-10, 10)

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?