wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Unit 6 Microcontrollers Intro 2022

Total questions: 14

Worksheet time: 9mins

Name
Class
Date
1.

What is Arduino?

(Select any that are true)

a)

A microprocessor

b)

A microcontroller

c)

A company

d)

A development board

2.

How many digital only Input/Output pins are there on an Arduino Uno?

a)

14

b)

20

c)

8

d)

16

3.

What does this symbol shape represent in Flowcode

a)

Input and Output

b)

Input

c)

Input or Output

d)

Output

4.

Type the exact name of the microcontroller chip used by the Arduino UNO

(There are 10 characters the first three being ATM. There are no spaces)

(a)  

5.

If connecting an 8 LED display panel to the Matrix Development Kit, which is the best port to use?

a)

A

b)

B

c)

C

d)

D

6.

What datatype would you use for a variable to store all inputs from this board

a)

Int

b)

Bool

c)

Byte

d)

Long

7.

How many different hexadecimal digits are there?

(a)  

8.

Which of these hexadecimal values indicate a byte

with four bits on and the others off?

(click all that apply)

a)

0x4E

b)

0xBB

c)

0xF0

d)

0x3C

9.

What is the recommend voltage range for supply to an Arduino Uno

a)

7-20v

b)

5-12v

c)

7-12v

d)

6-20v

10.

What would be the effect of applying PWM to an LED if a 25% duty cycle is used that is 100 microseconds long?

a)

The LED would flash on and off

b)

The LED would not come on

c)

The LED would flash brightly

d)

The LED would be on but dim

11.

If the variable count needs to be added to total,

what code should you write in the calculations box

(a)  

12.

What type of value is being stored in this Input

a)

a pin number

b)

pinD11

c)

a byte

d)

a bit

13.

If the variable count begins with value 1,

how many times will this loop be executed?

(note that * means multiply)

a)

10

b)

7

c)

6

d)

50

14.

What is the provisional date of your Unit 6 exam?

a)

Tuesday 02 May

b)

Tuesday 09 May

c)

Monday 01 May

d)

Monday 08 May