The resolution of the monitor screen is 640 x 200 pixels. To place one character in text mode, an 8×8 pixel matrix is used
August 31, 2020 | Education
| The resolution of the monitor screen is 640 x 200 pixels. To place one character in text mode, an 8×8 pixel matrix is used, which is called familiarity. What is the maximum number of text lines and familiarity per line that can be placed on the screen?
640: 8 = 80 cells in width (cells in a line)
200: 8 = 25 familiarity by height (number of lines)
Answer: 25 text lines; 80 characters per line.
