vocab Flashcards

1
Q

sequential circuits

A

outputs of the circuit depend on the past behavior of the circuits as well as on the present values of the inputs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

synchronous sequential circuit

A

sequential circuit with a clock signal controlling its operations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

asynchronous sequential circuit

A

sequential circuit with a clock signal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

state (Q)

A

stored values in the flip flop - determine behavior

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Finite state machines

A

more formal name for sequential circuits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Combinational circuit

A

the values of the outputs are determined solely by the present values of its inputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Basic latch

A

a feedback connection of two NOR gates or two NAND gates, which can store one bit of information. It can be set to 1 using the S input and reset to 0 using the R input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Gated latch

A

is a basic latch that includes input gating and a control input signal. The latch retains its existing state when the control input is equal to 0. Its state may be changed when the control signal is equal to 1. In our discussion we referred to the control input as the clock. We considered two types of gated latches:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

flip-flop

A

a storage element that can have its output state changed only on the edge of the controlling clock signal. If the state changes when the clock signal goes from 0 to 1, we say that the flip-flop is positive-edge triggered. If the state changes when the clock signal goes from 1 to 0, we say that the flip-flop is negative-edge triggered.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Gated SR latch

A

uses the S and R inputs to set the latch to 1 or reset it to 0,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Gated D latch

A

uses the D input to force the latch into a state that has the same logic value as the D input.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Register

A

a set of n flip-flops used to store n bits of information, such as an n-bit number,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Serial

A

transfer one at a time

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

parallel

A

transfer all at once

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

series-to-parallel converter

A

A circuit in which data can be loaded in series and then accessed in parallel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

parallel-to-series converter

A

A circuit in which data can be loaded in parallel and then accessed in series

17
Q

state

A

The stored values in the flip-flops in a synchronous sequential circuit