midterm 2 Flashcards

1
Q

types of logic circuits

A

combinational circuits and sequential circuit

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

what does the output depend on in combinational logic

A

output depends on current input

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

what has no memory

A

combinational logic

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

what is combinational logic used for

A

for arthmetic circuits such as adders
multipliers
the data path of a computer (alu)

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

what is decoder

A

a circuit that can preform decoding

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

what is decoding

A

a process of converting bit code input to a unique output

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

example of decoder

A

memory addresses

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

you can build any circuit using what

A

decoder

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

example of mux is

A

network communication at sender site, source button in tv

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

what is mux

A

Multiplexer

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

mux has 3 parts

A

decoder
or gate
enabling circuit

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

mux definition

A

a circuit that has n inputs and can select one input based on ceiling log2n selection lines

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

de-mux definition

A

a circuit that has one input and n outputs and can select one output based on ceiling log2n selection lines

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

example of demux

A

network communication at receiver side

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

what circuit rememberers past inputs

A

Sequential circuits

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

sequential circuits output depend on what

A

current input and past input

17
Q

combinational circuit definition

A

a circuit that works on current input and has no memory and no clock

18
Q

which circuit is easy to design

A

combinational circuit

19
Q

which circuit works faster

A

combinational circuit

20
Q

example of sequential circuit is

A

memory
registers
counters
flip flops

21
Q

why is sequential circuit slow

A

because it waits for the output to be fed back to the input

22
Q

what is s-r latch

A

set and reset latch

23
Q

what is s-r latch designed using

A

and or nor gates

24
Q
A