3.3 - Digital Transmission of Digital Data Flashcards

1
Q

All computer systems produce _____________

A

binary data

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

The _____________ is the language that computers use to represent data

A

coding scheme

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

A ___________ is a symbol that has a common, constant meaning

A

character

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

Characters in _______ ____________, as in computer systems, are represented by groups of bits that are binary zeros (0) and ones (1)

A

data communications

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

The groups of bits representing the set of characters that are the “alphabet” of any given system are called a ______ _______, or simply a code

A

coding scheme

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

A ______ is a group of consecutive bits that is treated as a unit or character

A

byte

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

One (1) byte is normally composed of ___ bits and usually represents one character

A

8

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

Three predominant coding schemes in use today:

A
  1. American Standard Code for Information Interchange (ASCII)
  2. ISO 8859
  3. Unicode
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

The most popular code for data communications and is the standard code on most microcomputers

A

ASCII

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

There are two types of ASCII:

A
  1. 7-Bit Code ASCII
  2. 8-Bit Code ASCII
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Has 128 valid characters (2^7 = 128)

A

7-Bit Code ASCII

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

Has 256 characters (2^8 = 256)

A

8-Bit Code ASCII

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

Standardized by the International Standards Organization

A

ISO 8859

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

An 8-bit code that includes the ASCII codes plus non-English letters used by many European languages (e.g., letters with accents)

A

ISO 8859

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

_____________ often uses ISO 8859

A

HTML or Hypertext Markup Language

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

An information technology (IT) standard for the consistent encoding, representation, and handling of text expressed in most of the world’s writing systems

A

Unicode

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

Unicode versions:

A
  1. UTF-8 (8-Bit Version)
  2. UTF-16 (16-Bit Version)
17
Q

Similar to ASCII

18
Q

Uses 2 bytes (called a “word”); used by Windows; beyond English or Latin characters, has Cyrillic or Chinese

19
Q

The way the internal transfer of binary data takes place inside a computer; data element is transferred simultaneously

A

Parallel transmission

20
Q

If the internal structure of the computer is 8 bit, then all 8 bits of the data element are transferred between main memory and the central processing unit simultaneously on 8 separate connections

A

Parallel transmission

21
Q

A stream of data is sent over a communication circuit sequentially in a bit-by-bit fashion

A

Serial transmission

22
Q

There is only one physical wire inside the bundle, and all data must be transmitted over that one physical wire

A

Serial transmission

23
Q

It takes n iterations or cycles to transmit n bits — thus, it is considerably slower than parallel transmission

A

Serial transmission

24
Q

The transmission of binary electrical or light pulses in that it only has two possible states, a 1 or a 0

A

Digital transmission

25
Q

The most commonly encountered voltage levels range from a low of +3/-3 to a high of +24/-24 volts

A

Digital transmission

26
Q

All digital transmission techniques require:

A
  1. A set of symbols
  2. The symbol rate
27
Q
  1. Unipolar Signaling
  2. Bipolar Signaling
A

Digital Transmission Techniques

28
Q

Voltage is always positive or negative (single polarity, like in DC current)

A

Unipolar Signaling

29
Q

A 0 volts (no current) is used to transmit a 0 and a signal of +5v is used to transmit a 1

A

Unipolar Signaling

30
Q

The ones and zeros vary from a pulse voltage to a minus voltage (like an AC current)

A

Bipolar Signaling

31
Q

A bipolar technique where the voltage alternates from +5 volts (a symbol indicating a 1) to -5 volts (a symbol indicating a 0) without ever returning to 0 volts

A

Nonreturn to zero (NRZ)

32
Q

Another bipolar technique where it always returns to 0 volts after each bit before going to +5 volts (the symbol for a 1) or -5 volts (the symbol for a 0) — half of every bit pulse starts with zero

A

Return to zero (RZ)

33
Q

A third bipolar technique where a 0 is always sent using 0 volts, but 1s alternate between +5 volts and -5 volts

A

Alternate mark inversion (AMI)

34
Q

AMI is used on ____ and ____ circuits

35
Q

The signaling used in Ethernet

A

Manchester

36
Q

A special type of bipolar signaling in which the signal is changed from high to low or from low to high in the middle of the signal

A

Manchester

37
Q

In Europe, bipolar signaling is sometimes called _____________ signaling because you are moving between a positive and negative voltage potential

A

double current

38
Q

In general, ___________ signaling experiences fewer errors than __________ signaling because the symbols are more distinct

A

bipolar…unipolar

39
Q

Changing the ___________ of a current (from positive to negative, or vice versa) is more difficult than changing its magnitude