The binary number obtained by subtracting each digit in a binary number from 1.
Define one's compliment.
6
New cards
The one's compliment of a binary number plus 1. (for negatives only)
Define two's compliment.
7
New cards
1111
Show Decimal -7 as a 4 bit sign and magnitude binary.
8
New cards
0110
Show Decimal 6 as a 4 bit sign and magnitude binary.
9
New cards
0101
Convert Decimal 5 to 4 bit One's Compliment Binary
10
New cards
1001
Convert Decimal -6 to 4 bit One's Compliment Binary
11
New cards
0111
Convert Decimal 7 to 4 bit Two's Compliment
12
New cards
1001
Convert Decimal -7 to 4 bit Two's Compliment
13
New cards
-8
In 4 Bit two's compliment what is the value of the most significant bit?
14
New cards
-8
What is the Two's Compliment of the Binary 1000?
15
New cards
A nibble
What is the term for 4 bits?
16
New cards
Binary Coded Decimal
What does BCD stand for?
17
New cards
One BCD digit per byte. Two BCD Digits per byte
What are two options for storing BCD?
18
New cards
13, 7, 14
Convert 110101111110 BCD (Two BCD Digits per Byte) to Decimal
19
New cards
A graphic consisting of components defined by geometric formulae and associated properties, such as line colour and style.
Define a vector graphic.
20
New cards
A pixel (picture element) is the smallest identifiable component of a bitmap image, defined by just two properties: its position and its colour.
Define Pixel.
21
New cards
The number of bits per pixel
Define the colour depth.
22
New cards
Vector images are smaller than corresponding bitmap images.
Compare a Bitmap image to a Vector image.
23
New cards
A prefix representing the factor 2¹⁰ (1024) written as the symbol Ki
Define Kibi. (Kibibyte)
24
New cards
A prefix representing the factor 2²⁰ (1048576) written as the symbol Mi
Define Mebi. (Mebibyte)
25
New cards
A prefix representing the factor 2³⁰ written as the symbol Gi
Define Gibi. (Gibibyte)
26
New cards
about 3 MiB
If the resolution of an image is 1366 by 768 and the colour depth is 24 bits, what is the file size in mebi bytes?
27
New cards
band-limiting filter and an analogue-to-digital converter (ADC)
What are the two components of a sound encoder?
28
New cards
A band-limiting filter removes high-frequency components as the human ear cannot detect these and they would cause problems for coding.
Define a band-limiting filter.
29
New cards
Sampling rate and sampling resolution
When coding for sound, what two factors make an impact on the file size?
30
New cards
The number of samples (of sound) taken per second
Define sampling rate.
31
New cards
the accuracy of the amplitude (loudness) of the digitised sound wave
Define sampling resolution.
32
New cards
Sampling must be done at a frequency at least twice the highest frequency in the given sample.
State Nyquist's theorem.
33
New cards
Combing sound from different sources, fading in or fading out the sound, editing the sound to remove noise and other imperfections.
Give three typical features of a sound-editing software.
34
New cards
Coding techniques allow subsequent decoding to recreate exactly the original file.
Define lossless compression.
35
New cards
Coding techniques that cause some information to be lost so the original cannot be recovered in subsequent decoding.
Define lossy compression.
36
New cards
No
Can text files have lossy compression?
37
New cards
Huffman coding.
What is one compression method for text files?
38
New cards
Huffman coding finds the most used characters and gives them shorter codes until the least used character is coded.
Describe Huffman coding.
39
New cards
Twisted pair, Coaxial, Fibre-optic
For transmitting data, state the three cable types from cheapest to most expensive.
40
New cards
Twisted pair, Coaxial, Fibre-optic
For transmitting data, state the three cable types from the lowest bandwidth to the highest bandwidth.
41
New cards
Coaxial, Twisted pair, Fibre-optic
For transmitting data, state the three cable types from most attenuation at high frequencies to least attenuation.
42
New cards
Twisted pair, Coaxial, Fibre-optic
For transmitting data, state the three cable types from most susceptible to interference to least susceptible.
43
New cards
Twisted pair or Coaxial, Fibre-optic
For transmitting data, state the three cable types from least need for repeaters to most need.
44
New cards
Bandwidth: increases as frequency increases
45
New cards
Attenuation: increases as frequency increases
46
New cards
Need for repeaters: increases as frequency increases
47
New cards
Directional focussing capability: increases as frequency increases
48
New cards
Penetration through wall: decreases as frequency increases
49
New cards
Interference: no trend
For wireless data transmission, describe the systematic trends of bandwidth, attenuation, need for repeaters, directional focussing capability, penetration through walls and interference for wireless transmission (Radio, Microwave and Infrared)
50
New cards
The reduction of power
Define attenuation.
51
New cards
A direct transmission of data from the sender to receiver. (example: cables, infrared waves)
Define guided media.
52
New cards
Indirect transmission of data from the sender to receiver. This is referred to as wireless transmission as radio waves (most wireless connections) are unguided media.
Define unguided media.
53
New cards
Disadvantages
54
New cards
Transmission frequencies are regulated by government agencies.
55
New cards
Cables can only be laid in the ground with permission from landowners.
56
New cards
Wireless interference is much more significant.
57
New cards
58
New cards
Advantages
59
New cards
Repeaters needed less often for wireless
Compare the disadvantages of wireless data transmission and cable data transmission.
60
New cards
These are used to provide long-distance telephone and computer network communication. Only three GEO satellites are need for full earth coverage.
Some of these provide the Global Positioning system (GPS). Only 10 are needed for full global coverage.
Describe Medium Earth Orbit (MEO) satellites.
62
New cards
LEO satellites supplement the mobile phone networks. 50 are needed to are needed for full global coverage.
Describe Low Earth Orbit (LEO) satellites.
63
New cards
The world wide web is a distributed application available on the internet which contains websites which are collections of webpages.
Define WWW.
64
New cards
Application server, web server, domain name server, file server, proxy server.
List the 5 types of servers.
65
New cards
A device that acts as a node on the internet.
Define a router.
66
New cards
A device that connects networks of different underlying technologies.
Define a gateway.
67
New cards
A device that provides services via a network.
Define a server.
68
New cards
The software that supports the transmission of data across a network.
Define middleware.
69
New cards
A suite of software that can be installed virtually on a computer system.
Define a web server.
70
New cards
Bit streaming
When transferring data over the Internet, which method is used?
71
New cards
In a buffer
Where is streamed data stored?
72
New cards
Bit rate
What is the measurement for the process of delivering data through streaming?
73
New cards
public switched telephone network
What does PSTN stand for?
74
New cards
802.3
What is the standard for a wired network (synonym for Ethernet) denoted as?
75
New cards
Standard Ethernet (either as a bus or star with a hub where the transmission was connection less)
What protocol was implemented on LANs back in the good days? (First generation)
76
New cards
Connectionless
Was Standard Ethernet implemented in a connection oriented or connectionless service?
77
New cards
In connection oriented, one packet is sent and the rest of the packets aren't sent until the sender receives an acknowledgment. For connectionless, all the packets are sent in one go.
What is the difference between connectionless and connection oriented service?
78
New cards
CSMA/CD (Carrier Sense Multiple Access with Collision Detection)
In Standard Ethernet what method was adopted to avoid messages colliding?
79
New cards
If a frame was sent there would be a voltage which could be detected. The protocol would define a time period before attempting to send a frame again but as two end-systems could send
Describe the protocol CSMA/CD
80
New cards
No (as each end-system is connected to the switch by a full-duplex link so no collision is possible along that link)
Is CSMA/CD needed today?
81
New cards
A file that contains the name of the tracker (a server that leads peers to the content) and a list of chunks that make up the content.
In peer to peer (P2P) what is a torrent?
82
New cards
The content providers provide a content description called a torrent that contains the name of the tracker (a server that leads peers to the content) and a list of chunks that make up the content.
In P2P file sharing, specifically BitTorrent, how do peers find others that have the content they want?
83
New cards
Peers simultaneously upload and download chunks. (Peers have to exchange lists of chunks and aim to download rare chunks making them less rare)
In P2P file sharing, specifically BitTorrent, how do peers replicate content to provide high-speed downloads for everyone?
84
New cards
IEEE 802.15
What is the formal name for Bluetooth?
85
New cards
Bluetooth is communication by short-range radio transmission in a confined area.
Define bluetooth
86
New cards
This means that there is no defined infrastructure and network connections are created spontaneously.
"A bluetooth LAN is an ad hoc network" what does this mean?
87
New cards
IEEE 802.11
What is the formal name for wireless ethernet/WiFi (WLAN in some countries)?
88
New cards
WiFi is a wireless LAN protocol which uses radio frequency transmission. Most often a WiFi LAN is centred on a wireless access point in an infrastructure network (no an ad hoc network).
Define WiFi
89
New cards
(need help pls)
What is the difference between an infrastructure network and an ad hoc network?
90
New cards
Worldwide Interoperability for Microwave Access
What does WiMAX stand for?
91
New cards
IEEE 802.16
What is the formal name for WiMAX?
92
New cards
WiMAX is a protocol for MAN or WAN, it was designed for use by PSTNs (Public Switched Telephone Network) to provide broadband access to the internet without having to lay underground cables. Local subscribers connect to the antenna of a local base station using a microwave signal.
Define WiMAX.
93
New cards
Public Switched Telephone Network
What does PSTN stand for?
94
New cards
The system works because each cell has a defined frequency for transmission which is different from the frequencies used in adjacent cells.
How does a cellular network work in terms of the cells (the base station that provides wireless internet access + the area surrounding it)
95
New cards
The area where there is cellular coverage with a base station at its centre.
Define a cell (the one used in cellular networks dummy!)
96
New cards
For voice communication using analogue technology.
What were 1G cellular networks designed for?
97
New cards
The same as 1G but digital
What were 2G cellular networks designed for?
98
New cards
Multimedia transfer and serious internet connection capability
What were 3G cellular networks designed for?
99
New cards
The same as 3G but with high-bandwidth broadband connectivity.
What were 4G cellular networks designed for?
100
New cards
State the five requirements for a data communication system.