Final Exam Review - Circuit Boards

Final Exam Review - Circuit Boards

9th - 12th Grade

7 Qs

quiz-placeholder

Similar activities

Access 2.12 (A) Review

Access 2.12 (A) Review

KG - University

10 Qs

Arduino Components Quiz

Arduino Components Quiz

9th Grade

10 Qs

Arduino - P2uur - deel 2

Arduino - P2uur - deel 2

6th - 12th Grade

12 Qs

ITS Quiz 1

ITS Quiz 1

12th Grade

10 Qs

HTML, Javascript, CSS Week 4 Homework

HTML, Javascript, CSS Week 4 Homework

11th Grade

10 Qs

Table of Contents

Table of Contents

10th Grade

10 Qs

10 Quiz#4: JavaScript Events

10 Quiz#4: JavaScript Events

10th Grade

12 Qs

Codebots 4

Codebots 4

7th - 9th Grade

10 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)