NEW
Font size
WorksheetsMicro:bit Python #1
Total questions: 17
Worksheet time: 10mins
How many pixels are there on the micro:bit LED array?
20
25
0 - 4
There are no pixels, only bits
A "chunk" of code that is indented
A sequence of instructions
A memory location which stores a value
Repetition of code a certain number of times
Which device on the micro:bit lets you detect movement?
What term is used to refer to transferring code from the editor to the microbit?
Encrypting
Downloading
Flashing
Shocking
The symbol that assigns ("gives") a variable a value
==
:
#
What piece of code must be used at the beginning of every micro:bit Python program?
from microbit import *
while True
Import Microbit
From Microbit Import
Python is different from many programming languages because it uses this as part of the language's syntax
symbols
keywords
punctuation
indentation
Simple small computers like the micro:bit that can only run one program at a time are called
microcontrollers
microcomputers
bitcontrollers
embedded system
When a small, simple computer like the micro:bit is placed in an ordinary household device, it creates a "smart" device which is also called a(n)
microcontroller
microcomputer
bitcontroller
embedded system
Which symbol creates a comment in Python
:
//
#
*
Which symbol ends every if statement and while loop in Python
:
//
#
*
Which of the following is best used to distinguish ethical hacking from non-ethical hacking?
Disruption
Exchange of money
Destruction of data
Permission
Many colleges offer Computer Science classes on hacking
True
False
Which of the following is a security concern of IoT (Internet of Things) devices?
Collection of personal data
Unauthorized network access
Difficulty updating operating systems
All of these
Which of the following areas of computer science would require the study and practice of ethical hacking?
Computer Security
Computer Programming
Computer Hardware
Artificial Intelligence
In computer programming, this word means the rules that control the placement of the symbols, punctuation, and keywords for that programming language
indentation
block
syntax
module
