Preview

Digital Design

Satisfactory Essays
Open Document
Open Document
1235 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Digital Design
CPEN 214 - Digital Logic Design Binary Systems

C. Gerousis © Digital Design 3rd Ed., Mano Prentice Hall

Digital vs. Analog
• An analog system has continuous range of values

– A mercury thermometer – Vinyl records – Human eye

• A digital system has a set of discrete values

– Digital Thermometer – Compact Disc (CD) – Digital camera

Benefits of using digital

Analog signal

Digital signal

• Advantages of using Digital: • Cheap electronic circuits • Easier to calibrate and adjust • Resistance to noise: Clearer picture and sound

Binary System
• Discrete elements of information are represented with bits called binary codes. Example: (09)10 = (1001)2 (15)10 = (1111)2 Question: Why are commercial products made with digital circuits as opposed to analog? Most digital devices are programmable: By changing the program in the device, the same underlying hardware can be used for many different applications.

Decimal Code
4 Review the decimal number system.
Base (Radix) is 10 - symbols (0,1, . . 9) Digits For Numbers > 9, add more significant digits in position to the left, e.g. 19>9. Each position carries a weight. MSD Weights: ü

103 102 101 100 10−110−2 10−3

LSD

If we were to write 1936.25 using a power series expansion and base 10 arithmetic:

1× 103 + 9 × 102 + 3× 101 + 6 × 100 + 2 × 10−1 + 5 × 10−2

Binary number system
4 The binary number system.
– – – Base is 2 - symbols (0,1) - Binary Digits (Bits) For Numbers > 1, add more significant digits in position to the left, e.g. 10>1. Each position carries a weight (using decimal).

MSD Weights:

23 2 2 21 2 0

2 −1 2 −2 2 −3

LSD

ü If we write 10111.01 using a decimal power series we convert from binary to decimal:
1× 24 + 0 × 23 + 1× 22 + 1× 21 + 1× 20 + 0 × 2−1 + 1× 2 −2 = = 1× 16 + 0 × 8 + 1× 4 + 1× 2 + 1× 1 + 0 × 0.5 + 1× 0. 25 = 23.25

Binary number system q (110000.0111)2 = ( ? )10
ANS: 48.4375

4 In computer work: 210 =1024 is referred as K = kilo
220 =1048576 is referred as M = mega 230 = ? 240 = ? q

You May Also Find These Documents Helpful

  • Satisfactory Essays

    NT1210 Lab 1

    • 319 Words
    • 4 Pages

    3. First 4 digits of a Base 5 numbering system would be (left to right) 625 125 25 5…

    • 319 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NT1210 Lab 1

    • 473 Words
    • 3 Pages

    Create an expanded mapping similar to Figure 1-3 for the binary number 11100010 with base 2 using either…

    • 473 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NT1210 Week 1 Labs 1

    • 3680 Words
    • 20 Pages

    Using the example in Figure 1- 5 and the steps that followed, create a binary conversion for the decimal value 156.…

    • 3680 Words
    • 20 Pages
    Satisfactory Essays
  • Good Essays

    Pt1420 Unit 5 Study Guide

    • 2789 Words
    • 12 Pages

    2. Convert the binary number to hexadecimal by grouping bits in threes, starting from right.…

    • 2789 Words
    • 12 Pages
    Good Essays
  • Satisfactory Essays

    2640 U3 A1

    • 292 Words
    • 2 Pages

    Be sure to show your work, meaning your steps to convert binary to decimal, etc.…

    • 292 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Lab 1 1

    • 814 Words
    • 9 Pages

    Using the example in Figure 1-5 and the steps that followed, create a binary conversion for the decimal value 200.…

    • 814 Words
    • 9 Pages
    Satisfactory Essays
  • Powerful Essays

    There are so many new devices that allow the analog to digital, and digital to analog communication. These devices are needed to make the signal proper and allow for no noise on the line. This is what we call signal to noise ratio. Some of the hardware needed is some basic things, a modem is needed at a home or business, this turns analog to digital and vice versa. There is also components called DAC which means a digital to analog converter along with a ADC, which stands for analog to digital converter. These devices are needed to ensure the right signal and clear as well. The main thing digital signal uses are the binary code which is…

    • 1421 Words
    • 6 Pages
    Powerful Essays
  • Satisfactory Essays

    1) Numbers can be represented in binary (using 2 symbols 0 and 1) and hexadecimal ( 16 symbols…

    • 480 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NTC 362 Week 2 DQs

    • 367 Words
    • 2 Pages

    What are the advantages of digital signals over analog signals? Cover noise suppression in your explanation.…

    • 367 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Labpaq Math Lab

    • 1518 Words
    • 7 Pages

    The exponent must show the number of decimal places that the decimal needs to be moved to change the number to standard notation.…

    • 1518 Words
    • 7 Pages
    Good Essays
  • Satisfactory Essays

    Unit 1

    • 1660 Words
    • 7 Pages

    Using the example in figure 1-5 and the steps that followed, create a binary conversion for the decimal value 200.…

    • 1660 Words
    • 7 Pages
    Satisfactory Essays
  • Better Essays

    Nt1310 Unit 1 Assignment

    • 1994 Words
    • 8 Pages

    5. Convert 32 decimal to binary floating point. Use a 6 bit mantissa and a 4 bit exponent.…

    • 1994 Words
    • 8 Pages
    Better Essays
  • Satisfactory Essays

    Number Conversions

    • 180 Words
    • 2 Pages

    2.Convert your binary result back into decimal to prove your answer is correct. This is also…

    • 180 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    The bit pattern 1011 in 1’s complement notation is 7. The result of 7 – 2 using 2’s complement notation is 8. The bit pattern 1110 in 2’s complement notation is 9. The range of numbers that can be represented using the Excess-2N-1 notation is _________.…

    • 4533 Words
    • 19 Pages
    Satisfactory Essays
  • Satisfactory Essays

    NT1110

    • 315 Words
    • 2 Pages

    The second numbering system that computers use is binary systems. Unlike the decimal system, there are only two numbers used in binary systems. One of these numbers is zero that represents false and off in computer, math, and measurement. The other number in the binary system is one that represents true and on for computer math. Binary numbers are sometimes referred to as base 2.…

    • 315 Words
    • 2 Pages
    Satisfactory Essays