Computer Fundamental Flashcards

1
Q

What is the difference between n-channel mosfet and p-channel mosfet?

A

N channel: when high input switched closed, low closed
P channel when high input switch open, low closed

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

How is the difference between n Channel and p channel mosfet shown?

A

A circle in front of junction in n channel

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

What is a relay?

A

A coil that when current is passed generates a magnetic field which move 1 or more switches

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

How is a or gate represented?

A

> = 1 (Box shape 2 inputs)

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

How is and gate represented?

A

& symbol (2 input)

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

How is a not gate represented?

A

1 (box with 1 input)

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

How is an xor gate represented?

A

=1 (2 inputs)

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

What is Boolean algebra for or gate?

A

A + B

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

What is Boolean algebra for and gate?

A

A.B

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

What is de Morgan’s theorem?

A

Not(A) + Not B = Not (A.B)
Not A . Not B = Not(A+B)

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

What is the disruptive law?

A

Operator outside bracket operates on both variables inside bracket
A + (B.C) = A+B . A+C
A . (B+C) = A.B + A.C

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

What is the canonical form in Boolean algebra and what is a mini term?

A

Canonical form is an expression in which each input appears in each term
Minister is a term in a canonical equation

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

How does binary represent decimal numbers?

A

Any number past decimal point is 2^-n

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

What is a flag?

A

1 but binary number

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

What’s a nibble?

A

Binary number with 4 bits

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

What’s a byte?

A

8 bit number