




























































































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
Superfast download and learn all notes and growing over future like a star
Typology: Cheat Sheet
1 / 201
This page cannot be seen from the preview
Don't miss anything!
๏ An analog signal is any continuous signal for which the time-varying feature (variable) of the signal is a representation of some other time varying quantity, i.e., analogous to another time varying signal. ๏ For example, in an analog audio signal, the instantaneous voltage of the signal varies continuously with the pressure of the sound waves.
๏ Data Base Management System(DBMS) Used In Banks, Offices, Institutes, Shops etc. Using Computers. ๏ Process Monitoring And Control System In Industries Using Computers, PLCโs, Robots. ๏ Digital Signal Processing And Digital Communication. ๏ Entertainment Appliances Like CD/DVD Players, LED TVs, Digital Cameras. ๏ Medical Instruments Like Digital X-ray Machines, Ultra Sound Machines etc. ๏ Combustion Control In Modern Vechicles.
๏ Code using symbols that refers to a set of items.
Binary number system Decimal number system Octal number system Hexa - decimal number system
๏ The decimal number system contains ten distinct symbols (0 to 9). ๏ The base or radix is 10.
๏ Technique ๏ Divide by two, keep track of the remainder ๏ First remainder is bit 0 (LSB, least-significant bit) ๏ Second remainder is bit 1 ๏ Etc.
๏ Technique ๏ Multiply each bit by 2 n , where n is the โweightโ of the bit ๏ The weight is the position of the bit, starting from 0 on the right ๏ Add the results
1010112 => 1 x 20 = 1 1 x 2 1 = 2 0 x 2^2 = 0 1 x 2 3 = 8 0 x 2^4 = 0 1 x 2^5 = 32 (^4310)
๏ This system uses 16 distinct symbols (0 to 9 , A toF). ๏ The base or radix is 16.
๏ Technique ๏ Convert each octal digit to a 3-bit equivalent binary representation