Coding is fun

Coding is fun

Professional Development

9 Qs

quiz-placeholder

Similar activities

Functions in JavaScript

Functions in JavaScript

Professional Development

12 Qs

OFFICE 365

OFFICE 365

Professional Development

12 Qs

Microsoft Excel Quiz on Insert Tab

Microsoft Excel Quiz on Insert Tab

Professional Development

10 Qs

Google Drive Startup

Google Drive Startup

Professional Development

10 Qs

Soal Latihan Ms.Word

Soal Latihan Ms.Word

Professional Development

10 Qs

Cell Formatting Quiz

Cell Formatting Quiz

Professional Development

11 Qs

IC3 KA Word

IC3 KA Word

Professional Development

10 Qs

Y9 App Lab Assessment

Y9 App Lab Assessment

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