Microbit - ping pong

Microbit - ping pong

7th Grade - University

8 Qs

quiz-placeholder

Similar activities

Python Functions 1

Python Functions 1

12th Grade

12 Qs

Basics Of C Programming

Basics Of C Programming

University

10 Qs

java script

java script

University

10 Qs

Global and local variables

Global and local variables

10th - 12th Grade

10 Qs

Python - Operators and Conditional Statement

Python - Operators and Conditional Statement

3rd - 10th Grade

10 Qs

Quiz 5

Quiz 5

University

11 Qs

Python Programming: Functions and Procedures

Python Programming: Functions and Procedures

9th - 11th Grade

12 Qs

Python Basics Test

Python Basics Test

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: