08.09.22 revision Flashcards
fetch decode….
execute
computers use binary to…
program instructions and represent data!
’’’’ 01101101
+ 10001101
11111010
names of secondary storage?
magnetic, solid state, optical
What base is Denary in?
Base-10: There are ten possible numbers you can put in one space.
LAN stands for?
Local Area Network
WAN stands for?
wide Area Network
what is an overflow error??
an overflow error is where two binary numbers end up to total an extra digit that does not fit. (e.g. 9 digits will not work, 18 digits will not work.)
what is 52 in 8-bit binary??
(128 64 32 16 8 4 2 1)
00110100
list the network topologies:
bus, star, and mesh
What is the CPU?
The component of a computer system which controls the interpretation and execution of instructions.
What is the data bus?
Part of the computer responsible for distributing and managing real time data.
What base is binary in?
Base 2: There are 2 possible numbers you can put in one space.
What are the two methods of compressing data, and what do they mean?
Lossless - data compression where every bit of data originally in a file remains after it is uncompressed, and all the information is restored (documents, code)
Lossy - discards small amounts of data in the process of compression, however the file remains usable (images, videos)
What is the Von Neumann concept?
First published on 1945.
Proposed that a program could be stored on a computer in binary.