Please enable JavaScript.
Coggle requires JavaScript to display documents.
Computing - Coggle Diagram
Computing
Text
-
-
-
-
What is a character set?
All the letters, numbers and symbols that can be displayed by the computer.
-
-
Memory
-
-
State a feature of RAM.
The contents are lost when the power turned off. Read/write to it
Access it in a random order (non-sequential)
-
-
-
-
Bitmap Graphics
-
-
What is resolution?
The number of pixel that are on the screen. Sometimes that's a count (2 megapixel), sometimes it's height and width (1920 x 1080).
-
-
Processors
-
What part of the processor is responsible for the running of programs that are loaded in main memory?
-
-
What are registers?
Temporary storage locations that are used when the program is running inside the processor.
c = a + b
-
-
-
-