W8-11

W8-11

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Infternet of Things

Infternet of Things

11th Grade

15 Qs

Enkapsulasi

Enkapsulasi

11th Grade

10 Qs

Quiz 15 - Array Basics

Quiz 15 - Array Basics

11th Grade

10 Qs

SIOT - Komunikasi Data Serial UART

SIOT - Komunikasi Data Serial UART

11th - 12th Grade

15 Qs

10. Sınıf 2.2 Yazılı Sınavı Öncesi Çalışma Soruları

10. Sınıf 2.2 Yazılı Sınavı Öncesi Çalışma Soruları

10th Grade

10 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

Pembuatan Program Mikrokontroler

Pembuatan Program Mikrokontroler

1st - 10th Grade

13 Qs

conditional constructs in Java

conditional constructs in Java

10th Grade

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