Search Header Logo

W8-11

Authored by Miriam Martínez Montemayor

Computers

10th - 11th Grade

Used 4+ times

W8-11
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Characteristics of a Buzzer

Input, Digital

Input, Analog

Output, Digital

Output, Analog

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It's the component that emits sound. You can specify only frequency, or frequency and duration of the tone.

Push Button

LED

Piezo Buzzer

7 Segment Display

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The result of the following condition when n=20 and m=30

if (n==35) {

Serial.println ("okey");

} else if (m ==20) {

Serial.println("dokey");

} else {

Serial.println("artichokey");

artichokey

okey

dokey

okey dokey

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following switches is connected correctly?

Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the code we need to create random numbers

void setup () {

randomSeed(digitalRead(0));

}

void loop () {

random(7);

}

void setup () {

random(7);

}

void loop () {

randomSeed(3,7);

}

void setup () {

randomSeed(analogRead(0));

}

void loop () {

random(7);

}

void setup () {

random(3);

}

void loop () {

randomSeed(analogRead(3));

}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This function would give results of 0, 1, 2

random (analog);

random (1,2)

random(0==2);

random (3);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

On a 7 segment display, these are the segments required on HIGH to display 3

A, B, C, D, E

B, C, D, E, G

DP, A, B, C, F

A, B, C, D, G

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?