DELD practical Flashcards

1
Q

Flip flop def

A

an electronic device which is used to store 1-bit of information by using clock signal

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

Combinational and Sequential circuits

A

Combinational - output dependent entirely on input condition (no memory elements)
ex Adder, Sub, Multiplexer, Decoder, Encoder, Comparator, Code converter
Sequential - flip flops act as memory units for storing past inputs as well
ex flipl flops, counters, shift registers

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

What is a bit?

A

A bit (binary digit) is the smallest unit of data that a computer can process and store. Binary data bit.
Byte consists of 8 bits, references to computer memory are always in terms of bytes

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

BCD code

A

Binary coded decimal (decimal represented as 4 bit binary)

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

BCD adder

A

Adder circuit, Logic circuit (for detection - if the number is greater than 9), adder circuit (corrector - to add 0110)

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

Multiplexer and uses

A

Digital switch which allows digital info from several sources to be routed onto a single output line
n = selection lines, 2^n - input lines
74151 - 8:1 MUX
Uses - data line selector, implement combinational logic circuit

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

Comparator

A

simple AND, OR, NOT gates used to compare binary inputs
1 bit (2 inputs) 2 bit (4 inputs)

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

Parity gen/checker

A

Detecting errors during transmission of binary info (if 0 changed to 1 or vise versa)

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

Binary subtraction

A

for positive number (result): add carry 1 to the result for final result
for negative number (result): take one’s complement

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

Canonical form

A

Contains all literals

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

Encoders and decoders

A

Encoders - are used to convert digital data into an analogue signal, have more input lines, work on single bit at a time
Decoders - are used to convert an analogue signal into digital data, which can then be processed by a computer, more output lines, more bit and more outputs

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