logo

CuriousTab

CuriousTab

Discussion


Home Digital Electronics Digital Signal Processing See What Others Are Saying!
  • Question
  • A binary-weighted-input digital-to-analog converter has a feedback resistor, Rf, of 12 kΩ. If 50 µA of current is through the resistor, voltage out of the circuit is ________.


  • Options
  • A. 0.6 V
  • B. ?0.6 V
  • C. 0.1 V
  • D. ?0.1 V

  • Correct Answer
  • ?0.6 V 


  • More questions

    • 1. Design a circuit using a 74121 to convert a 33-kHz, 30% duty cycle waveform to a 33-kHz, 60% duty cycle waveform.

    • Options
    • A. Rint = 2 kΩ, Cext = 0.012 nF
    • B. Rint = 2 kΩ, Cext = 0.012 µF
    • C. Rint = 4 kΩ, Cext = 0.012 nF
    • D. Rint = 4 kΩ, Cext = 0.012 µF
    • Discuss
    • 2. What is the difference between a retriggerable one shot and a nonretriggerable one shot?

    • Options
    • A. The nonretriggerable can only be triggered once.
    • B. The retriggerable can be triggered many times.
    • C. The output pulse can be stretched with a nonretriggerable.
    • D. The output pulse can be stretched with a retriggerable.
    • Discuss
    • 3. Which of the following commands will copy the contents of RAM whose address is in register 0 to port 1?

    • Options
    • A. MOV @ P1, R0
    • B. MOV @ R0, P1
    • C. MOV P1, @ R0
    • D. MOV P1, R0
    • Discuss
    • 4. Which of the following instructions will load the value 35H into the high byte of timer 0?

    • Options
    • A. MOV TH0, #35H
    • B. MOV TH0, 35H
    • C. MOV T0, #35H
    • D. MOV T0, 35H
    • Discuss
    • 5. The I/O ports that are used as address and data for external memory are:

    • Options
    • A. ports 1 and 2
    • B. ports 1 and 3
    • C. ports 0 and 2
    • D. ports 0 and 3
    • Discuss
    • 6. To interface external EPROM memory for applications, it is necessary to demultiplex the address/data lines of the 8051.

    • Options
    • A. True
    • B. False
    • Discuss
    • 7. The designs of a centigrade thermometer and a PWM speed-control circuit can be implemented by the 8051.

    • Options
    • A. True
    • B. False
    • Discuss
    • 8. Device pins XTAL1 and XTAL2 for the 8051 are used for connections to an external oscillator or crystal.

    • Options
    • A. True
    • B. False
    • Discuss
    • 9. This program code will read data from port 0 and write it to port 2, and it will stop looping when bit 3 of port 2 is set:

      STAT: MOV A, PO
        MOV P2,A
        JNB P2.3, STAT

    • Options
    • A. True
    • B. False
    • Discuss
    • 10. The 8051 can handle ________ interrupt sources.

    • Options
    • A. 3
    • B. 4
    • C. 5
    • D. 6
    • Discuss


    Comments

    There are no comments.

Enter a new Comment