Micropython Basics

Micropython Basics

8th Grade

11 Qs

quiz-placeholder

Similar activities

03 Buttons and LEDs (PICO)

03 Buttons and LEDs (PICO)

8th Grade

14 Qs

01 Onboard Features and functions (PICO)

01 Onboard Features and functions (PICO)

8th Grade

16 Qs

Code.org Discoveries Unit 3

Code.org Discoveries Unit 3

7th - 10th Grade

16 Qs

61_TGVVTM_HP6_Bai_2_DenDiscoSacSo

61_TGVVTM_HP6_Bai_2_DenDiscoSacSo

6th - 8th Grade

10 Qs

Checkpoint 2

Checkpoint 2

8th Grade

8 Qs

ABC of Arduino Quiz 3

ABC of Arduino Quiz 3

2nd - 8th Grade

15 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Arduino Lesson 5 Starter

Arduino Lesson 5 Starter

8th Grade

12 Qs

Micropython Basics

Micropython Basics

Assessment

Quiz

Computers

8th Grade

Hard

Created by

Andrew Duckworth

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main advantage of using functions in a program?

They make the program run faster.

They help organize code, making it more readable and reusable.

They automatically correct errors in the code.

They allow variables to store more data.

To store and manage data values for later use.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of using variables in a program?

To store and manage data values for later use.

To make the program run faster.

To display output on the screen.

To check for errors in the code automatically.

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

You want to connect a picoboard to power an exteranl LED, that will permanently stay on. Which pins should it be connected to?

3V3

Pin 25

Pin 1

GND

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When creating the program code for a Micropython function, what code word starts the function?

function

func

define

def

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming language can a RP2040 microcontroller (pico board) chip use?

Raspberry Pi

Java

HTML

Micropython

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol can we use to add comments to Python and Micropython programs?

@

#

%

*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a function parameter for this line of code?

led.value(0) # Turn LED off

(0)

led

value

Turn LED off

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?