cs3rd
cs3rd
NETWORKING
ANALOG AND DIGITAL
TATRASMESSION
Analog signals are types of signals that travel along a sine wave. The information sent
using analog signals moves in a continuous and fluid movement with infinite values.
Digital signals are a type of signal that travels in discrete patterns. Binary code is the
main method of sending digital information
WHAT IS NOISE
• Noise refers to any external and unwanted information that interferes with a transmission
signal. Noise can diminish transmission strength and disturb overall communication
efficiency. In communications, noise can be created by radio waves, power lines, lightning
and bad connections
Thermal Noise
(Random movement of electron)
Induced Noise
Cross Talk
Electromagnetic interference (EMI) adjacent network
Impulse Noise
QUIZ (CS-I)
FOR EXAMPLE :
C Compiler can translate only those programs
that are written in C Language.
INTERPRETER
An interpreter is a program that
Translate one instruction of the program
at a time.
It converts the instruction into machine
language and execute.
It displays the Error message if there is
an error in the instruction.
The interpreter does not produce an
object program.
INTERPRETER
INTERPRETE
COMPILER R
1. It scans the entire 1. It scans the program
programs first and line by line and
translate it into translate it into
machine code.
machine code.
2. Compiler show all
errors and running at
2. Interpreter show one
Same time. error at a time .
3. Error occurs after 3. Error occurs after
scanning the whole scanning each line .
program.
4. Debugging is faster.
4. Debugging is slow .
5. Execution time is
5. Execution time is less. more.
6. Compiler is used by 6. An interpreter is
languages such as C,C+
used by languages
+ etc..
such as Java, python
etc.
ASSEMBLER
• An assembler is a program that translate
the instructions of assembly language
program into machine language.
• Assembler is having the mnemonics or
symbols in the instruction.
THANKS FOR
WATCHING