3.3 - Digital Transmission of Digital Data Flashcards
All computer systems produce _____________
binary data
The _____________ is the language that computers use to represent data
coding scheme
A ___________ is a symbol that has a common, constant meaning
character
Characters in _______ ____________, as in computer systems, are represented by groups of bits that are binary zeros (0) and ones (1)
data communications
The groups of bits representing the set of characters that are the “alphabet” of any given system are called a ______ _______, or simply a code
coding scheme
A ______ is a group of consecutive bits that is treated as a unit or character
byte
One (1) byte is normally composed of ___ bits and usually represents one character
8
Three predominant coding schemes in use today:
- American Standard Code for Information Interchange (ASCII)
- ISO 8859
- Unicode
The most popular code for data communications and is the standard code on most microcomputers
ASCII
There are two types of ASCII:
- 7-Bit Code ASCII
- 8-Bit Code ASCII
Has 128 valid characters (2^7 = 128)
7-Bit Code ASCII
Has 256 characters (2^8 = 256)
8-Bit Code ASCII
Standardized by the International Standards Organization
ISO 8859
An 8-bit code that includes the ASCII codes plus non-English letters used by many European languages (e.g., letters with accents)
ISO 8859
_____________ often uses ISO 8859
HTML or Hypertext Markup Language
An information technology (IT) standard for the consistent encoding, representation, and handling of text expressed in most of the world’s writing systems
Unicode
Unicode versions:
- UTF-8 (8-Bit Version)
- UTF-16 (16-Bit Version)
Similar to ASCII
UTF-8
Uses 2 bytes (called a “word”); used by Windows; beyond English or Latin characters, has Cyrillic or Chinese
UTF-16
The way the internal transfer of binary data takes place inside a computer; data element is transferred simultaneously
Parallel transmission
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
Parallel transmission
A stream of data is sent over a communication circuit sequentially in a bit-by-bit fashion
Serial transmission
There is only one physical wire inside the bundle, and all data must be transmitted over that one physical wire
Serial transmission
It takes n iterations or cycles to transmit n bits — thus, it is considerably slower than parallel transmission
Serial transmission