Level 6 - Review 2

Level 6 - Review 2

3rd - 10th Grade

10 Qs

quiz-placeholder

Similar activities

Band Advisory Email Quiz

Band Advisory Email Quiz

6th - 7th Grade

10 Qs

Day 1 Quiz

Day 1 Quiz

5th Grade - University

13 Qs

PRE-TEST UH1 PMM

PRE-TEST UH1 PMM

1st - 10th Grade

12 Qs

Robotik Kodlama Sınavı

Robotik Kodlama Sınavı

10th Grade

12 Qs

Arduino Programmation

Arduino Programmation

10th Grade

15 Qs

Hummingbird Robotics

Hummingbird Robotics

6th - 9th Grade

12 Qs

9A-Interaksi Komputer dengan Perangkat Tambahan

9A-Interaksi Komputer dengan Perangkat Tambahan

7th - 9th Grade

10 Qs

computer quiz

computer quiz

1st - 3rd Grade

10 Qs

Level 6 - Review 2

Level 6 - Review 2

Assessment

Quiz

Computers, Education, Other

3rd - 10th Grade

Medium

Created by

Eduprime Robotics

Used 15+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to move servo motor to a different angle?

servo.Write(90);

servo.move(90);

servo.write(90);

servo.Move(90);

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for( int count = 10; count > 5; count-- )

{ blink_LED ( ); }

In the above program for how many times the LED will blink?

10

5

6

50

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The range for PWM is

0 to 1023

0 to 180

0 to 255

0 to 360

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display a message on LCD?

lcd.write ("message");

lcd.print ("message");

lcd.clear ("message");

lcd.begin ("message");

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

lcd.setCursor (0, 1) will move the cursor to

First line and second position

Second line and second position

First line and first position

Second line and first position

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a Micro switch, NC stands for

Not common

Normally closed

Not closed

Normally common

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the cathode of LED is connected to Ground and anode is connected to pin 12, which function should we use to make that LED glow?

digitalRead( 12, HIGH);

digitalWrite ( 12, HIGH);

pinMode (12, HIGH);

analogRead(12, HIGH);

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?