Chapter 1 - Introduction to a Typical Computer Flashcards

1
Q

What is CompTIA?

A

A not-for-profit, vendor-neutral organization that certifies the competency level of technicians through examinations written to test specific areas.

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

What is A+ Certification?

A

The certification awarded fro completing CompTIA which is recognized throughout the industry as a certification of basic PC repair and support skills.

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

What is this and by whom is it manufactured?

A

A CPU/Microchip made by AMD

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

What is this?

A

A scientific grade computer used for research and other demanding calculations. Also used widely for hosting servers such as with google’s large databases.

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

What is this?

A

A Dell home computer. Standard PC in todays world.

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

What are Digital Electronics?

A

Electronics in computers that use on and off conditions. The device either has full voltage or no voltage at all.

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

What are Analog Electronics?

A

Computer parts that produce and use a varying amount of voltage.

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

What is a Computer?

A

An assembly of electronic modules that interact with software to create, modify, transmit, store, and display data.

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

What is data?

A

Data is information such as text, graphics, and sounds.

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

What is a binary number system?

A

A form of code that consists entirely of ones and zeros, where ones mean a yes, or power, and zeros mean a no, or no power.

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

What is the hexadecimal number system?

A

A system of coding that uses 16 characters, numbers 0-9 and letters A-F

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

What is ASCII?

A

the American Standard Code for Information. The first attempt to standarize copmuter character codes among the varieties of harware and software. This helped create networks such as the letter k on a keyboard to the letter k on the monitor to the letter k being printed out of a printer. Today many key codes represent symbols on the Windows GUI through alt codes like ▲(Alt+3+0) which is done on the numpad.

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

What is a bit?

A

A bit is a single binary character of one or zero.

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

What is a byte?

A

A byte is a string of 8 bits, which was the original bandwidth used by computers.

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

What is a word in a computing sense?

A

A word is the total number of bytes a copmuter can process at one time. This will vary from computer to computer like in todays age most computer OS’s range from 32 to 64 bit processing bandwidth.

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

What is Serial Transfer?

A

Data being sent through a port one bit at a time in successive order.

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

What is Parallel Transfer?

A

A method of transfer where data is sent side by side, in bytes, or otherwise termed packets in networking.

18
Q

What is a peripheral?

A

A peripheral is an optional piece of equipment used to display data or to input data. For example the mouse or keyboard right in front of you, or the monitor you’re reading this off of.

19
Q

What is this a diagram of?

A

A motherboard, more specifically the I/O ports.

20
Q

What does the term “Hot Swap” mean?

A

To plug in or unplug a device while the computer is running. For instance USB and FireWire ports are both hot-swappable.

21
Q

What is a device bay?

A

A drive bay designed to accommodate the easy hot swap of devices such as hard drives, tape drives, and optical drives.

22
Q

What is external SATA, or eSATA?

A

A port typically on motherboards today that provides a SATA grade connection, however it does not provide power to the SATA device.

23
Q

What is a power eSATA port?

A

As the name implies, it is an eSATA port that also provides power to the device connected

24
Q

What is a CPU?

A

A CPU, or Central Processing Unit, is the “brain” of the computer in simplest terms. It performs most all of the calculations on the computer and consists of millions of transistors that are electrically connected in such a way they are able to interact with computer programs and process data. Typically batches of cpu’s are made and they are cut from a “die”

25
Q

What is a Hard Drive or HDD?

A

A hard drive is a stack of several disks in a sealed box which then stores data magnetically on the disks for a computer to read and write as it pleases. The HDD is in the notion of being replaced by the SSD today, as the SSD boasts higher read/write speeds and less chance of failure without disk limitations.

26
Q

What is a power supply?

A

A power supply is the component in a computer that converts the 120 volt ac power from American wall outlets to dc voltages of either 3.3V, 5V, or 12V for the computer to use. In Europe it changes the voltage from 220V.

27
Q

What is the fan/radiator mounted on the CPU here called?

A

A heatsink. In this scenario, it is the Corsair H100i.

28
Q

What is a motherboard?

A

A rectangular piece of circuit board with many conductors that provide electrical energy paths to the computer components and expansion slots.

29
Q

What is RAM?

A

Random Access Memory, a temporary state of memory where programs are cached, ready to be loaded and accessed on the spot.

30
Q

What is firmware?

A

Hardware specific software required to boot the computer and support communication between the operating system and hardware devices. This kind of software is exampled by a BIOS.

31
Q

What is a battery used for in a computer?

A

The battery supplies power to the CMOS, which contains the firmware settings for the BIOS. This helps retain those settings and others such as time, date, etc.

32
Q

What is a driver?

A

A small software program written specifically for a hardware device.

33
Q

What is an expansion card?

A

A board that can be easily installed in a computer to enchance or expand its capabilities. This includes cards such as Video Cards, Sound Cards, etc.

34
Q

What is an expansion card slot?

A

An expansion card slot is a port such as PCI-E which is used to install cards such as a video card and connects directly to the electornic circuitry in the motherboard and to communicate with the other devices on the motherboard.

35
Q

What are cooling fans?

A

Fans typically mounted inside a case to keep a consistent air flow across the inside of the case in a specific direction to keep cool air carrying the heat given off out of the case.

36
Q

What is an Integrated Circuit?

A

A collection of transistors, resistors, and other electornic components reduced to an extremely small size.

37
Q

What is Electrostatic Discharge or ESD?

A

The transfer of static electrical energy from one object to another. This type of electricity is exceptionally dangerous to a computer, as it can short out many circuits and render a part useless.

38
Q

What tool should be used to prevent ESD?

A

An anti-static wrist strap, or a ground strap.

39
Q

What is Electromagnetic Interference or EMI?

A

It is interference or damage to components caused by magnets and magnetic fields.

40
Q

What is Radio Frequency Interference or RFI?

A

It is interference produced by electronic devices that use radio waves, for example running a microwave whilst using a wireless headset can interrupt the data transfer.

41
Q

What are the 5 classes of fire extinguishers and what are their different specializations?

A

Class A - Typical material like wood etc.

Class B - Flammable liquids like gasoline and oil

Class C - Energized electrical equipment and appliances

Class D - Combustible metals such as Magnesium, Geranium, Potassium and likeness

Class K - Kitchen fires caused by cooking grease or oils

42
Q

What is P.A.S.S. and what does it stand for?

A

An acronym for the method by which a fire extinguisher is used.

Pull the pin

Aim the nozzle

Squeeze the handles

Sweep the nozzle side to side at the base of the fire