Paper 2 Flashcards
What is natural numbers and its symbol?
All positive numbers whole numbers (integers) including zero
Symbol: N
What is integer numbers and its symbol?
All whole numbers including negatives and zero
Symbol: Z
What is rational numbers and its symbol?
Numbers that can be expressed as fractions
Symbol: Q
What is irrational numbers?
Numbers that cannot be expressed as a fraction
What is real numbers and its symbol?
Any number that isn’t infinity or imaginary
Symbol: R
What is ordinal numbers?
Numbers that can describe the position of an object
Why is hexadecimal used?
- Easy to represent a byte with two digits
- Easier for humans to remember
What is Unsigned and signed binary?
Signed binary - Binary values that can store both positive and negative values
(We use two’s compliment to represent this)
Unsigned binary - Binary values that can only store positive values
What are the advantages and disadvantages of fixed point(Signed Binary) and floating point(2s Complement) forms in terms of range, precision and speed of calculation?
Fixed point
+Allows for much faster processing compared to floating point numbers as no processing is required to move the binary point
+The absolute error will always remain the same, unlike floating point numbers
Floating point
+Wider range of numbers can be produced with the same number of bits as the floating point system
+
Why is floating point numbers normalised?
Allows the maximum possible precision with a given number of bits
Explain underflow and overflow and describe the circumstances in which they occur.
Overflow - When the number is too large for the number of bits allocated
Underflow - When the number is too small for the number of bits allocated
How does bit patterns represent sound?
This can be done by measuring and recording the amplitude of the sound wave, using a microphone, at given intervals. The more frequent the samples are taken, the more accurate the sound will be presented.
What’s the difference between analogue and digital?
Involving data and signals
Analogue data - Data that is infinitely variable and are often represented in the form of a wave
Digital data - Represented as discrete values
Describe the principles of an analogue to digital converter (ADC)
A microphone converts the sound energy to electrical energy. Regular samples are taken of the analogue signal at a given frequency, measuring the amplitude of the wave at each point and converting it into binary value according to the resolution or bit depth.
Explain how bitmaps are represented.*
An image made up of individual pixels, arranged as a grid
What is resolution for images?**
The number of pixels per inch
What is colour depth?
The number of bits needed to stored each pixel
Advantages of normalised floating point format over fixed point format?
- To allow a wider range of values to be stored
- To minimise rounding errors
- Greater accuracy
What is metadata and what data might it contain?
Extra information about an image.
- Dimensions (h*w/ radius ect)
- Colour depth
- file type
- Gps coordinates
- Time and date of photo taken
What is the formula for pixel resolution?
resolution = height (in pixels) * width (in pixels)
What is Nyquist theorem?
In order to produce an accurate recording, the sampling rate must be at least doubled that of the highest frequency in the original signal.
The average human can hear frequencies up to 20,000Hz
What is MIDI and a event messages and how is it represented?
A protocol that allows electronic instruments and other digital musical tools to communicate with each other.
Event messages specifies the pitch and duration of a note
MIDI represents sound as sequence of event messages // MIDI stores properties of the
notes played;
Advantages of using MIDI files for representing music over digital audio formats?
-MIDI files tend to be much smaller, therefore requiring less memory which leads to faster load times
-Completely editable
-Can support a wide range of instruments
Can produce very high quality reproduction of the instruments
What is the formula for the file size of sound?
Sample rate x Resolution x seconds
What is serial transmission?
Serial - Single bits are sent along a single wire one after the other at a time
What is synchronous data transmission with an example?
When data is transferred at a regular intervals synchronised by a clock pulse
E.g Chats and video
What is asynchronous data transmission with an example?
When data is sent separately and as soon as they are ready
E.g keyboard and mouse
What is the purpose of start and stop bits in asynchronous transmissions?
They are a bit used to indicate the start and the end of a set of data in asynchronous data transmission
What is baud rate?
The number of times a signal in a communication changes state per second
What is bit rate?
The number of bits transferred between devices per second
What is bandwidth?
A measure of maximum capacity of a given transmission channel
What is latency?
The time delay between when a transmission data is first sent to when its delivered at its destination
What is a protocol?
A set of rules that govern communication between devices
What's the relationship between bit rate and bandwidth?
The relationship between bandwidth and bit rate is directly proportional: the greater the amount of data that can be transmitted over a channel, the more bits can be transmitted per second.
What is peer to peer networking and when they might be used?
No central server. All clients have equal responsibility so each computer can act as both a client or a server
E.g small businesses, home networks
What is client server networking and when they might be used?
When a device (client) requests access to resources and services from a central server
Eg schools - students as clients
What are the advantages and disadvantages of peer to peer networking?
+If a node goes down only the data on that node is lost
+Easily share files
-Less secure
-
What are the advantages and disadvantages of a client-server networking?
+Increased security
+Backups can be done for all clients
+Data can be shared
-Expensive to install and manage
-Professional IT staff are required to maintain the servers
What is the purpose of Wi-Fi?
Allows you to transfer data between devices without cables components being required for a wireless network
What components are required for wireless networking?
Each device must have a wireless network interface card (NIC) to be able to connect to a wireless access point (WAP). The WAP allows devices to connect to a wired network (internet)
What is the difference between thin and thick clients?
Thin clients - Majority of the processing and storage is done on the server
Thick clients - Majority of the processing and storage is done on the client
What is the transmission control protocol/ internet protocol (TCP/ IP) and the 4 layers?
It's 4 layers required to allow data to be transmitted across the internet
Application, Transport, Network, Link
What is the application layer in the TCP/ IP?
Selects the appropriate protocol for communication
E.g FTP, HTTP/S, POP3
What is the transport layer in the TCP/ IP?
Creates an end to end connection and splits the data into packets and numbers them
What is the network layer in the TCP/ IP?
Adds the source and destination IP address and routers use the IPs to route the packets to the destination
What is the link layer in the TCP/ IP?
The physical connection between the nodes and adds the source and destination MAC addresses
What are MAC addresses and where is it used in the TCP/IP?
A unique code that's physically hardcoded on every NIC during manufacturing.
Used in the link layer of the TCP/IP
What is parallel transmission?
Parallel - Single bits are sent along several wires simultaneously
What are the advantages and disadvantages of thin clients?
+Software updates can be done once on a server and automatically end up on every client
+Easy to set up and maintain e.g. adding a new terminal to the network
+Much more secure as all data is stored in one place
-Very reliant on the central server
-Can be expensive as it requires a powerful and reliable central server
-High demand on bandwidth
What are the advantages and disadvantages of thick clients?
+Reliable
+Can operate without a continuous connection to the server
+Preferred when running heavy duty software
-Expensive as each client may need a higher specification (better computer)
-Time consuming when installing new software
What are the advantages and disadvantages of serial transmission?
+Reliable over long distance
+Reduced cost as less wires are required
+Reduced chance of skew
-Slower than parallel transmission
-
What are the advantages and disadvantages of parallel transmission?
+Ideal for short distances
+
-Close wires can cause a corruption
-Prone to skew (Timing issues)
Synchronous V Asynchronous
-Asynchronous is slower due to the extra bits and gaps
-Asynchronous can transmit when ready as it doesn't need to wait on a clock pulse
-Synchronous may have to wait for a clock pulse before it can be sent
-Synchronous requires a synchronised clock between devices which can be difficult
What layer in the TCP/ IP stack does the router operate?
Network
What is a router and where and why is it used?**
A device that connects two or more devices together and forwards data packets between networks
Used for:
Internet access
Where:
Homes
Offices
What is a gateway and where and why is it used?
A node that sits between different networks and converts data from one protocol to another
Used to:
Connect two different company networks together
Provide a house user access to the internet
What are the main components of a data packet and what does each part contain?
Header - Source and destination IP and Mac address, Packet and sequence number
Payload - The actual data itself
Trailer - A checksum to ensure that the data has been received correctly
What is the role of packet switching?
A method of sending data across a network to reach a destination
What is a uniform resource locator (URL)?
A method of identifying the location of resources on the internet
What is a fully qualified domain name (FQDN)?
The complete domain name that identifies a specific host on the internet. It includes the host server name along with the domain name
Eg www.stephanbarnes.com
What is a domain name?
Identifies the location of the the resource on the internet.
Identifies organisations or groups on the internet
What is an IP address?
A unique address that is assigned to a network device
How are domain names organised?
They are organised in a hierarchy
What is a node?
Any system or device connected to a network
What is the purpose of a Domain Name System (DNS)?
To link a fully qualifies domain name (FQDN) to an IP address
What are the 5 components of a URL?
Https://stephanbarnes.com/alevel/computing/flashcards
Host, FQDN, Domain Name, Location, Resource
What is the formula for bitrate?
Baud Rate * Number of Bits per Baud