MYP3

MYP3

8th Grade

23 Qs

quiz-placeholder

Similar activities

chapter-2 quiz grade-8

chapter-2 quiz grade-8

8th Grade

20 Qs

Acumulativa Período 1

Acumulativa Período 1

8th Grade

20 Qs

Inventos robóticos 2ºESO

Inventos robóticos 2ºESO

8th Grade

27 Qs

Coding and Robotics Review

Coding and Robotics Review

8th Grade

20 Qs

Arduino Intermediate Module 1 Car Setup

Arduino Intermediate Module 1 Car Setup

6th - 8th Grade

18 Qs

Term 3-Week 9-Review:Arduino Quiz

Term 3-Week 9-Review:Arduino Quiz

8th Grade

20 Qs

TECNOLOGÍA 3RO

TECNOLOGÍA 3RO

1st - 12th Grade

20 Qs

Robotics NXT

Robotics NXT

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?