Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

TRUE/FALSE 1. A COM program is a modified binary image of a machine-language pro

ID: 3545888 • Letter: T

Question

TRUE/FALSE


1.  A COM program is a modified binary image of a machine-language program.

2.  A hardware port can serve as both an Input port and as an Output port.

3.  A near data segment created by the .DATA directive can be as long as 128 Kb.

4.  A terminate and stay resident (TSR) program is a good example of a transient program.

5.  Application programs with extensions of COM and EXE are called memory-resident programs.

6.  It is possible to override the segment register specified by the ASSUME directive.

7.  Large programs should be divided into separate modules to simplify editing and debugging.

8.  Memory-mapped hardware input-output is an alternative to port-based hardware input-output in an IA-32 system.

Explanation / Answer


1 TRUE

2   TRUE

3 TRUE

4 TRUE

5 TRUE

6 TRUE

7 TRUE

8 FALSE