Search Header Logo

Python Button Logic Quiz

Authored by Fadi Fadi

Computers

6th - 10th Grade

Used 2+ times

Python Button Logic Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code display when Button A is pressed?

if button_a.is_pressed():

display.show("A")

An icon

"A"

Nothing

"B"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly checks if Button B is pressed?

if button_b.press():

if button_b == True:

if button_b.is_pressed():

if button_b.pressed():

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will happen if both Button A and Button B are pressed in the following code?

if button_a.is_pressed():

display.show("A")

elif button_b.is_pressed():

display.show("B")

"B" will be displayed

Nothing will be displayed

Both "A" and "B" will be displayed

"A" will be displayed

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following code display if no buttons are pressed? if button_a.is_pressed(): display.show("A") elif button_b.is_pressed(): display.show("B") else: display.show("?")

"B"

"?"

Nothing

"A"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which code snippet will display a happy icon if Button A is pressed?

if button_a.is_pressed(): display.show(Image.HAPPY)

if button_a.is_pressed() == True: display.show(Image.HAPPY)

if button_a.is_pressed(); display.show(Image.HAPPY)

if button_a.pressed(): display.show(Image.HAPPY)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code when Button B is pressed?

if button_a.is_pressed():

display.show("A")

else: display.show("B")

"A"

"B"

Nothing

"A" and "B"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the Micro display when both buttons are pressed in this code?

if button_a.is_pressed():

display.show("A")

if button_b.is_pressed():

display.show("B")

"A"

"B"

Both "A" and "B" at the same time

"A" followed by "B"

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?