Level 6 - Review 2

Level 6 - Review 2

3rd - 10th Grade

10 Qs

quiz-placeholder

Similar activities

PRE-TEST UH1 PMM

PRE-TEST UH1 PMM

1st - 10th Grade

12 Qs

KUIZ ICT

KUIZ ICT

4th - 12th Grade

10 Qs

Kuis Komputer Jaringan Dasar Kelas X

Kuis Komputer Jaringan Dasar Kelas X

10th Grade

15 Qs

Komponen Komputer

Komponen Komputer

10th Grade

10 Qs

Computing Essentials - Input/Output Ports

Computing Essentials - Input/Output Ports

6th Grade

10 Qs

Chapter 3 - IT Fundamentals+ (FC0-U61) Device Ports and Peripher

Chapter 3 - IT Fundamentals+ (FC0-U61) Device Ports and Peripher

9th - 12th Grade

10 Qs

Miraculum Quiz

Miraculum Quiz

KG - 12th Grade

10 Qs

Microbit Continuous Servo

Microbit Continuous Servo

8th Grade

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