1 / 17

Digital Electronics

Digital Electronics. Dr. Bahawodin Baha, University of Brighton, UK. March 2007 Digital Systems, Principles and Applications, 10th Edition R.J Tocci, N. S. Windmer , G. L. Moss, 2007. Applications: Computers Telecommunication Automation Medical Science and Technology

Download Presentation

Digital Electronics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Digital Electronics Dr. Bahawodin Baha, University of Brighton, UK. March 2007 Digital Systems, Principles and Applications, 10th Edition R.J Tocci, N. S. Windmer, G. L. Moss, 2007. Applications: Computers Telecommunication Automation Medical Science and Technology Transportation Space Exploration Entertainment Home Appliances Others

  2. Course Summary • Overview of Electronics • Digital Electronics Number systems, decimal, binary, hexadecimal • Combinational logic circuits • Sequential logic circuits • Computer Systems

  3. Course Summary (cont.) Combinational Logic Systems • Number systems: Binary, decimal and hexadecimal conversions and calculations • Basic logic gates: AND, OR, NOT and Ex-OR • Truth tables, Boolean equations. • Combinational logic circuit design: General hierarchical logic design methodology • Minimisation using Karnaugh maps and Boolean algebra, De-Morgan’s laws. • Simulation of gates and combinational logic designs • Implementation and testing of designs using a suitable version of TTL series ICs. • Practical aspects of using logic ICs: data sheets, current and voltage characteristics, timing issues, output types, compatibility, families etc..

  4. Course Summary (cont.) Sequential logic design • Flip-flops: SR, JK, D, T types, truth tables, excitation tables and device operation. • Flip-flop applications: Registers and counters (asynchronous); MSI and LSI devices • Synchronous counter and sequence generator design method

  5. Course Summary (cont.) Introduction to Microprocessor Systems • Overview of computer systems architectures, a simple microprocessor-based system, the stored programme concept. • Design of a microprocessor based system • Differences between microprocessors and microcontrollers. • Brief history of microprocessors and microcontrollers.

  6. Overview of Electronics • Analogue electronics • Power electronics • Physical electronics • Differences between digital and other types of electronics • Numerical Presentation

  7. In 1947, Transistor was invented in Bell labs in the USA. • It was as tall as the face of wristwatch. • In November 2001, another Bell lab team has built a transistor from a single Molecule - small enough to fit about 10 million transistors on the head of a pin.

  8. Numerical Representation • There is two ways to represent numerical values. • 1- Analogue • In analogue representation one quantity is represented by another quantity which is directly proportional to the first quantity. • Analogue = Continuous • 2- Digital • In digital representation the quantities are not represented by proportional quantities but symbols called digits. The digital representation is in discrete steps. • Digital = Discrete • Logic Level in digital representation, 0 – 0.8 logic 0 and 2 – 5 logic 1. • Voltage between 0.8 V and 2 V are unacceptable and are never used.

  9. Number systems • Type of Numbers • Decimal, Binary, Octal and Hexadecimal • Converting decimal to binary and • Converting decimal to hexadecimal • Converting binary to hexadecimal

  10. Number Systems g

  11. Converting Decimal to Binary • Convert Therefore, 810 = (1000)2 • LSB, Less Significant Bit • MSB, Most significant Bit • To examine • (0 X 2 0) + (0 X 2 1) + (0 X 2 2) + (1 X 2 3) = 8 decimal into binary

  12. 2nd Example • Convert 624 decimal into binary • 624 decimal = 1001110000 in binary. • To examine the result • (1 X 2 4) + (1 X 2 5) + (1 X 2 6) + (1 X 2 9) = 624

  13. Converting Decimal to Hex • Find the Hex equivalent of (3875) • (3875) = (F23)H • To examine • (15 X 162) + (2 X 161) + (3 X 160) = 3875

  14. Converting Hex to Decimal • Convert (AF16B)16 to decimal. • (AF16B)16 = [(10 X 164) + (15 X 163) + (1 X 162) + (6 X 161) + (11 X 160)] • = (655360 + 61440 +256 +96 +11) • = (717163)10

  15. Converting Binary to Hex • To convert Binary into Hex, simply group them in four and write down the Hex equivalent for each group. • Example: • (10110011) 2 = (1011)2 (0011)2 = (11)10 (3)10 = B316

  16. Main Points • Digital Electronics use many exciting applications • Introduction to digital electronics • Number systems: Decimal, binary and hex • Converting from one number system into another

  17. The End • Thank you for your attention. • Any questions? • Good luck and have fun!

More Related