Let's Review!¶
Question #1
What is the keyboard shortcut to create a file from a template?
-
A. Alt+T
-
B. Shift+T
-
C. Ctrl+Shift+T
-
D. Ctrl+Alt+T
Show answer
C. Ctrl+Shift+T
Question #2
What is the proper way to set up of the LameStation graphics system?
-
A.
lcd.Start(gfx.Start)
-
B.
gfx.Start(lcd.Start)
Show answer
B. gfx.Start(lcd.Start)
LameLCD creates a display, and LameGFX must be told where that display is.
Question #3
What function does LameControl provide?
-
A. System monitoring
-
B. Player input
-
C. Processor control
-
D. None of the above
Show answer
B. Player input
LameControl provides functions for using the joystick and button in your programs.