Coding is fun

Coding is fun

Professional Development

9 Qs

quiz-placeholder

Similar activities

PLCS

PLCS

Professional Development

10 Qs

Quiz 1 Microsoft Word

Quiz 1 Microsoft Word

University - Professional Development

11 Qs

Google Sheets Modification Quiz

Google Sheets Modification Quiz

Professional Development

10 Qs

OSTA ABAY Week 3 Assessment

OSTA ABAY Week 3 Assessment

Professional Development

10 Qs

DECI - Week 9 - round

DECI - Week 9 - round

Professional Development

12 Qs

OSTA ABAY Week 1 Assessment

OSTA ABAY Week 1 Assessment

Professional Development

10 Qs

Robótica M1-13

Robótica M1-13

Professional Development

10 Qs

Arduino Quiz - gemaakt met AI

Arduino Quiz - gemaakt met AI

Professional Development

10 Qs

Coding is fun

Coding is fun

Assessment

Quiz

Computers

Professional Development

Hard

Used 32+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Exercise #1: How many LED lights are turned on?

5

7

9

11

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Exercise #1: What is the colour of the LED lights?

Blue

White

Cyan

Orange

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Exercise #1: How long does it take for the light to complete one "on and off" circle?

1 sec

1.5 sec

2 sec

3 sec

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Exercise #2: What colour do you see?

White

Yellow

Blue

Magenta

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Exercise #3: What do you see after running the code?

All LED lights inside the button are flashing green light.

The LED take turns to blink green light clockwise.

The LED take turns to blink red light anti-clockwise.

The LED take turns to blink blue light clockwise.

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Exercise #3: At the end of each loop, what is the value of "led"?

1

5

7

11

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Exercise #4: After running the code. Press button 2, then press button 4. What colour do you see?

Yellow

Blue

White

Magenta

8.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Exercise #4: When the value of r is 250, after running the following code, what is the value of r?

{ r += 50;

if (r > 255) r = 0; }

0

50

250

300

9.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Media Image

Exercise #5: When you press button 4, and pointing the button 3 down towards the floor (as shown in the pic).

How many LED lights are on?

2

4

6

8