SCRUMble ! Hello Blog Readers! Thank you for all your support and encouragement. I have something exciting for you all. I have recently written and published a new book called 'SCRUMble !'. It is currently available on pothi store. It will be soon available on Amazon and Flipkart as well. Please get your copy and do let me know your reviews. -Abhishek Sathe SCRUMble ! Written and Published by: Abhishek Sathe Distributed by: pothi.com Order your copy now: https://store.pothi.com/book/abhishek-sathe-scrumble/ Coming soon on Amazon and Flipkart About the book: Scrum is a framework for solving complex problems largely adapted by Software Development field. There are multiple ag...
.COM files
- The .COM code file format is a historic file format since the first version of MS-DOS
- All code, data, and the stack occupy one 64K segment.
- The COM format is the original binary executable format used in Control Program for Microcomputers and MS-DOS.
- It is very simple.
- It has no header (with the exception of CP/M 3 files), and contains only code and data.
.EXE
files
- .EXE is executable file which is a main entry point for execution of a program.
- .EXE code files uses RAM more efficiently.
- Data and code occupy separate segments.
- The programmer is responsible for setting up the data and code segments properly.
5. (8086 .exe and .com programs) : Which of the following statements is false ?
(A) An .exe program on disk starts with a 512-byte header file, but not
a .com program
(B) A .com program uses separate segments for code, data and the stack
(C) A .exe program can be converted to a .com program
(D) Generally, a .com program is simpler than a .exe program with the
same functionality
Comments
Post a Comment