Unit 1 Flashcards

(25 cards)

1
Q

What is a PC, and its 5 main functions?

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
2
Q

What is the difference between digital and analog?

A

Digital electronics use on and off conditions; there is no in-between. Either there is full voltage or none
Ex: a flashlight

Analog electronics use and produce varying voltage levels
Ex: a dimmer switch

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

What are the types of data?

A
  • letters (text)
  • numbers
  • sounds
  • images
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is data represented electrically within a computer?

A

High and low voltages represent data.

These high and low pulses create a digital signal

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

What is a digital signal?

A

High and low voltages represent data in a computer. These voltages are sent as pulses. These high and low pulses are called a digital signal.

Digital signals are ways that data is transmitted

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

What is the binary system?

A
  • a system that represents data in a computer using the numbers 0 and 1
  • base 2
  • Good to represent digital electronic systems (0 is off, 1 is on)
  • Similar to morse code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does a computer do with data?

A

Stores, manipulates, and displays data.

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

What is the hexadecimal numbering system?

A
  • base 16 (0-9, A-F)
  • This system best matches the hardware system of most computers (data lines in a computer are 8, 16, 32, or 64 lines wide)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Why/when is the hexadecimal system better than the binary system?

A

The binary system’s numbers are too long and awkward for analog electronics. The hexadecimal system takes up less space

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

What does ASCII stand for?

A

American Standard Code for Information Interchange

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

What is the ASCII system?

A
  • It was the first attempt to standardize computer character codes among the varieties of computer hardware and software
  • a 7-digit (7-bit) code BUT there are several different 8-bit extended versions
  • A 7-bit code can represent 128 values, and the 8-bit code can represent 256 (double)
  • The 8 bit code can represent enough to include the characters used in the English alphabet, as well as some non-English characters, the 10 decimal digits, the other characters usually found on a keyboard, and many special characters not included on a keyboard such as
    mathematical symbols, graphic symbols, additional punctuation marks, and other symbols.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the limitations to the ACSII system?

A
  • it does not allow for certain unique characters to be transmitted; variations of fonts, bold, italics, or underlined letters are sometimes not allowed (for example)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is cache memory?

A

A group of fast memory circuitry located on or near the Central Processing Unit to help speed up processing.

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

What is UNICODE?

A
  • Quickly replacing ASCII
  • a universal coding system designed to represent text-based data written in any ancient or modern-day language
  • 1- 4 bytes (8 to 32 bits)
  • It can represent over a million characters, which is more than enough unique combinations to represent the standard characters in all the world’s written languages, as well as thousands of other symbols and signs
  • The most recent version of Unicode is Unicode 6.0
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the definition of a bit?

A

A bit is short for BINARY DIGIT. It is a single binary unit of 1 or 0

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

What is a byte?

A

A byte is equal to 8 bits

17
Q

What is a word?

A

A word is the total amount of bytes a computer can process at one time

18
Q

What is serial and parallel data transfer?

A

These are the two modes by which data is transferred on a computer

19
Q

What is the difference between serial and parallel data transfer?

A

Serial: When data is sent through a port, one bit at a time in successive order
EX: Keyboard and mouse

Parallel: When more than one bit is sent side-by-side at the same time. Usually, more data can be transferred at a time through a parallel port than a serial port
EX: Data is transferred in parallel on the computer bus system between devices such as the HARD DRIVE

20
Q

How are bits and bytes represented?

A

Bits: b
Bytes: B

21
Q

Bit (b)
Byte (B)
Kilobyte (kB)
Megabyte (MB)
Gigabyte (GB)

22
Q

What is a bit?

A

The smallest unit of data a computer can process and store

23
Q

What is the downside of parallel data transfer?

A
  • Maybe too much interference, affecting the signal transfer (unreliable)
  • When frequency is increased with the parallel transfer, there is the creation of a magnetic field around the pulses which could also cause interfearance
24
Q

What are ways that computers process data?

A
  • sorting items
  • comparing and locating data
25