Level 6 - Review 2

Level 6 - Review 2

3rd - 10th Grade

10 Qs

quiz-placeholder

Similar activities

9A-Interaksi Komputer dengan Perangkat Tambahan

9A-Interaksi Komputer dengan Perangkat Tambahan

7th - 9th Grade

10 Qs

Prima Liceo Diagnóstico

Prima Liceo Diagnóstico

9th - 12th Grade

15 Qs

Parcial Robótica 3ro Básico

Parcial Robótica 3ro Básico

9th Grade

7 Qs

GTT East Buchanan

GTT East Buchanan

7th - 8th Grade

10 Qs

Kuis Perangkat Keras (Hardware)

Kuis Perangkat Keras (Hardware)

7th Grade

10 Qs

Mencocokan Media Komunikasi

Mencocokan Media Komunikasi

KG - 4th Grade

10 Qs

Seriale

Seriale

1st - 12th Grade

9 Qs

Robotik Kodlama Sınavı

Robotik Kodlama Sınavı

10th Grade

12 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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?