Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computer science, 1.5 systems software, addressing - Coggle Diagram
Computer science
component 1
-
unit 1.2
-
-
-
1.2.4 - data storage
numbers
-
-
-
-
binary shifts
division (right shift)
-
-
-
all binary digits are shifted one, two or three places to the right, with the empty spaces filled in with 0s
-
characters
as computers work in binary, all characters are represented as binary codes
character set
-
-
e.g Unicode
uses 16 bits, providing over 65,000 different characters
is used to store characters from every language, for example in Chinese or Arabic
Extended ASCII
uses 8 bits, which provides 256 different characters
allows for special characters, such as accented letters in French or Spanish
images
represented as a series of pixels, each with a separate binar code
-
-
-
1.2.5 - compression
types of compression
lossy
-
-
lossy compression may reduce the number of colours in an image, for example
lossless
-
no data is lost, and the file is recreated exactly as it when when originally formed
1.3
-
1.3.2 - Wired and wireless networks, protocols and layers
-
-
-
-
-
component 2
2.1
-
2.1.2 - CPU performance
-
-
create, interpret, correct complete and refine algorithms using
-
-
-
-
-
2.2
-
2.2.2 - data types
-
Boolean
Can only take one of two values, generally true or false
-
-
-
-
1.5 systems software
-
types of user interface
GUI
Graphical User Interface
-
-
-
has WIMP - Windows, Icons, Menus and Pointers
-
-
-
addressing
internet protocols
mail protocols
-
POP
-
server does not keep the original or a copy of the email - the email is deleted from the server after it has been downloaded
-
IMAP
keeps the original email on the server - therefore more preferable, as users can sync devices and use email on more than one node
-
-
-
web protocols
-
HTTPS
-
also used by web browsers, but encrypts the data to make it more secure
FTP
used to access, edit and move files between a device and a network
-
-
-