Networks Module 1 Grok

Last updated almost 6 years ago
11 questions
Note from the author:
Grok module one review
1

What are some of the functions of a network? Select all that apply.

1

What number represents 5 seconds on a microbit

1

What character is missing from this line of code?

1

Read the text below, type the missing works in the answer box, ensure the words are seperaed by a comma.
Radio communication needs two devices:
  • the ____________________ takes a message, encodes it, and sends it over radio waves
  • the receiver receives the radio waves and decodes the message

1

with micropython how do you turn the radio on?

1

RE-write this line correctly:
while true:

1

Type the single missing word below:
We _______________ by putting spaces at the beginning of the line. Indentation tells Python that the code is inside the loop. Make sure you use the same number of spaces for indenting each line inside the loop.

1

What is missing in the code below?
while True
message = radio.receive()
if message
display.scroll(message)

1

the code below is attempting to configure a microbit to recieve code on a certian channel, what word is missing?
radio.on()
radio.config(=20)

1

Select the TRUE Statments.
Context: Let's talk security. When we send messages on a micro:bit channel, any device also on that channel can receive the information

1

Read the text then select the false statement below:
What are some of the risks associated with connecting to free wifi networks?