ADVC285

ADVC285

1st - 5th Grade

5 Qs

quiz-placeholder

Similar activities

while loop

while loop

5th Grade

10 Qs

Introduction to Microbit

Introduction to Microbit

1st Grade

10 Qs

MICRI:BIT

MICRI:BIT

1st - 3rd Grade

10 Qs

Make code LEDs

Make code LEDs

4th Grade

3 Qs

PHOTOSHOP

PHOTOSHOP

2nd Grade

10 Qs

Gaming

Gaming

3rd - 4th Grade

10 Qs

Hari 3 - Kuis Coding & Perkenalan AI

Hari 3 - Kuis Coding & Perkenalan AI

1st - 12th Grade

10 Qs

Shinning Sunbeam

Shinning Sunbeam

1st Grade

10 Qs

ADVC285

ADVC285

Assessment

Quiz

Computers

1st - 5th Grade

Medium

Created by

Glory maxwell

Used 6+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

What are the Pins of Neopixel Ring

GND

CCV

VCC

DIN

DOUT

2.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

What all components did we used in today's session

NeoPixel Ring

Arduino Uno

Servo Motor

Ultrasonic sensor

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

How can we change the number of LEDs in NeopIxel Ring

Define variable

N_Ring=16

Go to diagram.Json and change

"attrs": { "pixels": "required number of LEDS" }

Change the if condition in loop function

define variable inside setup function

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the Use of DOUT pin

Generates Multiple colours

Doesn't generate any colour

Generate ONLY ONE colour

None of the above

5.

MULTIPLE SELECT QUESTION

45 sec • 5 pts

Which all functions did we used in today's session

setPixelColor()

Color(R,G,B)

delay()

begin()