Compare vector graphics and bitmap images — describe all key differences.
• Bitmap is made up of pixels — colours are stored for each individual pixel; Vector graphic stores a set of mathematical equations / instructions about how to draw the shapes.
• When a bitmap is enlarged the pixels get bigger and it pixelates; when a vector is enlarged it is recalculated and does not pixelate.
• Bitmap files are usually bigger because of the need to store data about each pixel; Vector graphics have a smaller file size as they only store instructions/commands.
• Bitmap images can be compressed with significant reduction in file size; Vector graphic images do not compress well because of little redundant data.
• Vector graphics are less realistic (made of geometric shapes); bitmap images are realistic (pixel-level detail).
Describe how lossy compression works and the specific methods used on images.
General principle: Data is permanently deleted; the file cannot be restored to its exact original state. The algorithm removes unnecessary data that would not drastically affect perceived quality.
Specific lossy methods for images:
1. Reduce bit depth — reduces the number of bits per colour/pixel, so each pixel has fewer bits.
2. Reduce colour palette (reduce number of colours) — fewer colours mean fewer bits needed to store each colour.
3. Reduce image resolution — fewer pixels per unit measurement means less binary data to store.
Audio lossy: Removes sounds outside the human hearing range and softer sounds masked by louder overlapping sounds (e.g. MP3).
File types: JPEG (images), MP3 (audio), MP4 (video).
What is a Character Set? How are strings converted using the character set?
Define character set: A list of all of the characters that can be used/represented by the computer hardware and software. Each character has a unique binary number.
How a string is converted using a character set: The characters are replaced by their binary values when used and is stored in sequence as its binary value using the character set. (answer includes definition + this)
What is the difference between Image Resolution and Screen Resolution?
Image Resolution is the total number of pixels that make up an image (e.g., 4096 × 3192).
Screen Resolution refers to the horizontal and vertical pixels on a screen display, influencing how an image is shown (images may need resizing or cropping to fit screen resolutions).
Define Quantization Error in the context of sound file compression.
Quantization Error is the error that occurs when we use a low sample resolution when sampling a sound (decreasing the number of bits used to represent amplitude) OR the sampling rate (decreasing the samples take per second). The higher the sound resolution/sample rate the lower the Quantization Error. It may also occur when compressing a sound file.
Give the benefits and drawbacks of storing data using cloud computing.
Benefits:
• Cloud storage can be free (for small quantities).
• No need for separate (high capacity) storage devices — saves storage on existing devices.
• Can access data from any computer with internet access.
• Most cloud data services will have in-built backup/disaster recovery.
• Security could be better (managed by specialists).
• Can easily increase capacity.
• Data can be easily shared online.
Drawbacks:
• Can only access the cloud with internet access.
• Security may not be strong — no control over security.
• There may not be any backups — no control over backups.
• It can take a long time to upload/download the data.
• It can be more expensive in the long term.
• There could be a limit to the amount of storage unless paid for.
• There could be compatibility/access issues.
• There could be issues with the company offering cloud services.
Describe the functions of a Wireless Network Interface Card (WNIC). (Exam)
• Provides interface to wireless network — acts as an antenna.
• Receives analogue radio waves and converts them to digital/binary.
• Checks incoming transmissions for the correct MAC/IP address; ignores transmissions not intended for it.
• Encrypts/encodes the outgoing data.
• Decrypts/decodes the incoming data.
• Takes digital/binary input and converts to analogue waves; sends the radio waves via the antenna.
Identify functions of the router in a network. (Exam)
• To receive packets from devices or the Internet.
• To forward/route packets to the destination.
• To find the destination of the packet.
• To assign/allocate private IP addresses to devices on LAN.
• To store/update/maintain a routing table.
• To find the most efficient path to the destination.
• To maintain a table of MAC and IP addresses.
Explain the role of routers and gateways in a network.
Router: Connects two (or more) networks, can connect a network to a WAN, receives packets from the internet and forwards them towards the destination using the IP address of the destination. Assigns private IP addresses to devices on the network. Operates between similar networks (networks using the same protocol)
Gateway: Connects two (or more) networks, can connect a network to a WAN, receives packets from the internet and forwards them towards the destination using the IP address of the destination. Assigns private IP addresses to devices on the network. Assigns private IP addresses. Connects two dissimilar networks (networks that use different protocols)
[Past Exam Q&A adds:]
Additional router functions from exam Q&A:
• To store / update / maintain a routing table
• To find the most efficient path to the destination
• To maintain a table of MAC and IP addresses
Describe the drawbacks of the usage of peer-to-peer networks.
Outline the process of setting up and using a peer-to-peer network.
List the 6 key terms in the BitTorrent (P2P) process.
Explain why devices connected to a router have only a Private IP address, while the router has a public IP address and a Private IP address.
A website can be accessed using either the Uniform Resource Locator (URL) or the IP address. Describe how a URL is converted into its matching IP address.
Uniform resource locator (URL) is sent to the nearest Domain Name Server. The URL is parsed to obtain the Domain name. DNS has a database that holds a list of Domain names and matching IP addresses. DNS name resolver searches its database for the Domain name. If DNS does not find the Domain name, the request is forwarded to a higher-level DNS. If the Domain name is found, the IP address is returned. If the Domain name is not found, the request is passed to a higher-level server. If the Domain name is finally not found, an error message is generated.
Outline the processes and hardware used in cellular networks.
List features of Twisted Pair, Coaxial, and Fibre Optic cables.
Twisted Pair: Made out of copper wires. Cheapest but lowest data rate and most suceptabile to electromagetic interference.
Coaxial: Copper core with mesh insulation. Better data transfer rates and less susceptible to electromagnetic interference.
Fibre Optic: Glass fibres using light pulses. Highest data transfer rates, lowest attenuation, and are highly resitant to electromagnetic interference. Used to send data over long distances. Disadvantages: High cost and less flexible.
Describe what is meant by a mesh topology.
Key feature: If one route/link goes down, data can be re-routed via alternative paths — the network remains operational.
What are the advantages of using a mesh topology instead of a bus topology.
Explain the CSMA/CD process steps.
What is the PSTN and what is it based on?
Public Switched Telephone Networks consist of many different types of communication lines that allow data to be sent in both directions at the same time.
The communication passes through multiple diferent switching centers before reaching their destination. Modern PTSNs use fiber-optic cabels for faster data transmission.
Describe the principal operations of a magnetic hard disk. (Exam)
The hard disk has one or more platters/plates.
• Each surface of the platter/disk is (ferrous oxide which is) capable of being magnetised.
• The platters/disks are mounted on a (central) spindle.
• The entire mechanism is contained inside a sealed (aluminium) box.
• The disks are rotated (at high-speed).
• Each surface of the disk has a read/write head mounted on an arm positioned just above the surface.
• Electronic circuits control the movement of the arm (and hence the heads).
• The surface of the platter/disk is divided into concentric tracks/circles.
• The surface of the platter/disk is divided into sectors.
• One track in one sector is the basic unit of storage called a block.
• The data is encoded as a magnetic pattern for each block.
• When writing to disk: a variation in the current in the head produces a variation in magnetic field on the disk.
• When reading from disk: a variation in magnetic field produces a variation in current through the head.
Explain the three programmable variants of ROM: PROM, EPROM, and EEPROM.
• PROM (Programmable ROM): Can be written once only by burning internal fuses with an electric current. Cannot be changed afterwards.
• EPROM (Erasable Programmable ROM): Can be reset and rewritten multiple times using ultraviolet (UV) light. Must be removed from the device to be erased. Must be entirely erased before any rewriting.
• EEPROM (Electrically Erasable Programmable ROM): Can be erased and rewritten using pulsed voltages / electrically. Can be erased in situ (while still in the device). Does not have to be entirely erased before rewriting — individual sections can be updated.
Flash memory is a type of EEPROM specifically engineered for high-density storage (SSDs, memory cards, USB sticks).
Describe the principal operation of a microphone.
• The microphone has a diaphragm / ribbon.
• The incoming sound waves cause vibrations of the diaphragm.
• This causes a coil to move past a magnet (dynamic microphone) // changes the capacitance (condenser microphone) // deforms the crystal (crystal microphone).
• An electrical signal (analogue) is produced.
• The analogue signal is then sampled and digitised by an Analogue-to-Digital Converter (ADC).
Describe the physical structure, operation, and performance characteristics of a Hard Disk Drive (HDD).
[Past Exam Q&A adds:]
Read/write mechanism (from exam Q&A):
• When writing to disk: a variation in the current in the read/write head produces a variation in the magnetic field on the disk.
• When reading from disk: a variation in the magnetic field produces a variation in current through the read/write head.
• The hard disk has one or more platters; each surface is ferrous oxide capable of being magnetised.
• The entire mechanism is contained inside a sealed (aluminium) box.
• The surface of the platter is divided into concentric tracks and then into sectors; one track in one sector is the basic unit of storage, called a block.