MYP3

MYP3

8th Grade

23 Qs

quiz-placeholder

Similar activities

Arduino - 8º Ano

Arduino - 8º Ano

8th Grade

20 Qs

Arduino Summer Camp Quiz 2

Arduino Summer Camp Quiz 2

5th - 12th Grade

20 Qs

Arduino Homework Week 4

Arduino Homework Week 4

8th Grade

20 Qs

Arduino Arcade Week 1 Homework

Arduino Arcade Week 1 Homework

8th Grade

20 Qs

IF8 Praktik Lintas Bidang - Arduino

IF8 Praktik Lintas Bidang - Arduino

8th Grade

20 Qs

Arduino - Module 4 - Water Level Sensor

Arduino - Module 4 - Water Level Sensor

6th - 8th Grade

19 Qs

Input & Output Device

Input & Output Device

7th - 9th Grade

20 Qs

Micro:Bit Quiz Unit 3

Micro:Bit Quiz Unit 3

6th - 8th Grade

20 Qs

MYP3

MYP3

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Fatema Dhorajiwala

Used 2+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An if statement can be followed by an optional else statement, which executes when the boolean expression is ____.

TRUE

FALSE

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An LED has two legs, a positive, and a negative, the positive leg can go to the positive ____of the Arduino, and the negative leg can go to the negative _____ of the Arduino.

GND, VCC

VCC, GND

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In the digitalWrite() function, ___means On, and ___means Off.

High, Low

LOW, HIGH

Low, High

HIGH, LOW

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The delay() function helps us ________.

Skip few lines of instructions

Makes computer faster

Allows you to pause the execution of your program for a specified period

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The___________ function tells your Arduino to change the state of the device connected at a pin no.

digitalRead()

digitalWrit()

digitalWrite()

digitalRW()

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A buzzer is a basic audio device that _______ a sound from an incoming electrical signal. 

generates

reflects

sends

recevies

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Variable declarations usually follow the syntax _______

  1. variable_name datatype;

  1. datatype variable_name;

  1. variable_name datatype

datatype variable_name

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?