All Matches
Solution Library
Expert Answer
Textbooks
Search Textbook questions, tutors and Books
Oops, something went wrong!
Change your search query and then try again
Toggle navigation
FREE Trial
S
Books
FREE
Tutors
Study Help
Expert Questions
Accounting
General Management
Mathematics
Finance
Organizational Behaviour
Law
Physics
Operating System
Management Leadership
Sociology
Programming
Marketing
Database
Computer Network
Economics
Textbooks Solutions
Accounting
Managerial Accounting
Management Leadership
Cost Accounting
Statistics
Business Law
Corporate Finance
Finance
Economics
Auditing
Hire a Tutor
AI Study Help
New
Search
Search
Sign In
Register
study help
computer science
digital systems principles and application
Questions and Answers of
Digital Systems Principles And Application
Express the following literal numbers in hex, binary, and decimal using the syntax of AHDL or VHDL.(a)* 15210(b) 10010101002(c) 3C416
Modify the AHDL truth table of Figure 4-53 to implement AB + AC̅ + A̅B.Figure 4-53 SUBDESIGN Figure 4-53 ( :) BEGIN END; a, b,c : INPUT; y :
Design a logic circuit that has two signal inputs, A1 and A0, and a control input S so that it functions according to the requirements given in Figure 4-78. (This type of circuit is called a
Use K mapping to design a circuit to meet the requirements of Example 4-17. Compare this circuit with the solution in Figure 4-23. This points out that the K-map method cannot take advantage of the
(a) A technician testing a logic circuit sees that the output of a particular INVERTER is stuck LOW while its input is pulsing. List as many possible reasons as you can for this faulty operation.(b)
The signals shown in Figure 4-79 are applied to the inputs of the circuit of Figure 4-32. Suppose that there is an internal open circuit at Z1-4.(a) What will a logic probe indicate at Z1-4?(b) What
In some microcomputers, the MPU can be disabled for short periods of time while another device controls the RAM, ROM, and I/O. During these intervals, a special control signal (D̅M̅A̅) is
In a microcomputer, the microprocessor unit (MPU) is always communicating with one of the following: (1) Random-access memory (RAM), which stores programs and data that can be readily changed; (2)
Define each of the following terms.(a) Karnaugh map(b) Sum-of-products form(c) Parity generator(d) Octet(e) Enable circuit(f) Don’t-care condition(g) Floating input(h) Indeterminate voltage
Write the hardware description design file Boolean equation to implement a four-bit parity generator as shown in Figure 4-25(a).Figure 4-25(a) Š Original D₂ data P D₁ Do > 8 Even-parity
Write the hardware description design file Boolean equation to implement Example 4-9.Data from Example 4-9Refer to Figure 4-9(a). In a simple copy machine, a stop signal, S, is to be generated to
Modify (a) The AHDL design in Figure 4-63 to implement Table 4-1.(b) The VHDL design in Figure 4-64 to implement Table 4-1.Figure 4-63Table 4-1 SUBDESIGN Figure 4-63 ( ) P, q, r S VARIABLE status
Modify the AHDL design in Figure 4-57 so that z = 1 only when the digital value is less than 10102.Figure 4-57 SUBDESIGN Figure 4-57 digital_value [3..0] ( Z BEGIN IF digital value [] > 6 THEN z =
Modify the VHDL truth table of Figure 4-54 to implement AB + AC̅ + A̅B.Figure 4-54 ENTITY Figure 4-54 IS PORT( a,b,c IN BIT; y END Figure 4-54; : OUT BIT); ARCHITECTURE truth OF Figure 4-54
Modify the code of (a) Figure 4-57 Figure 4-57(b) Figure 4-58 such that the output z is LOW only when digital_value is between 6 and 11 (inclusive).Figure 4-58 SUBDESIGN Figure 4-57 digital value [
How many XOR gates are required to generate the parity bit for an eight-bit data value?
Design a logic circuit with three inputs A, B, C and an output that goes LOW only when A is HIGH while B and C are different.
Which type of transistor is used in (a) TTL (b) CMOS?
What is the unique state of an AND gate output?
List the three steps necessary to recover from a system fault or failure.
List the different internal digital IC faults.
What is actually being “programmed” in a PLD?
What are the most common types of external faults?
Which of the following expressions is in SOP form? (a) AB + CD + E (b) AB (C + D) (c) (A + B) (C + D + F) (d) MN + PQ
How would you declare a six-bit input array named push_buttons in(a) AHDL (b) VHDL?
State which of the following expressions are not in the sum-of-products form: (a) RST + RST + T (b) ACD + ACD (c) MNP+ (M + N)P (d) AB + ABC + AB CD
List two advantages of simplification.
How would you concatenate three bits x, y, and z into a three-bit array named omega? Use AHDL or VHDL.
Which control structure decides to do or not to do?
Write the sum-of-products expression for a circuit with four inputs and an output that is to be HIGH only when input A is LOW at the same time that exactly two other inputs are LOW.
Use K mapping to obtain the expression of Example 4-7.Example 4-7Design a logic circuit that has three inputs, A, B, and C, and whose output will be HIGH only when a majority of the inputs are HIGH.
Use Boolean algebra to prove that the XNOR output expression is the exact inverse of the XOR output expression.
How many XOR gates are required to check the parity bit for an eight-bit data value (plus one parity bit)?
Design a circuit to pass signal A only when B is HIGH and C is LOW. The output must be LOW when A is not being passed.
Name the six common categories of digital ICs according to complexity.
If the output of an AND gate is not in its unique state, but should be, what is the most likely problem?
List the indicators on a logic probe.
What bits (column, row) in Figure 4-44 must be connected to make Product 1 = AB?Figure 4-44 A B 00 Row wires 2 3 5 6 78 2 В В 3 14 A A Column wires Product 1 Product 2 Product 3 Product 4
Which internal IC fault can produce signals that show three different voltage levels?
List some of the causes of signal-path open circuits.
What statement would you use to take the MSB from the array in question 1 and put it on a single-bit output port named z? Use (a) AHDL(b) VHDL.
Repeat question 1 for the POS form.Data from Question 1Which of the following expressions is in SOP form? (a) AB + CD + E (b) AB (C + D) (c) (A + B) (C + D + F) (d) MN + PQ
List two methods of simplification.
Simplify the circuit in Figure 4-1(a) to arrive at the circuit of Figure 4-1(b).Figure 4-1 B O O A BC (a) (b) A + BC x=ABC x= A B(A + BC)
How are truth tables implemented in AHDL?
Which control structure decides to do this or to do that?
Use K mapping to obtain the expression of Example 4-8. This should emphasize the advantage of K mapping for expressions containing many terms.Data from Example 4-8Refer to Figure 4-8(a), where an
Implement the expression of question 1 using all four-input NAND gates. How many are required?Data from question 1Write the sum-of-products expression for a circuit with four inputs and an output
What is the output of an XNOR gate when a logic signal and its exact inverse are connected to its inputs?
Which logic gates produce a 1 output in the disabled state?
True or false: A 74S74 chip will contain the same logic and pin layout as the 74LS74.
What would a logic probe indicate at Z1-2 and Z1-4 of Figure 4-39 if A = 0 and B = 1?Figure 4-39 A B 3 Z1 Z1 2 4 5 6 Z2 Internal short Z1-1 Z1-3 Z1-2 and Z1-4 4 V OV 4 V OV OV ? T I I 1 4 V
What is the unique state of an OR gate output?
What bits (column, row) in Figure 4-44 must be connected to make Product 3 = AB̅?Figure 4-44 A B 00 Row wires 2 3 5 6 78 2 В В 3 14 A A Column wires Product 1 Product 2 Product 3 Product 4
What symptoms are caused by a faulty power supply?
Change each AND gate in Figure 4-1(a) to a NAND gate. Determine the new expression for x and simplify it.Figure 4-1(a) B C BC (a) A + BC x = A B(A + BC)
In VHDL, what is the IEEE standard type that is equivalent to the BIT type?
How are truth tables implemented in VHDL?
Which control structure(s) selects which one of several different actions to take?
Obtain the expression of Example 4-9 using a K map.Data from Example 9Refer to Figure 4-9(a). In a simple copy machine, a stop signal, S, is to be generated to stop the machine operation and energize
List the steps of the systematic design process.
A logic designer needs an INVERTER, and all that is available is one XOR gate from a 74HC86 chip. Does he need another chip?
Which logic gates pass the inverse of the input signal when they are enabled?
True or false: A 74HC74 chip will contain the same logic and pin layout as the 74AS74.
If the output of an OR gate is not in its unique state, but should be, what is the most likely problem?
What is signal contention?
Define hierarchical design.
How might loading affect an IC output voltage level?
In VHDL, what is the IEEE standard type that is equivalent to the BIT_VECTOR type?
True or false: IF/THEN/ELSE and CASE constructs must be used inside a process in VHDL.
What is a don’t-care condition?
Which CMOS series are not pin-compatible with TTL?
If a circuit node has the incorrect logic level, why would you test the other end of the wire that is supposed to drive that node?
Most modern PLDs are programmed in-circuit using the _______ standard interface.
List the number systems that can be used with AHDL and VHDL.
True or false: IF/THEN/ELSE constructs can be used throughout the concurrent section of AHDL.
What is the acceptable input voltage range of a logic 0 for TTL? What is it for a logic 1?
If you suspect an output is incorrect because of a loading problem (in thecircuit it is driving), how can you prove it?
Repeat question 6 for CMOS operating at VDD = 5 V.Data from Question 6What is the acceptable input voltage range of a logic 0 for TTL? What is it for a logic 1?
How does a TTL integrated circuit respond to a floating input?
How does a CMOS integrated circuit respond to a floating input?
Which CMOS series can be connected directly to TTL with no interfacing circuitry?
What is the purpose of pin numbers on a logic circuit connection diagram?
What are the key similarities of graphic design files used for programmable logic and traditional logic circuit connection diagrams?
The following English expression describes the way a logic circuit needs to operate in order to drive a seatbelt warning indicator in a car.if the driver is present aND the driver is NOT buckled up
Simplify the logic circuit shown in Figure 4-2(a).Figure 4-2(a) A C Ф B A AC A B C A B (a) AB(AC) z = ABC + AB(AC)
Simplify the expression z = AB̅ C̅ + AB̅C + ABC
Simplify the circuit of Figure 4-3(a).Figure 4-3 A B (a) A B 13 G Z
Simplify the expression x = (A̅ + B) (A + B + D)D̅.
Refer to Figure 4-8(a), where an analog-to-digital converter is monitoring the dc voltage (VB) of a 12-V storage battery on an orbiting spaceship. The converter’s output is a four-bit binary
Simplify x = AB̅C + A̅BD + C̅D̅.
Design a logic circuit that has three inputs, A, B, and C, and whose output will be HIGH only when a majority of the inputs are HIGH.
Refer to Figure 4-9(a). In a simple copy machine, a stop signal, S, is to be generated to stop the machine operation and energize an indicator light whenever either of the following conditions
Figure 4-15(a) shows the K map for a four-variable problem. We will assume that Step 1 (construct a K map from the problem truth table) has been completed.The squares are numbered for convenience in
Consider the K map in Figure 4-15(b). Once again, we can assume that step 1 has already been performed. Simplify.Figure 4-15(b) AB AB AB AB CD
Consider the K map in Figure 4-15(c). Simplify.Figure 4-15(c) AB CD CD 0 AB 0 AB 1 AB 0 1 9 13 1 1 0 2 6 10 14 CD CD 204 0 0 1 11 15 0 0 8 12 16 X = ABC 7 (c) 9, 10 + ACD 2,6 + ABC 7,8 + ACD 11, 15
Consider the two K map loopings in Figure 4-16. Is one better than the other?Figure 4-16 AB AB CD CD CD AB 0 0 1 AB 000 1 00 UAD 1 1 1 1 ¹8 0 1 1 X = ACD + ABC + ABC + ACD (a) AB AB AB AB CD CD
Use a K map to simplify y = C(ABD + D) + ABC + D.
Determine the output waveform for the input waveforms given in Figure 4-22.Figure 4-22 A. I ве B A B to t₁ 1₂
When simplifying the expression for the output of a combinational logic circuit, you may encounter the XOR or XNOR operations as you are factoring. This will often lead to the use of XOR or XNOR
Showing 1200 - 1300
of 1613
First
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17