End of Unit 3 Review

End of Unit 3 Review

8th Grade

8 Qs

quiz-placeholder

Similar activities

Python Quiz - 6

Python Quiz - 6

6th - 8th Grade

10 Qs

Python

Python

7th - 8th Grade

12 Qs

Scratch Programming

Scratch Programming

1st - 12th Grade

13 Qs

Programming with For Loops

Programming with For Loops

7th - 9th Grade

12 Qs

App Programming Project Quiz

App Programming Project Quiz

8th Grade

10 Qs

code.org Lesson 2 Intro to HTML

code.org Lesson 2 Intro to HTML

7th - 8th Grade

10 Qs

Command Line Terms

Command Line Terms

7th - 8th Grade

12 Qs

Java Printing Quiz

Java Printing Quiz

8th Grade

11 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()