SLR 15 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What are the rules for Karnaugh maps?

A
  1. Boxes must be rectangles or squares
  2. No diagonal boxes
  3. Boxes must only contains 1s
  4. Boxes must be as large as possible
  5. Boxes of 2n 1s: 1, 2, 4, 8 or 16 digits
  6. Boxes can overlap
  7. Smallest possible number of boxes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is De Morgan’s Law?

A

Either logical function AND or OR may be replaced by the other, given the certain changes to the expression

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

What rule is Double Negation?

A

That if something is reversed twice, the output doesn’t change

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

What is Commutation?

A

The order of application of two separate terms is not important

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

What is Distribution?

A

This rule allows us to multiply or factor out an expression

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

What is Absorption?

A

When applied, the second term inside a bracket can be eliminated and absorbed by the term outside the bracket

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

What is a flip-flop?

A

A fundamental logic circuit which can store a bit or flip between 1 and 0

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

What is a flip-flop?

A

A fundamental logic circuit which can store a bit or flip between 1 and 0

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

What are the 2 outputs of flip-flops

A

A single bit data output

The inverse of the data input

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

What is an half adder?

A

A circuit that performs the addition of numbers

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

What is a full adder?

A

A adder that performs addition, however it can add 3 different numbers

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

What is meant by a positive D-type flip flop

A

A positive edge triggered flip-flop circuit, meaning the output can only be changed when the clock pulse is rising or at a positive edge. The output value doesn’t change in the clock is not rising

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

What’s the summary of a D-type flip-flop?

A

A bit memory device that is enabled and disabled by a clock signal

Uses in memory circuits, counters and registers

Can be edge-triggered, allowing synchronisation with other components

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

What is the purpose of a D-type flip-flop?

A

To store and transfer 1 singular bit data using clock signals. They are used in data storage parts such as registers

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