Technical Support Fundamentals Flashcards
What is FPR?
Floating Point Representation - a number multiplied by a base that’s raised to an exponent.
How many bits and possible encodings did ASCII have?
7 bits, 128 codes.
What is Unicode?
Unicode assigns a hex number to each character, including all world languages, symbols and emojis.
What is UTF-8?
An encoding that describes every character from Unicode using 1 - 4 bytes.
In UTF-8, how does the computer know how many bytes represent a single character?
By the number of ones at the start.
Define algorithm.
A series of steps that solve specific problems.
Define abstraction.
Taking a complex system and simplifying it for our use.
What does CPU stand for, and what does it do?
Central Processing Unit. The brain of the computer, does all calculations and data processing.
What does Ram stand for, and what does it do?
Random Access Memory. It is the short term memory, it stores data temporarily. Is volatile.
What is the hard-drive?
The long term memory, holds all data - photos, documents, apps etc.
What is the motherboard?
The foundation of the computer, allows all the components to communicate with each other.
What does the power supply do?
Converts electricity into a form the computer can use, from AC to DC.
How does data get requested and sent to the CPU? Name all components involved.
The CPU sends the location of data, within the RAM, to the Memory Controller Chip (MCC), via the Address Book. The MCC finds the data and sends it back to the CPU via the External Data Bus (EDB).
What is the cache?
Small, quick access data storage.
How is CPU speed determined, and what is the unit of measurement?
By the clock cycle, which is the amount of time between two pulses of an oscillator.
Measured in Hertz (Hz), gigahertz (GHz).
What are three common types of RAM?
DRAM - Dynamic Random Access Memory
SDRAM - Synchronous DRAM - Synced to clock speed for quicker processing.
DDR SDRAM - Double Data Rate SDRAM - Faster and larger capacity.
What does the chipset do?
Allows the flow of data between the components on a motherboard.
In older non-integrated chipsets, what were the two chips called, and what did each do?
Northbridge - interconnects the CPU/ RAM/ PCIe
Southbridge - maintains input/ output peripherals.
What is the PCIe?
Peripheral Component Interconnect express - the standard for expansion slots.
What are expansion slots?
Allow us to increase the functionality of our computers, eg. upgrade the graphics card.
What is a form factor?
The specifications of a motherboard, the dimensions, number of ports, power supply type.
What are two common form factors?
ATX - Advanced Technology Extended.
ITX - Information Technology Extended.
What are the two basic types of hard drive and what are the differences?
Hard Disk Drive (HDD) - spinning platter with arm to write data, higher RPM = faster hard drive, prone to damage as a lot of moving parts.
Solid State Drive (SSD) - info stored on microchips, much faster, less prone to damage - no moving parts.
What is SOC?
System on a Chip, on small mobile devices the CPU, RAM and sometimes storage is on one chip.
What are the different USB ports colours and transfer rates?
- 0 - black - 480mbs.
- 0 - blue - 5GBs.
- 1 - teal - 10GBs.
What are 4 cables that can connect display peripherals and what do they do?
DVI - outputs video
HDMI - outputs audio and video
Display Port - outputs audio and video
USB Type-c - audio, video, data transfer, power
What does BIOS stand for?
Basic Input Output Services.
What is the BIOS, what does it do?
A go between for hardware and software, it helps start up the hardware and operating system.
What is the POST?
When computer is starting the BIOS runs a Power On Self Test, to make sure everything is OK and the hardware is operating properly. Single beep = OK> Multiple beeps = an issue.
Where are BIOS settings stored, and what are examples of these settings?
Date/ time, hardware settings, boot sequence. Stored on the CMOS chip, which is volatile, so has its own battery.
What does UEFI stand for?
Unified Extensible Firmware Interface.
What are three improvements of UEFI compared to BIOS?
More user friendly interface, can use a mouse in the interface (BIOS only keyboard), recognises larger storage devices, Secure Boot - helps to make sure that your PC boots using only firmware that is trusted by the manufacturer.