Please enable JavaScript.
Coggle requires JavaScript to display documents.
cs170 - Coggle Diagram
cs170
cs170
-
bus
collection of wires that allows communication between CPU, Main Memory, Persistent Memory
system bus
allows transfer of data to/from cpu, Main memory, persistent memory
-
software
-
-
-
two kinds:
-
System Software
-
-
ex:
operating system
-
common OSs
Unix-based: Mac OS/X, Linux, iOS
-
-
all software
takes inputs, process them, and produce outputs
software analysis
input and processing are known,
output is unknown
software design
input and output are known,
processing is unknown
-
-
algorithm
set of instructionss that, when carried out in the proper sequence, solves a problem in a finite amount of time, not necessarily made for a computer, can be written in English
-
-
-
-