Cyber Logo

Foundations of Cybersecurity

Lesson 1 - Complete spelling your full name.

Lesson 1

Complete spelling your full name.
Click here as a resource.

Complete spelling your full name.
  One letter at a time with the display.set_pixel(x,x,x) 
  The first x is for the column.
  The second x is for the row.
  The third column is for the brightness. 
  0 being off and 9 being the brightess.
  Pause for 3 seconds
  Clear the display
  Display the next letter.
  Have this run continously. 

Hints: 
from microbit import *
display.set_pixel(2,0,9)
display.set_pixel(1,1,9)
display.set_pixel(2,0,9)

Hint: To clear the display
display.clear()
Set the brightness of all LEDs to 0 (off).
       
			Complete this assignment.
            
            
            You will drop off 4 files into Google Classroom:
            • Your files will be:
                • PX_lastname_FullName.py (Python program)
                • PX_lastname_FullName.hex (Hex file for Microbit hardware)
                • PX_lastname_FullName.png (Screenshot)
                • PX_lastname_FullName.mp4 (Video running the program)

            
              Current Resources needed:
                 Check in and check out your Micro:Bit
                 Launch the Micro:Bit Python interpreter
                 At this time you will run your code.
                 Use the online Microbit but still download the hex file for hardware use.

            
                 If you do not understand this assignment,
                 ask Mr. Cusack and/or attend tutorials.
        

Additional Resources

Cyber Range Passwords (Period 1)

Cyber Range Login

Note: Use Ctrl + Shift + Alt to copy/paste between Linux virtual and Windows environments.