CuriousTab
CuriousTab
Home
Aptitude
Computer
C Programming
C# Programming
C++ Programming
Database
Java Programming
Networking
Engineering
Biochemical Engineering
Biochemistry
Biotechnology
Chemical Engineering
Civil Engineering
Computer Science
Digital Electronics
Electrical Engineering
Electronics
Electronics and Communication Engineering
Mechanical Engineering
Microbiology
Technical Drawing
GK
Current Affairs
General Knowledge
Reasoning
Data Interpretation
Logical Reasoning
Non Verbal Reasoning
Verbal Ability
Verbal Reasoning
Exams
AIEEE
Bank Exams
CAT
GATE
IIT JEE
TOEFL
Jobs
Analyst
Bank Clerk
Bank PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Digital Electronics
‣
Combinational Logic Analysis
See What Others Are Saying!
Question
Referring to the GAL diagram, which is the correct logic function?
Options
A.
B.
C.
D.
Correct Answer
More questions
1. A microcomputer is not a general-purpose computer.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
2. Practically every possible load, shift, and conversion operation is available in a shift register IC.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
3. A gated S-R latch and its associated waveforms are shown below. What, if anything, is wrong and what could be causing the problem?
Options
A. The
output is always low; the circuit is defective.
B. The
Q
output should be the complement of the
output; the
S
and
R
terminals are reversed.
C. The
Q
should be following the
R
input; the
R
input is defective.
D. There is nothing wrong with the circuit.
Show Answer
Scratch Pad
Discuss
Correct Answer: The
output is always low; the circuit is defective.
4. Using a hardware solution for a digital system is always ________ than a software solution.
Options
A. slower
B. harder
C. easier
D. faster
Show Answer
Scratch Pad
Discuss
Correct Answer: faster
5. If both inputs of a 2-input NOR gate are connected, the gate will function as an ________.
Options
A. OR gate
B. AND gate
C. inverter
D. any of the above
Show Answer
Scratch Pad
Discuss
Correct Answer: inverter
6. Temperature variation is normally an analog quantity.
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: True
7. What is the resolution, in percent, of a 12-bit DAC?
Options
A. 8.33
B. 0.049
C. 0.000488
D. 0.083
Show Answer
Scratch Pad
Discuss
Correct Answer: 0.049
8. This program code will be executed once:
STAT:
MOV A, #01H
JNZ STAT
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
9. Which of the following commands will copy the contents of location 4H to the accumulator?
Options
A. MOV A, 04H
B. MOV A, L4
C. MOV L4, A
D. MOV 04H, A
Show Answer
Scratch Pad
Discuss
Correct Answer: MOV A, 04H
10. The following program will cause the 8051 to be stuck in a loop:
LOOP:
MOV A, #00H
JNZ LOOP
Options
A. True
B. False
Show Answer
Scratch Pad
Discuss
Correct Answer: False
Comments
There are no comments.
Enter a new Comment
Save
More in Digital Electronics:
Boolean Algebra and Logic Simplification
Code Converters and Multiplexers
Combinational Logic Analysis
Combinational Logic Circuits
Computers
Counters
Describing Logic Circuits
Digital Arithmetic Operations and Circuits
Digital Concepts
Digital Design
Digital Signal Processing
Digital System Projects Using HDL
Ex-OR and Ex-NOR Gates
Flip-Flops
Integrated-Circuit Logic Families
Integrated Circuit Technologies
Interfacing to the Analog World
Logic Families and Their Characteristics
Logic Gates
Memory and Storage
Microprocessor Fundamentals
MSI Logic Circuits
Multivibrators and 555 Timer
Number Systems and Codes
Programmable Logic Device
Shift Registers
Signals and Switches
The 8051 Microcontroller