recategorized by
1,403 views
0 votes
0 votes
Consider a CRT display that has a text mode display format of $80×25$ characters with a $9×12$ character cell. What is the size of the video buffer RAM for the display to be used in monochrome ($1$ bit per pixel) graphics mode
recategorized by

Please log in or register to answer this question.

Related questions

2 votes
2 votes
1 answer
1
makhdoom ghaya asked Nov 8, 2016
1,020 views
The data transfer rate of a double-density floppy disk system is about:$5K$ bits/sec$50K$ bits/sec$500K$ bits/sec$5000K$ bits/sec
1 votes
1 votes
1 answer
3
Kathleen asked Oct 8, 2014
1,098 views
The solution of differential equation $y''+3y'+2y=0$ is of the form$C_1e^x+C_2e^{2x}$$C_1e^{-x}+C_2e^{3x}$$C_1e^{-x}+C_2e^{-2x}$$C_1e^{-2x}+C_2e^{-x}$
0 votes
0 votes
3 answers
4
Kathleen asked Oct 8, 2014
2,543 views
The iteration formula to find the square root of a positive real number $b$ using the Newton Raphson method is$x_{k+1} = 3(x_k+b)/2x_k$$x_{k+1} = (x_{k}^2+b)/2x_k$$x_{k+1...