Microbit - ping pong

Microbit - ping pong

7th Grade - University

8 Qs

quiz-placeholder

Similar activities

PE2 Module 3

PE2 Module 3

KG - Professional Development

11 Qs

Python Definitions

Python Definitions

10th - 12th Grade

12 Qs

Python Functions

Python Functions

9th - 12th Grade

8 Qs

Python Libraries

Python Libraries

12th Grade

10 Qs

Math Class Quiz

Math Class Quiz

10th - 12th Grade

12 Qs

Python Review

Python Review

11th Grade

11 Qs

DEBUG THE CODE

DEBUG THE CODE

University

10 Qs

Programming Concepts-Grade XC

Programming Concepts-Grade XC

10th 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: