Microbit - ping pong

Microbit - ping pong

7th Grade - University

8 Qs

quiz-placeholder

Similar activities

Programacion

Programacion

University

10 Qs

Python

Python

University - Professional Development

10 Qs

Test - 2

Test - 2

University

10 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

ZIP Class - Circuit SMP/SMA #1

ZIP Class - Circuit SMP/SMA #1

7th - 12th Grade

10 Qs

PF Unit  10

PF Unit 10

9th Grade - University

10 Qs

Quizz Google Spredsheet

Quizz Google Spredsheet

12th Grade

10 Qs

Quizizz Python Start test2

Quizizz Python Start test2

University

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: