Chapter 16 Flashcards

1
Q

What is ASCII stands for

A

American Standard Code for Information Interchange.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is ASCII code

A

standard numeric representation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between VGA memory and computer memory

A

Same

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the memory location of IBM PC text mode

A

B80000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is video attribute

A

The second byte in the word designated for one screen location holds the foreground and background colors for the character. This is called its video attribute.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the role of bit 7 in word

A

Blinking of foreground character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What register commonly used for videos access

A

ES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Can we load a segment register with intermediate operand

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

mov word [es:0], 0x0741

does what

A

print an ‘A’ on the top left of the screen in white color on black background.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

mov word [es:160], 0x1230

does what

A

This is displayed 80 words after the start and there are 80 characters in one screen row. Therefore this is displayed on the first column of the second line. the attribute byte is 12 meaning green color on blue background.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly