End of Unit 3 Review

End of Unit 3 Review

8th Grade

8 Qs

quiz-placeholder

Similar activities

str vs int

str vs int

8th Grade

10 Qs

Python Fundamentals

Python Fundamentals

8th Grade

12 Qs

S3 Software Dev Quiz

S3 Software Dev Quiz

KG - University

10 Qs

2023 Summer bootcamp Kodular Test 2

2023 Summer bootcamp Kodular Test 2

6th - 8th Grade

10 Qs

Python Data Types and Arithmetic Quiz

Python Data Types and Arithmetic Quiz

8th Grade

7 Qs

Python Lists

Python Lists

8th - 9th Grade

10 Qs

Grade 8- Microsoft Visual Studio 2015

Grade 8- Microsoft Visual Studio 2015

8th Grade

10 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

End of Unit 3 Review

End of Unit 3 Review

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Morgan Fingerson

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What type of data can a variable store? Select the best answer.

Only number data

Only text data

Text, number, and many other types of data

Variables don’t store data

2.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Media Image

What will be shown on the display when this code is run?

-4

4

6

10

3.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Media Image

What does this code segment do?

Scrolls 0 across the display forever

Counts to 20 on the display

Shows a smiley face when the A button is pressed

Displays how long the A button was held down for

4.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Media Image

What will be displayed by this code segment?

0

1

5

9

5.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Media Image

This code is supposed to make the Micro:bit play a tune with the notes F, A, and C. What is the problem with the code?

The notes should not be strings, so they should not have quotes around them.

The notes should be in a list and have square brackets around them.

Only the letters F, A, and C should be used—no numbers.

Nothing is wrong with the code.

6.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

What does the index of an element in a list tell you?

Where it is in the list.

What value it contains.

How many elements there are in the list in total.

What type of data it stores.

7.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Media Image

What will scroll on the display when this code is run?

1

Nothing

12 3

A smiley face

8.

MULTIPLE CHOICE QUESTION

30 sec • 20 pts

Media Image

Which of the function calls below contains a named parameter?

display.show(Image.ALL_ARROWS, loop=True)

display.scroll(my_text)

random.randint(1,7)

temperature()