set-8
350. An exclusive-OR function is expressed as:
Show me the answer
Answer: 3.
Explanation:
- The exclusive-OR (XOR) function is expressed as .
351. The AND operation can be produced with:
Show me the answer
Answer: 3.
Explanation:
- The AND operation can be produced using three NAND gates. For example, .
352. The OR operation can be produced with:
Show me the answer
Answer: 4.
Explanation:
- The OR operation can be produced using two NOR gates or four NAND gates.
353. When using dual symbols in a logic diagram:
Show me the answer
Answer: 4.
Explanation:
- In dual symbols, bubble outputs are connected to bubble inputs, the NAND symbol produces the NAND operation, and the negative-OR symbol produces the OR operation.
354. All Boolean expressions can be implemented with:
Show me the answer
Answer: 4.
Explanation:
- All Boolean expressions can be implemented using NAND gates only, NOR gates only, or combinations of NAND and NOR gates.
355. The device used to convert a binary number to a 7-segment display format is:
Show me the answer
Answer: 2.
Explanation:
- A decoder is used to convert a binary number into a 7-segment display format.
356. An example of a data storage device is:
Show me the answer
Answer: 4.
Explanation:
- A data storage device, such as a flip-flop, typically has two inputs (e.g., set and reset) and one output.
357. A full-adder is characterized by:
Show me the answer
Answer: 3.
Explanation:
- A full-adder has three inputs (A, B, and carry-in) and two outputs (sum and carry-out).
358. The inputs to a full-adder are , , and . The outputs are:
Show me the answer
Answer: 2.
Explanation:
- For inputs , , and , the sum and the carry-out .
359. A 4-bit parallel adder can add:
Show me the answer
Answer: 1.
Explanation:
- A 4-bit parallel adder can add two 4-bit binary numbers simultaneously.
360. The 74LS83A is an example of a 4-bit parallel adder. To expand this device to an 8-bit adder, you must:
Show me the answer
Answer: 4.
Explanation:
- To expand a 4-bit adder to an 8-bit adder, connect the carry output of the first adder to the carry input of the second adder.
361. If a 74HC85 magnitude comparator has and on its inputs, the outputs are:
Show me the answer
Answer: 2.
Explanation:
- Since (11 in decimal) is greater than (9 in decimal), the output is , , and .
362. If a 1-of-16 decoder with active-LOW outputs exhibits a LOW on the decimal 12 output, what are the inputs?
Show me the answer
Answer: 2.
Explanation:
- The binary representation of decimal 12 is , so the inputs are .
363. A BCD-to-7 segment decoder has on its inputs. The active outputs are:
Show me the answer
Answer: 3.
Explanation:
- For the BCD input (decimal 4), the active segments are .
364. If an octal-to-binary priority encoder has its 0, 2, 5, and 6 inputs at the active level, the active-HIGH binary output is:
Show me the answer
Answer: 1.
Explanation:
- The highest priority input is 6, which corresponds to the binary output .
365. In general, a multiplexer has:
Show me the answer
Answer: 4.
Explanation:
- A multiplexer has multiple data inputs, one data output, and selection inputs to choose which input is routed to the output.
366. Data selectors are basically the same as:
Show me the answer
Answer: 2.
Explanation:
- Data selectors and multiplexers are functionally the same.
367. Which of the following codes exhibit even parity?
Show me the answer
Answer: 4.
Explanation:
- Both and have an even number of 1s, so they exhibit even parity.
368. If an S-R latch has a 1 on the S input and a 0 on the R input and then the S input goes to 0, the latch will be:
Show me the answer
Answer: 1.
Explanation:
- When and , the latch is set. If goes to 0, the latch remains in the set state.
369. The invalid state of an S-R latch occurs when:
Show me the answer
Answer: 2.
Explanation:
- The invalid state occurs when both and are 1, as this leads to an undefined output.
370. For a gated D latch, the Q output always equals the D input:
Show me the answer
Answer: 4.
Explanation:
- The Q output equals the D input during and immediately after the enable pulse.
371. Like the latch, the flip-flop belongs to a category of logic circuits known as:
Show me the answer
Answer: 3.
Explanation:
- Flip-flops are bistable multivibrators because they have two stable states.
372. The purpose of the clock input to a flip-flop is to:
Show me the answer
Answer: 4.
Explanation:
- The clock input synchronizes the flip-flop’s output change based on the controlling inputs.
373. For an edge-triggered D flip-flop:
Show me the answer
Answer: 4.
Explanation:
- For an edge-triggered D flip-flop, all the given statements are true.
374. A feature that distinguishes the J-K flip-flop from the S-R flip-flop is the:
Show me the answer
Answer: 1.
Explanation:
- The J-K flip-flop has a toggle condition when both J and K are 1, which is not present in the S-R flip-flop.
375. A flip-flop is in the toggle condition when:
Show me the answer
Answer: 3.
Explanation:
- The toggle condition occurs when both J and K are 1.
376. A J-K flip-flop with and has a 10 kHz clock input. The Q output is:
Show me the answer
Answer: 4.
Explanation:
- When and , the flip-flop toggles at each clock pulse, producing a 5 kHz square wave.
377. Asynchronous counters are known as:
Show me the answer
Answer: 1.
Explanation:
- Asynchronous counters are also called ripple counters because the clock signal ripples through the flip-flops.
378. An asynchronous counter differs from a synchronous counter in:
Show me the answer
Answer: 3.
Explanation:
- Asynchronous counters use a ripple clocking method, while synchronous counters use a common clock.
379. The modulus of a counter is:
Show me the answer
Answer: 4.
Explanation:
- The modulus of a counter is the maximum number of states it can count before recycling.
380. A 3-bit binary counter has a maximum modulus of:
Show me the answer
Answer: 2.
Explanation:
- A 3-bit binary counter can count from 0 to 7, so its maximum modulus is 8.
381. A 4-bit binary counter has a maximum modulus of:
Show me the answer
Answer: 1.
Explanation:
- A 4-bit binary counter can count from 0 to 15, so its maximum modulus is 16.
382. A modulus-12 counter must have:
Show me the answer
Answer: 2.
Explanation:
- A modulus-12 counter requires 4 flip-flops because .
383. Which one of the following is an example of a counter with a truncated modulus?
Show me the answer
Answer: 3.
Explanation:
- A modulus-14 counter is an example of a truncated modulus counter because it does not use the full counting range of the flip-flops.
384. A 4-bit ripple counter consists of flip-flops that each have a propagation delay from clock to Q output of 12 ns. For the counter to recycle from 1111 to 0000, it takes a total of:
Show me the answer
Answer: 2.
Explanation:
- The total delay is the propagation delay of one flip-flop multiplied by the number of flip-flops: .
385. A BCD counter is an example of:
Show me the answer
Answer: 4.
Explanation:
- A BCD counter is both a full-modulus counter (for 0-9) and a decade counter.
386. Which of the following is an invalid state in an 8421 BCD counter?
Show me the answer
Answer: 1.
Explanation:
- The state is invalid in an 8421 BCD counter because it represents 12, which is outside the 0-9 range.
387. Three cascaded modulus-10 counters have an overall modulus of:
Show me the answer
Answer: 2.
Explanation:
- The overall modulus is the product of the individual moduli: .
388. A 10 MHz clock frequency is applied to a cascaded counter consisting of a modulus-5 counter, a modulus-8 counter, and two modulus-10 counters. The lowest output frequency possible is:
Show me the answer
Answer: 3.
Explanation:
- The lowest output frequency is the input frequency divided by the product of the moduli: .
389. A 4-bit binary up/down counter is in the binary state of zero. The next state in the DOWN mode is:
Show me the answer
Answer: 3.
Explanation:
- In the DOWN mode, the next state after 0 is the maximum value, which is (15 in decimal).
390. The terminal count of a modulus-13 binary counter is:
Show me the answer
Answer: 2.
Explanation:
- The terminal count of a modulus-13 counter is (13 in decimal).
391. A stage in a shift register consists of:
Show me the answer
Answer: 3.
Explanation:
- Each stage in a shift register consists of a flip-flop.
392. To serially shift a byte of data into a shift register, there must be:
Show me the answer
Answer: 2.
Explanation:
- To serially shift a byte (8 bits) into a shift register, eight clock pulses are required.
393. To parallel load a byte of data into a shift register with a synchronous load, there must be:
Show me the answer
Answer: 1.
Explanation:
- In a synchronous parallel load, all bits are loaded simultaneously with a single clock pulse.
394. The group of bits 101101101 is serially shifted (right-most bit first) into an 8-bit parallel output shift register with an initial state of 11100100. After two clock pulses, the register contains:
Show me the answer
Answer: 2.
Explanation:
- After two clock pulses, the two right-most bits (01) are shifted into the register, replacing the two left-most bits.
395. With a 1 MHz clock frequency, eight bits can be serially entered into a shift register in:
Show me the answer
Answer: 1.
Explanation:
- Each clock pulse takes , so eight clock pulses take .
396. With a 1 MHz clock frequency, eight bits can be parallel entered into a shift register:
Show me the answer
Answer: 4.
Explanation:
- In parallel loading, all bits are loaded simultaneously, so the time required is the propagation delay of one flip-flop.
397. A modulus-10 Johnson counter requires:
Show me the answer
Answer: 2.
Explanation:
- A modulus-10 Johnson counter requires five flip-flops.
398. A modulus-10 ring counter requires a minimum of:
Show me the answer
Answer: 1.
Explanation:
- A modulus-10 ring counter requires ten flip-flops, one for each state.
399. When an 8-bit serial in/serial out shift register is used for a 24 µs time delay, the clock frequency must be:
Show me the answer
Answer: 1.
Explanation:
- The clock frequency is calculated as , but the closest option is 41.67 kHz.
400. The bit capacity of a memory that has 1024 addresses and can store 8 bits at each address is:
Show me the answer
Answer: 3.
Explanation:
- The bit capacity is calculated as bits.