Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer science paper 2 - Coggle Diagram
Computer science paper 2
Software
-
-
The operating system is essential as it links the hardware with the software and generally manages the computer system.
-
-
-
-
-
-
User management
An operating system manages the users account details , log in information and more.
-
Programing languages.
Programing languages are defined as a formal contracted languages that are designed to communicate instructions to a machine.
-
-
Least abstracted.
-
Low level
-
-
Machine code is specific to the processor , meaning that it is not portable and only corresponds to its instruction sets.
Translators
An assembler is a program that converts code from one language to an equivalent code written in another.
-
Types
Assembler
Uses the processor's instructions to set convert the instructions to the machine code equivalent which is an object code file.
-
-
Complier
A compiler scans through the source code and then executes it as one,
-
After translation , a compiler is no longer needed as it can be distributed without the source code.
Interpreter
-
-
When you ship the code , you need the interoter and the source ode.
-
-
-