Midterm Answers: Memory Protection, Power-On Self Test, Command Information, and More
Classified in Computers
Written at on English with a size of 1.96 KB.
Midterm Answers
1. What is the main element of the Address Unit that allows memory protection of one application program from others? ATT/DATT
2. Which program runs first when the computer’s power is turned on? POST
3. a) Write COMD.EXE command that would provide information about DIR command:
help dir
b) Write UNIX/Linux shell (sh, ksh or bash) command that would provide information/help about ls command:
man ls