Hardware Flashcards

1
Q

clock speed

A

(processor speed) computers run at a pace determined by the CPU’s clock speed, internal
-measured in cycles per second (Hertz),

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

Primary storage

A

(main memory), volatile meaning that if power if turned off every stored in primary memory is lost
-made up of Random Access Memory (RAM) and cache

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

cache memory

A

name of very fast memory chips located on the central processing unit

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

Latency

A

refers to how much delay there is between when a request is made for something in RAM and when the response is available

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

Secondary Storage

A

Differs in 3 ways:

  1. must be loaded into primary data before accessed by CPU
  2. non volatile
  3. takes longer to access contents

2 Types: Hard-disk drives (HDDs) & Solid state Drives (SSDs)

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

multithreading

A

computer with a single core can appear to run multiple processes at once by switching back and forth among processes many times per second
-occurs when once process is broken into slices, and then slices from different processes are interleaved so quickly that it appears that multiple programs are running at the same time

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

time slice

A

to enable a single core to run multiple threads, the operating system sets up a timer, which interrupts the system at a fixed interval
-single interval is known as a time slice

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

hyperthreading

A
  • allows a single processor to perform two seperate threads of computer instructions from the same computer applicatin
  • each physical core is assigned two virtual cores, virtual cores are called logical cores
  • each logical core is assigned a thread
  • single processing task is broken into parts, and those parts assigned to threads
  • parts are scheduled in the most efficient way
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

random access

A

refers to the ability to access any specific location in RAM quickly as others

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

Hard Disk Drives

A
  • data is stored on multiple magnetic platters, these platters are coated with magnetic media and are mounted on a spindle that rotates the platters
  • while the platter spins, an arm that contains a read/write head moves in and out across the platter to find or write data
  • takes lots of time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Solid State Drives

A
  • use no moving parts

- faster

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

CPU Gathering Information

A
  1. CPU looks in Cache
  2. Calls RAM
  3. If in RAM, overwrites cache memory with what was in the RAM by the amount needed to store the new instruction or data
  4. If not in RAM, goes to second storage
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

bit

A

smallest discrete unit of storage that can be stored

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

byte

A

8 bits make up a byte

-each byte can represent 2^8 = 256 combinations of 1’s & 0’s

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

word size

A

refers to the number of bits a computer’s CPU can process at one time

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

motherboard

A

is the board in a computer that everything else connects to

-contains internal bus, which serves as the communication highway within the computer

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

Information technology (IT)

A

is a field concerned with the use of technology in
managing and processing information.
There are two basic categories of
information technology: hardware and software

18
Q

Hardware

A

consists of the physical

devices associated with a computer system.

19
Q

Software

A

is the set of instructions that

the hardware executes to carry out specific tasks.

20
Q

Input devices

A

The equipment used to capture information and commands (e.g., keyboard, scanner).

21
Q

Output devices

A

The equipment used to see, hear, or otherwise accept the results of information processing requests (e.g., monitor, printer).

22
Q

Communication devices

A

The equipment used to send information and receive it from one location to another (e.g., modem).

23
Q

central processing unit (CPU) (or microprocessor )

A

is the actual hardware that interprets and executes the program (software) instructions coordinates how all the other hardware devices work together.

24
Q

control unit

A

interprets software instructions and literally tells the other hardware devices what to do, based on the software instructions.

25
Q

arithmetic-logic unit

A

performs all arithmetic operations (for example, addition and subtraction) and all logic operations (such as sorting and comparing numbers).

26
Q

Megahertz (MHz)

A

is the number of millions of CPU cycles per second.

27
Q

Gigahertz (GHz)

A

is the number of billions of CPU cycles per second.

28
Q

Magnetic medium

A

is a secondary storage medium that uses magnetic techniques to store and retrieve data on disks or tapes coated with magnetically sensitive materials.

One of the first forms of magnetic medium developed was magnetic tape. Magnetic
tape is an older secondary storage medium that uses a strip of thin plastic
coated with a magnetically sensitive recording medium. The most popular type of
magnetic medium is a hard drive. A hard drive is a secondary storage medium that
uses several rigid disks coated with a magnetically sensitive material and housed
together with the recording heads in a hermetically sealed mechanism. Hard drive
performance is measured in terms of access time, seek time, rotational speed, and
data transfer rate.

29
Q

megabyte (MB or M or Meg)

A

is roughly 1 million bytes.

30
Q

Optical medium

A

is a secondary storage medium for computers on which information
is stored at extremely high density in the form of tiny pits. The presence
or absence of pits is read by a tightly focused laser beam. Optical medium types
include:
■ Compact disk-read-only memory (CD-ROM) drive— an optical drive designed
to read the data encoded on CD-ROMs and to transfer this data to a computer.
■ Compact disk-read-write (CD-RW) drive— an optical drive that enables users
to erase existing data and to write new data repeatedly to a CD-RW.
■ Digital video disk (DVD)— a CD-ROM format capable of storing up to a
maximum of 17 GB of data; enough for a full-length feature movie.
■ DVD-ROM drive— a read-only drive designed to read the data encoded on a
DVD and transfer the data to a computer.
■ Digital video disk-read/write (DVD-RW)— a standard for DVD discs and
player/recorder mechanisms that enables users to record in the DVD format.

31
Q

A terabyte (TB)

A

is roughly 1 trillion bytes

32
Q

Read-only memory (ROM)

A

is the portion of a computer’s primary storage that does
not lose its contents when one switches off the power. ROM contains essential system
programs that neither the user nor the computer can erase. Since the computer’s
internal memory is blank during start-up, the computer cannot perform
any functions unless given start-up instructions. These instructions are stored in
ROM.

33
Q

Flash memory

A

is a special type of rewriteable read-only memory (ROM) that

is compact and portable.

34
Q

Ping:

A

sending a series of packets over the internet to see if a device is connected

35
Q

Transmission Control Protocol/Internet Protocol (TCP/IP)

A
  • Provides the foundation standards for the Internet and many private LANs
  • TCP provides transport functions—ensuring the amount of data sent if the same as that received
  • IP provides the addressing and routing standards (i.e. the postmaster)
36
Q

Virtual private networks (VPN)

A

Use the public telecommunication infrastructure to provide secure access to an organization’s location

37
Q

Voice over IP (VoIP)

A

is a methodology and group of technologies for the delivery of voice communications and multimedia sessions over Internet Protocol (IP) networks, such as the Internet.

38
Q

IP address

A

a unique string of numbers separated by periods that identifies each computer using the Internet Protocol to communicate over a network.

39
Q

Coaxial cables

A

are a type of cable that is used by cable TV and that is common for data communications. Taking a a round cross-section of the cable, one would find a single center solid wire symmetrically surrounded by a braided or foil conductor. Between the center wire and foil is a insulating dialectric.

40
Q

An optical fiber cable

A

is a cable containing one or more optical fibers that are used to carry light.

41
Q

Twisted pair cabling

A

is a type of wiring in which two conductors of a single circuit are twisted together for the purposes of canceling out electromagnetic interference from external sources; for instance, electromagnetic radiation from unshielded twisted pair cables, and crosstalk between neighboring pairs.