recategorized by
877 views
0 votes
0 votes

Memory mapped displays

  1. are utilized for high resolution graphics such as maps
  2. uses ordinary memory to store the display data in character form
  3. stores the display data as individual bits
  4. are associated with electromechanical teleprinters
recategorized by

2 Answers

1 votes
1 votes

Memory mapped displays:- uses ordinary memory to store the display data in character form

In order to display text information on a computer screen we need some way to represent symbols and characters in the computer. Historically, all letters, numbers, and special symbols of the alphabet are coded in computers so each character is a unique 6- or 7-bit value called an ASCII byte. (The number of bits used depends on whether the lowercase is included in the character set.) In order to display the ASCII characters, circuits must be built that convert these bit-coded characters to images on the screen. Furthermore, the characters on the tv screen must be refreshed every 1/30 of a second in order to appear permanent to the eye.

In memory mapping a special area of the computer system's RAM is set aside to be the “screen” memory, that is, an area of memory devoted entirely to holding the ASCII characters that will appear on the screen display.

option B

FOR MORE DETAILS

https://www.atariarchives.org/cgp/Ch02_Sec03.php

https://www.atariarchives.org/cgp/Ch02_Sec04.php

Answer:

Related questions

1 votes
1 votes
0 answers
1
admin asked Apr 2, 2020
212 views
If $y=f(x)$, in the interval $[a,b]$ is rotated about the $x$-axis, the Volume of the solid of revolution is $(f’(x)=dy/dx)$$\int_{a}^{b} \pi [f(x)]^{2} dx \\$$\int_{a}...
0 votes
0 votes
1 answer
2
admin asked Apr 2, 2020
1,677 views
The advantage of better testing in software development is in waterfall modelprototypingiterativeall of these
0 votes
0 votes
1 answer
3
admin asked Apr 2, 2020
682 views
The defining language for developing a formalism in which language definitions can be stated, is calledsyntactic meta languagedecidable languageintermediate languagehigh ...
0 votes
0 votes
2 answers
4
admin asked Apr 2, 2020
1,780 views
The graph theoretic concept will be useful in software testing is Cyclomatic numberHamiltonian circuitEulerian cycleNone of these