Microbit - ping pong

Microbit - ping pong

7th Grade - University

8 Qs

quiz-placeholder

Similar activities

TECHNICAL C PROGRAM

TECHNICAL C PROGRAM

University

10 Qs

MODULES,ERROR AND EXCEPTION HANDLING

MODULES,ERROR AND EXCEPTION HANDLING

11th Grade

10 Qs

Comp8 code.org Unit 6A L3 Quiz

Comp8 code.org Unit 6A L3 Quiz

8th Grade

10 Qs

9-Класс

9-Класс

9th Grade

12 Qs

Python-quiz2

Python-quiz2

University - Professional Development

11 Qs

Array in C

Array in C

University

10 Qs

C programming-1

C programming-1

University

13 Qs

Blinking LED

Blinking LED

12th Grade

10 Qs

Microbit - ping pong

Microbit - ping pong

Assessment

Quiz

Computers

7th Grade - University

Hard

Created by

Jana Trojanová

Used 7+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which picture is correct for position

ball_row = 2

ball_column = 2

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is output of called function? Or is there an error?

5

10

25

name 'c' is not defined

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is printed on the screen? Or is there an error?

a > b

a < b

a <= b

argument of type 'boolean' is not assignable to parameter of type ''string'

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is printed on the screen? Or is there an error?

Numbers are equal

expected an intended block near 'basic'

expecting ':' near '\n'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

ball_vertical_move = 1

ball_horizontal_move = 2


led.plot(ball_row + ball_vertical_move,

ball_column + ball_horizontal_move)


Která led se rozsvítí?

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is printed on the screen? Or is there an error?

a > b

expected an intended block near 'basic'

expecting ':' near '\n'

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What can do function


led.unplot()

turn on the specified Led

turn of the specified led

get the on/off state of Led

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is the correct function definition?

sum(a,b):

def sum(a,b):

def sum(a,b)

def sum(a,b: