Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer science (1.1.3 (ROM stores bootstrap (boot up instructions, OS…
Computer science
-
-
1.1.1
-
-
1.1.2
-
-
-
-
-
-
-
RISC is less complex than CISC, instructions done in one clock cycle, require less cooling which results in cheaper hardware
-
-
-
-
1.2.1
SYSTEM SOFTWARE
OS
-
-
-
-
-
-
-
-
-
ROUND ROBIN: FIFO, each job given time SLICE to use COM resources
First come first served: job executed until done. Can hold up processor's resources if job is large e.g printing a page.
-
-
-
TYPES OF OS
-
-
multi-user OS
users on terminals access a mainframe, each get a time slice
embedded OS
minimal features, apps held in ROM, UI=simple
-
BIOS
boots computer, initialises & tests hardware
-
-
APPLICATIONS
-
-
Bespoke
-
more expensive, used by businesses
-
Open source
usually free, anybody can modify and sell, if sold must be open source
Closed Source
payed for, must have license, source code can not be seen