W8-11

W8-11

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

W5-8

W5-8

11th Grade

10 Qs

Mecatronica 5to IOQ 1

Mecatronica 5to IOQ 1

9th - 12th Grade

10 Qs

Arduino practice 2

Arduino practice 2

9th - 11th Grade

15 Qs

Week 3 Arduino Basics Quiz

Week 3 Arduino Basics Quiz

7th - 12th Grade

10 Qs

Java Arithmetic Operations

Java Arithmetic Operations

11th Grade

10 Qs

JAVA: Level-1

JAVA: Level-1

5th - 12th Grade

15 Qs

Java Array Basics

Java Array Basics

10th - 12th Grade

15 Qs

Pengenalan Arduino dan LED

Pengenalan Arduino dan LED

10th Grade

15 Qs

W8-11

W8-11

Assessment

Quiz

Computers

10th - 11th Grade

Medium

Created by

Miriam Martínez Montemayor

Used 4+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?