Exam 17: Expert Ms-Dos Programming Assessment

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The CLASS type in a segment definition makes it possible to combine two segments having different names.

Free
(True/False)
4.8/5
(26)
Correct Answer:
Verified

True

The following is an example of a valid segment override: mov eax,ds:var1

Free
(True/False)
4.7/5
(35)
Correct Answer:
Verified

True

The Speaker Demo Program uses the IN instruction to turn the speaker on.

Free
(True/False)
4.8/5
(28)
Correct Answer:
Verified

False

Memory-mapped video is set up so that when characters are placed in memory at predetermined addresses,the characters appear on the video display only when a special control value is output to a hardware port.

(True/False)
4.8/5
(34)

The following are all permissible segment ALIGN types: BYTE,WORD,DWORD,REAL4.

(True/False)
4.9/5
(37)

When an interrupt executes,an address in the Exception Process Table is used to locate the interrrupt handler.

(True/False)
4.9/5
(43)

Port-based I/O uses the IN and OUT instructions to read and write data to specific numbered locations.

(True/False)
5.0/5
(31)

An EXE program can have overlapping code,data,and stack segments.

(True/False)
4.9/5
(30)

In large model programs,all code segments have the same name.

(True/False)
4.9/5
(28)

The segment combine type tells the linker how to combine segments having the same name.

(True/False)
4.9/5
(24)

All COM programs use the small memory model.

(True/False)
4.7/5
(40)

The ASSUME directive permits the assembler to calculate the offsets of labels and variables.

(True/False)
4.8/5
(31)

IA-32 systems offer two types of hardware input-output: memory-mapped,and port-based.

(True/False)
4.8/5
(32)

Only one code segment may be created in a single program module.

(True/False)
4.7/5
(32)

When a key is pressed on the keyboard,the Intel 8259 programmable interrupt controller signals the CPU to suspend execution of the current program.

(True/False)
4.9/5
(37)
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)