CuriousTab
Search
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 PO
Database Administrator
IT Trainer
Network Engineer
Project Manager
Software Architect
Discussion
Home
‣
Digital Electronics
‣
Combinational Logic Circuits
Comments
Question
Convert BCD 0001 0111 to binary.
Options
A. 10101
B. 10010
C. 10001
D. 11000
Correct Answer
10001
Combinational Logic Circuits problems
Search Results
1. The binary numbers A = 1100 and B = 1001 are applied to the inputs of a comparator. What are the output levels?
Options
A. A > B = 1, A < B = 0, A < B = 1
B. A > B = 0, A < B = 1, A = B = 0
C. A > B = 1, A < B = 0, A = B = 0
D. A > B = 0, A < B = 1, A = B = 1
Show Answer
Scratch Pad
Discuss
Correct Answer: A > B = 1, A < B = 0, A = B = 0
2. Which statement below best describes a Karnaugh map?
Options
A. A Karnaugh map can be used to replace Boolean rules.
B. The Karnaugh map eliminates the need for using NAND and NOR gates.
C. Variable complements can be eliminated by using Karnaugh maps.
D. Karnaugh maps provide a visual approach to simplifying Boolean expressions.
Show Answer
Scratch Pad
Discuss
Correct Answer: Karnaugh maps provide a visual approach to simplifying Boolean expressions.
3. A small circle on the output of a logic gate is used to represent the:
Options
A. Comparator operation.
B. OR operation.
C. NOT operation.
D. AND operation.
Show Answer
Scratch Pad
Discuss
Correct Answer: NOT operation.
4. Which of the examples below expresses the distributive law?
Options
A. (
A
+
B
) +
C
=
A
+ (
B
+
C
)
B.
A
(
B
+
C
) =
AB
+
AC
C.
A
+ (
B
+
C
) =
AB
+
AC
D.
A
(
BC
) = (
AB
) +
C
Show Answer
Scratch Pad
Discuss
Correct Answer:
A
(
B
+
C
) =
AB
+
AC
5. Which logic gate does this truth table describe?
Options
A. AND
B. OR
C. NAND
D. NOR
Show Answer
Scratch Pad
Discuss
Correct Answer: NOR
6. Which of the following statements accurately represents the two BEST methods of logic circuit simplification?
Options
A. Boolean algebra and Karnaugh mapping
B. Karnaugh mapping and circuit waveform analysis
C. Actual circuit trial and error evaluation and waveform analysis
D. Boolean algebra and actual circuit trial and error evaluation
Show Answer
Scratch Pad
Discuss
Correct Answer: Boolean algebra and Karnaugh mapping
7. Each "1" entry in a K-map square represents:
Options
A. a HIGH for each input truth table condition that produces a HIGH output.
B. a HIGH output on the truth table for all LOW input combinations.
C. a LOW output for all possible HIGH input conditions.
D. a DON'T CARE condition for all possible input truth table combinations.
Show Answer
Scratch Pad
Discuss
Correct Answer: a HIGH for each input truth table condition that produces a HIGH output.
8. A certain BCD-to-decimal decoder has active-HIGH inputs and active-LOW outputs. Which output goes LOW when the inputs are 1001?
Options
A. 0
B. 3
C. 9
D. None. All outputs are HIGH.
Show Answer
Scratch Pad
Discuss
Correct Answer: 9
9. Which of the following expressions is in the sum-of-products form?
Options
A. (
A
+
B
)(
C
+
D
)
B. (
AB
)(
CD
)
C.
AB
(
CD
)
D.
AB
+
CD
Show Answer
Scratch Pad
Discuss
Correct Answer:
AB
+
CD
10. Which gate is best used as a basic comparator?
Options
A. NOR
B. OR
C. Exclusive-OR
D. AND
Show Answer
Scratch Pad
Discuss
Correct Answer: Exclusive-OR
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