Technical Support Fundamentals Flashcards

1
Q

What is Abstraction?

A

The concept of taking a complex system and simplifying it for use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does the Address Bus do?

A

Allows the CPU to send the MCC the location of the data it wants from RAM so the MCC can collect the data and send it to the CPU via the EDB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What part of a computer does the CPU use to access programs?

A

RAM
(Programs are copied to the RAM from the SSD so the CPU can access the information more quickly)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the MCC?

A

Memory Controller Chip
(A bridge between the CPU and RAM that follows the CPUs instructions to locate and retrieve data in the RAM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the next 4 terms for data sizes after ‘Byte’?

A

Kilobyte
Megabyte
Gigabyte
Terabyte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does DDR SDRAM stand for?

A

Double Data Rate Synchronous Dynamic Random Access Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the function of a computer’s power supply?

A

To convert the Alternating Current (AC) we get from our outlet to low voltage Direct Current (DC) that we can use and transmit throughout our computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Encryption?

A

A means of securing data by mathematically encoding it so that it can only be read/decrypted by those with the correct key/cipher

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the two main parts of an Operating System?

A

Kernal Space (process manager, memory manager, file manager, I/O manager)
and
User Space (applications and GUI)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is SSH?

A

Secure Shell
(A protocol implemented by other programs to securely access one computer from another)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define Protocol

A

A defined set of standards that computers must follow in order to communicate properly

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the most common form factor for motherboards?

A

ATX (Advanced Technology Extended)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If you didn’t use an ATX motherboard, you could use a motherboard with an _____ form factor

A

ITX (Information Technology Extended)

(Much smaller than ATX, commonly used in NUCs)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

When using binary, what does a transistor do?

A

Either emits an electrical signal to denote a 1, or a lack of electrical signal to denote a 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How many bits make up a byte?

A

8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is an EDB?

A

External Data Bus
(A row of wires that interconnect the parts of our computer. Voltages travel along these wires turning the state to on representing a 1 in binary, or off representing a 0 in binary)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is a Time Slice?

A

A very short interval of time (think milliseconds) that is allocated by the kernal for the CPU to execute a process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What does BIOS stand for?

A

Basic Input Output Services
(Software that helps initialize our hardware and gets the OS up and running. Stored on the motherboard in a ROM)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is a ROM?

A

Road Only Memory Chip
(A chip built into the motherboard that houses the BIOS)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What four sizes can the EDB come in?

A

-8 Bit (8 wires)
-16 Bit (16 wires)
-32 Bit (32 wires)
-64 Bit (64 wires)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is a Cache?

A

Cache is temporarily stored data in the CPU for fast access. It holds frequently used data by the CPU for a small amount of time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

How many cache levels are there in a CPU?

A

3
(L1, L2, and L3. The main difference between L1 L2 and L3 cache is that L1 cache is the smallest and fastest cache memory and L3 cache is the slowest cache memory while L2 cache is slower than L1 cache but faster than L3 cache.)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What are the two major types of CPU sockets?

A

-Land Grid Array (LGA)
Pins stick out of the motherboard and the CPU has contact points (Commonly AMD chips)

-Pin Grid Array (PGA)
Pins are located on the CPU chip and the motherboard has contact points (Commonly Intel chips)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

When a 1 or 0 is sent to DRAM, it stores each bit in a microscopic ___________.

A

Capacitor
(The 1’s and 0’s are represented by a charge or discharge on each tiny semiconductor and is how the RAM stores data)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

What is DRAM?

A

Dynamic Random Access Memory
(The chips on your stick of RAM that are responsible for storage via capacitors)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

What is SDRAM?

A

Synchronous Dynamic Random Access Memory
(This type of RAM is synchronized to our system’s clock speed allowing for quicker processing of data)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What is a SSL?

A

Secure Socket Layer
(A security protocol developed for sending information securely over the internet via encryption)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What is a Shell?

A

A program that interprets text commands and sends them to the OS to execute

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

In Linux, what does the ‘SUDO’ command mean?

A

Super User Do

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

What is a SoC?

A

System on a Chip
(Packs the CPU, RAM, and sometimes storage onto a single chip)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

Before we had compilers, what language was used to allow human readable instructions to be assembled into machine code?

A

Assembly Language

32
Q

What are the two main types of software?

A

Application Software and System Software

33
Q

What does .exe stand for?

A

Executable

34
Q

What is Character Encoding?

A

Using binary to represent characters

35
Q

What is DIMM?

A

Dual Inline Memory Module
(A more modern RAM stick with different sizes of pins)

36
Q

What is the Kernal Space?

A

The main core of our operating system. It talks directly to our hardware and manages our system’s resources.

37
Q

What does PCIE stand for?

A

Peripheral Component Interconnect Express

38
Q

There are 1000 ______ in a Megabyte

A

Kilobytes

39
Q

There are 1000 ______ in a Kilobyte

A

Bytes

40
Q

There are 1000 ______ in a Gigabyte

A

Megabytes

41
Q

There are 1000 _______ in a Terabyte

A

Gigabytes

42
Q

What are the two types of electricity?

A

Alternating Current (AC)
Comes from the power company and changes direction constantly

Direct Current (DC)
Used in our computer, and only flows in one direction

43
Q

The CPU uses the __________ to tell the MCC where the data it wants from the RAM is located

A

Address Bus

44
Q

When data is written to our SSD in the form of ‘Block Storage’, what does this do?

A

Breaks the data down so it is not stored as one long piece, making for faster handling and quicker access of data

45
Q

What is the typical voltage of a logic gate in a positive (on) state?

A

3.5 - 5 volts

46
Q

What is the major file system used with Windows?

A

NTFS
(ReFS is in development as the next system)

47
Q

What are the 6 general steps of the boot process?

A

1) Power on
2) BIOS or UEFI loads and POST (power on self test) is run
3) Boot device is located and checked for boot loader
4) OS begins loading
5) Kernal Space is loaded, as well as drivers/hardware
6) User space loads

48
Q

What is an algorithm?

A

An algorithm is a procedure or set of rules used for solving a problem or performing a computation

49
Q

What are the three key characteristics of a motherboard?

A

-The Chipset
(2 chips, Northbridge and Southbridge, resposible for how components in our machine communicate)

-Expansion Slots
(Give us the ability to increase functionality of our computer, current standard is PCI Express Bus)

-Form Factor
(The size of the motherboard, determines the amount of space we have, and how much stuff we can put in it)

50
Q

What are the 2 chips in a motherboard’s chipset called?

A

-The Northbridge
-The Southbridge

51
Q

What is the Northbridge chip on the motherboard responsible for?

A

Interconnecting components like RAM and video cards. (Some modern CPUs have this built in)

52
Q

What is the Southbridge chip on a Motherboard responsible for?

A

Maintaining our IO (input/output) controllers for devices that input and output data - like hard drives and USB drives

53
Q

What is Wattage?

A

The amounts of volts and amps that a device needs

54
Q

What does a logic gate do?

A

Allows transistors to do more complex tasks depending on logical conditions, like decide where to send electrical signals next if certain conditions are met

55
Q

What is Application Software?

A

Any software created to fulfill a specific need.
(EG: Text editor, web broser, graphi editor etc)

56
Q

What is Git?

A

A version control system that helps keep track of changes made to files and directories

57
Q

What are the four main layers of a computer?

A

1) Hardware
2) Operating System
3) Software
4) Users

58
Q

How many possible values can we have with 8 bits?

A

256
(0 is counted as a value, the range of values is 0-255)

59
Q

What is Virtual Memory?

A

The virtual space between the SSD and the RAM used to pull ‘pages’ of infomation in order to run programs and execute processes. Pages are exchanged in ‘Swap Space’.

60
Q

What is the difference between a process and a program?

A

A Program is an application you can run, like Chrome
A Process is a program execution

You can have many processes of the same program running at the same time

61
Q

What is Meta Data?

A

Information about our files. Such as:
-File owner
-File size
-Permissions
-Date modified
-Date Created
-File Type

62
Q

What is System Software?

A

Software used to keep out core system running.
(Like out Operating System tools and utilities)

63
Q

What is Amperage (AMPs)?

A

The amount or current of electricity coming out.
(As opposed to Voltage, which will push all available electricity, Aperage will only pull a set amount)

64
Q

What is the main use for Scripts?

A

To perform a single or limited range task

65
Q

What is the default port for SSH Protocol?

A

22

66
Q

The Base-2 Numeral System is also known as what?

A

Binary

67
Q

What is the data transfer speed of USB 2.0?

A

480 MegaBits/Second (Mb/s)

68
Q

What is the data transfer speed of USB 3.0?

A

5 Gigabits per second (Gb/s, or 5000 Mb/s)

69
Q

How do you calculate amount of data being transferred from the data transfer rate?

A

Divide the transfer rate by 8

70
Q

What is the data transfer rate of USB 3.1?

A

10 Gigabits per second (Gb/s)

71
Q

What does the Kernal do?

A

It is the core that provides basic services for all other parts of the OS. It is the main layer between the OS and underlying computer hardware.
Helps with tasks such as:
-process and memory management
-file systems
-device control
-networking

72
Q

What is the difference between MB and Mb?

A

MB = MegaByte = Unit of data storage
Mb = MegaBit = Unit of data transfer rate (divide this by 8 to get amount of data transferred)

73
Q

Define Firmware

A

Software that is permanently stored on our computer, like the BIOS

74
Q

What is the default file system for Mac OS?

A

APFS (as of March 2017)

75
Q

Why did UTF-8 replace the ASCII character encoding standard?

A

Because UTF-8 can store a character in more than a single byte - This allows us to represent a lot more character types such as Emoji

76
Q

What is UEFI?

A

Unified Extensible Firmware Interface
(Replacing BIOS as it has more capabilities)