Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
1. What command loads a bitmap file as an image?
A. LOAD_IMAGE
B. _LOAD
C. _OPEN
[D. _LOADIMAGE]
2. Which of the following bitmap file formats is the best one to use for your BASIC games?
[A. PNG]
B. TIF
C. LBM
D. GIF
3. In order for a bitmap file to be loaded in your BASIC program, where must the file be located?
[A. In the QB64 folder (usually C:\QB64).]
B. In the Windows folder.
C. In My Documents.
D. In My Pictures.
4. What is the name of our custom type that helps with game objects?
A. Object
B. Graphics
C. Shape
[D. Sprite]
5. What command draws an image?
A. DRAW
[B. _PUTIMAGE]
C. DRAW_IMAGE
D. PUT_IMAGE