FCS assignment 1
FCS assignment 1
Number Systems:
Decimal: The most common base-10 system used by humans.
Binary: The base-2 system used by computers, representing data as a sequence of 0s and 1s.
Octal: Base-8 system used for representing binary numbers in a more compact form.
Hexadecimal: Base-16 system used for representing binary numbers in a more readable format.
Character Encoding: ASCII (American Standard Code for Information Interchange): Represents
128 characters using 7 bits.
Unicode: A more comprehensive character encoding standard that supports a wider range of
characters, including those from different languages and scripts.
Data Types:
Integers: Whole numbers, both positive and negative.
Data Structures:
Arrays: Ordered collections of elements of the same data type.
Linked lists: Dynamic data structures where elements are linked together using pointers.
Data Transmission
Data transmission is the process of sending data from one location to another. It involves the
physical transfer of data over a communication channel. Effective data transmission requires the
use of appropriate protocols and transmission media.
Transmission Media:
Wired:
Twisted-pair cables
Coaxial cables
Fiber-optic cables
Wireless:
Radio waves
Microwaves
Infrared light
Transmission Modes:
Simplex: Data flows in one direction only.
Transmission Protocols:
TCP/IP (Transmission Control Protocol/Internet Protocol): The foundation of the internet,
providing reliable and connection-oriented communication.
UDP (User Datagram Protocol): A connectionless protocol that offers faster but less reliable
transmission.
HTTP (Hypertext Transfer Protocol): Used for transferring web pages and other data on the
internet.
FTP (File Transfer Protocol): Used for transferring files between computers.
Data Modulation:
Analog modulation: Converts digital signals into analog signals for transmission over analog
channels.
Digital modulation: Converts digital signals into different analog waveforms for transmission.
Frequency Modulation (FM): The frequency of the carrier wave is varied in proportion to the
amplitude of the modulating signal.
Amplitude Modulation (AM): The amplitude of the carrier wave is varied in proportion to the
amplitude of the modulating signal.
Phase Modulation (PM): The phase of the carrier wave is varied in proportion to the amplitude of
the modulating signal.
Checksum: Calculates a checksum value for a block of data and appends it to the transmitted
data.
Cyclic Redundancy Check (CRC): Uses a polynomial division algorithm to detect errors.
Data Security:
Encryption: Scrambles data to make it unintelligible to unauthorized parties.
6. www.britannica.com