Final Exam Review - Circuit Boards

Final Exam Review - Circuit Boards

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Fidget Cubes (More on Maker Unit 2)

Fidget Cubes (More on Maker Unit 2)

8th - 9th Grade

7 Qs

W8-11

W8-11

10th - 11th Grade

10 Qs

Access 2.12 (A) Review

Access 2.12 (A) Review

KG - University

10 Qs

G9_Troubleshooting

G9_Troubleshooting

9th Grade

10 Qs

Arduino - P2uur - deel 2

Arduino - P2uur - deel 2

6th - 12th Grade

12 Qs

Tarkie Seminar for Disers

Tarkie Seminar for Disers

9th - 12th Grade

10 Qs

ITS Quiz 1

ITS Quiz 1

12th Grade

10 Qs

Kit de Robótica - Identificação e Teste dos Componentes

Kit de Robótica - Identificação e Teste dos Componentes

9th Grade

11 Qs

Final Exam Review - Circuit Boards

Final Exam Review - Circuit Boards

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Jessica Fletcher

Used 5+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are outputs of a Circuit Playground? (Select two)

Left button

LEDs

Temperature sensor

Buzzer

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You want your app to update when you shake the board. Which sensor should you use?

LED

Button

Temperature

Accelerometer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Describe the following code

Listen to the buzzer sensor for 100 milliseconds

Add the text "C4" to the buzzer note 100 times

Update the buzzer variable to "C4"

Buzzer plays the note C4 for 100 milliseconds

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt


You are designing a program to respond to the left button on the Circuit Playground. Which line of code are you most likely to see in your program?

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image


Which of the following best describes the code?

When the feelingLabel is clicked, the text is "Happy".

When the text of the feelingLabel is changed to "Happy", it makes a click sound.

When the happyButton is clicked, the text of the feelingLabel is changed to "Happy".

When the text of happyButton is changed to "clicked", the text of the feelingLabel is changed to "Happy".

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In which scenarios would you most likely use getProperty? (Select two)

Change the homescreen background color to beige

See which option the user selected in the dropdown

Update the width of a picture

Read the value that the user chose in a slider

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

You are given the following function that adds points to the score. How would you call the function to add 10 points?

updateScore()

updateScore(points)

updateScore points

updateScore(10)