in Computer Graphics recategorized by
841 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
in Computer Graphics recategorized by
by
841 views

2 Answers

1 vote
1 vote

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

0 votes
0 votes
yes Option B is correct.
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true