which command refers to the Text mode (a) screen 1 ( b) Screen 0 (C) Screen 7 (d) screen 2
Answers
Answered by
1
Answer: ( b) Screen 0
Explanation: Parameters
The SCREEN mode INTEGER values available are 0 to 2 and 7 to 13, as listed below.
QB64 can use a LONG _NEWIMAGE page or _LOADIMAGE file image handle value instead.
The empty comma disables color when any value is used. Include the comma only when using page flipping.
If the SCREEN mode supports pages, the active page is the page to be worked on while visual page is the one displayed.
Usage:
- No SCREEN statement in a program defaults to SCREEN 0 text ONLY mode.
- A SCREEN statement that changes screen modes also clears the screen like CLS. Nothing on the screen is retained.
- Some screen mode text sizes are adjustable with WIDTH and all QB54 screens support PCOPY and page flipping.
Answered by
0
Answer:
which command refers to the Text mode
Screen 0
Similar questions