Computer Science, asked by shashankgiri722, 8 months ago

what includes operating system , device drivers , programming tools , compilers , assmbles , linkers etc. for managing computer resources​

Answers

Answered by mumtaz3639
1

Answer:

op

plz mark as brainliest

Answered by hansav27
0

Answer:

Explanation:System Programming consists of a variety of programs that support the operations of a

computer. This software makes it possible for the user to focus on an application or the

other problem to be solved. System programs (e.g. compiler, loader macro processors,

and operating systems) were developed to make computer better adapted d to the need of

their users.

Component of System Programming

Components of system programming are

1. Assemble

2. Loader

3. Compiler

4. Macros

5. Formal System

Assembler: -

• An assembler is a type of computer program that interprets software programs

written in assembly language into machine language, code and instructions that

can be executed by a computer.

• An assembler enables software and application developers to access, operate and

manage a computer's hardware architecture and components.

• An assembler is sometimes referred to as the compiler of assembly language. It

also provides the services of an interpreter.

Loader:-

• A loader is a program used by an operating system to load programs from a

secondary to main memory so as to be executed.

Compiler:-

A compiler is a computer program (or a set of programs) that transforms source

code written in a programming language (the source language) into another  

computer language (the target language), with the latter often having a binary

form known as object code.

Similar questions