




Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
INTRODUCTION TO SYSTEM PROGRAMMING
Typology: Slides
1 / 8
This page cannot be seen from the preview
Don't miss anything!
System Software and Machine Architecture Machine dependency of system software (^) System programs are intended to support the operation and use of the computer. (^) Machine architecture differs in: (^) Machine code (^) Instruction formats (^) Addressing mode (^) Registers Machine independency of system software (^) General design and logic is basically the same: (^) Code optimization (^) Subprogram linking
System Software and Machine Architecture One characteristic in which most system software differs from application software is machine dependency. System programs are intended to support the operation and use of the computer itself, rather than any particular application. e.g. of system software (^) Text editor, assembler, compiler, loader or linker, debugger, macro processors, operating system, database management systems, software engineering tools, …
People Application Program Utility Program (Library) Debugging Aids Macro Processor Text Editor Compiler Assembler Loader and Linker OS Memory Processor Device Information Management and Process Management Management Management Bare Machine (Computer)
The system software includes