Other Flashcards

1
Q

What does A + ĀB equal?

A

A + B

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

What are the Boolean relations that we can use to simplify? (The ones I always forget)

A

A+ĀB = A + B Ā+AB = Ā + B

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

What does HTML stand for?

A

Hypertext Markup Language

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

What does NIC stand for?

A

Network interface controller

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

What does BIOS stand for?

A

Basic input output system

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

What does HTTP stand for?

A

Hypertext transport protocol

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

What are the steps of De Morgan’s law?

A
  1. reverse the operation (for example, or will become and and vice versa) 2. reverse the individual not’s over each letter (for example Ā will become A) 3. put a long “not”/line over the entire statement.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is De Morgan’s law?

A

In boolean algebra, if you apply certain steps to a term consisting of an A and B you will find another way of achieving the same answer.

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

What are the steps for factoring boolean logic?

A
  1. When a variable is present in many terms, remove that variable and leave the other parts of the terms in brackets. 2. If the factored variable is by itself in a term it will become a 1 in the bracket.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the formula for random function?

A

Int(RND * (difference +1) + min)

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

What is the formula for resistors connected in parallel?

A

1/Rt = 1/R1 + 1/R2

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

What are the important pins of a gate?

A

14 is the positive, 7 is ground.

1 and 2 are inputs, 3 is output.

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

How do you do the borrow method for binary subtraction?

A

Borrow a 1, making it a 10.

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

What is a subtrahend?

A

The bottom (reversed) number in a one’s complement calculation.

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

What does Ā + AB equal?

A

Ā + B

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