Self Studies

Digital Electronics Test 2

Result Self Studies

Digital Electronics Test 2
  • Score

    -

    out of -
  • Rank

    -

    out of -
TIME Taken - -
Self Studies

SHARING IS CARING

If our Website helped you a little, then kindly spread our voice using Social Networks. Spread our word to your readers, friends, teachers, students & all those close ones who deserve to know what you know now.

Self Studies Self Studies
Weekly Quiz Competition
  • Question 1
    2 / -0.33
    Consider the equation (146)b​ + (313)​b-2​ = (246)8. Which of the following is the value of b?
    Solution

    (146)b + (313)b-2 = (246)8

    b2 + 4b + 6 + 3(b-2)2 + (b-2) + 3 = 2× 82 + 4×8 + 6

    4b2 – 7b + 19 = 166

     4b2 – 7b – 147 = 0

    4b2 – 28b + 21b – 147 = 0

    4b(b –  7) + 21(b – 7) = 0

    (b – 7).(4b + 21) = 0

    ∴ b = 7 or b = -21 ÷ 4

    Since b cannot be negative or in fraction

    ∴ b = 7

    Alternate Method:

    Substitute and check the result

    b = 7

    (146)7 + (313)7-2 = (246)8

    LHS = (146)7 + (317)7-2

     (146)7 = 1 × 72 + 4 ×71 + 6 × 70 = 49 + 28 + 6 = (83)10

    (313)5 = 3 × 52 + 1 × 5 + 7× 50 = 75 + 5 + 3 = (83)10

    LHS = (83)10 + (83)10 = (166)10  

    RHS = (246)8

    = 2 × 82 + 4 ×81 + 6 × 80

    = 128 + 32 + 6 = (166)10  

    LHS = RHS equal only if b is 7.
  • Question 2
    2 / -0.33

    The clock frequency of 12 MHz is applied to a cascaded counter of modulus-4 counter, modulus-5 counter and modulus-6 counter.

    Solution

    The overall modulus of the cascaded counter is the multiplication of the modulus of the individual counters.

    Overall modulus (N) = 4 × 5 × 6 = 120

    The clock frequency (fclk) = 12 MHz

    The lowest output frequency \(= \frac{{{f_{clk}}}}{N}\) 

    \(= \frac{{12 \times {{10}^6}}}{{120}} = 100\;kHz\)

  • Question 3
    2 / -0.33

    The Elevator door should open if the elevator is stopped and is level with the floor, and the timer has not expired, ‘OR’ if the elevator is stopped and is level with the floor, and a button is pressed. If

    D→ Elevator door opens

    S→ Elevator is stopped

    F→ Level with the floor

    T→ Timer has expired

    B→ Button Pressed

    Which of the Boolean expression represents the above condition:
    Solution

    The elevator door will open in the following two cases:

    Case I: If the elevator is stopped and is level with the floor and the time has not expired

    So we’ll have the representation as:

    Elevator is stopped = E

    Level with the floor = F

    Time has not expired = T̅

    So, the given condition is expressed as –

    X1 = SFT̅

    Case 2: If the elevator is stopped and is level with the floor and a button is pressed.

    Again we have the representation as:

    Elevator is stopped = S

    Level with the floor = F

    Button is pressed = B

    So, the given condition is expressed as;

    X2 = SFB

    Since the door will open in Case-1 ‘OR’ Case-2.

    Therefore, we may express the condition for the elevator door to open as D = X1 or X2, i.e.

    = SFT̅ + SFB
  • Question 4
    2 / -0.33
    If there are p input lines and q output lines for a decoder that is used to uniquely address a byte-addressable 64 KB RAM, then the minimum value of p + q is ______.
    Solution

    Concept: 

    A decoder with k input lines has 2k output lines.

    Calculation:

    The memory is byte-addressable. So 64 KB = 216 B.

    16 × 216 decoders.

    So, the number of input lines (p) = 16

    Number of output lines (q) = 2p = 216 = 65536

    ∴ p + q = 16 + 65536 = 65552 

  • Question 5
    2 / -0.33
    The resolution of a 4-bit counting ADC is 0.5 V. For an analog input of 5.1 V, the digital output of the ADC and the maximum conversion time for 0.5 MHz clock frequency are
    Solution

    The resolution of a 4-bit counting ADC = 0.5 V

    That means the voltage corresponding to each count = 0.5 V

    For an input of 5.1 V, the number counts that counter will count

    \(= \frac{{5.1}}{{0.5}} = 10.2 \approx 1\) 

    Digital output = 1011

    Maximum conversion time = (2n - 1) Tclk

    Clock frequency (f) = 0.5 MHz

    \({T_{clk}} = \frac{1}{f} = \frac{1}{{0.5\; \times \;{{10}^6}}} = 2\;\mu s\) 

    Maximum conversion time = (24 - 1) × 2 μs = 30 μs  

  • Question 6
    2 / -0.33
    A 4-bit successive approximation type of Analog to digital converter has an input range of 0 to 15 V. The output bit b1 next to the LSB has a stuck at zero fault. For which of the following voltages, it produces the same output codeword.
    Solution

    The 4-bit output is b3 b2 b1 b0

    Resolution \( = \frac{{15}}{{{2^4} - 1}} = 1\;V\)

    For input Vi = 2V:

    b3

    b2

    b1

    b0

    Output

    1

    0

    0

    0

    8 V

    0

    1

    0

    0

    4 V

    0

    0

    0

    0

    0 V

    0

    0

    0

    1

    1 V

     

    Output code word: 0001

    For input Vi = 1 V:

    b3

    b2

    b1

    b0

    Output

    1

    0

    0

    0

    8 V

    0

    1

    0

    0

    4 V

    0

    0

    0

    0

    0 V

    0

    0

    0

    1

    1 V

     

    Output code word: 0001

    For input Vi = 4 V:

    b3

    b2

    b1

    b0

    Output

    1

    0

    0

    0

    8V

    0

    1

    0

    0

    4V

     

    Output code word: 0100

    For input Vi = 6 V:

    b3

    b2

    b1

    b0

    Output

    1

    0

    0

    0

    8 V

    0

    1

    0

    0

    4 V

    0

    1

    0

    0

    4 V

    0

    1

    0

    1

    5 V

     

    Output code word: 0101
Self Studies
User
Question Analysis
  • Correct -

  • Wrong -

  • Skipped -

My Perfomance
  • Score

    -

    out of -
  • Rank

    -

    out of -
Re-Attempt Weekly Quiz Competition
Self Studies Get latest Exam Updates
& Study Material Alerts!
No, Thanks
Self Studies
Click on Allow to receive notifications
Allow Notification
Self Studies
Self Studies Self Studies
To enable notifications follow this 2 steps:
  • First Click on Secure Icon Self Studies
  • Second click on the toggle icon
Allow Notification
Get latest Exam Updates & FREE Study Material Alerts!
Self Studies ×
Open Now