Transistors and digital devices

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

How to use transistors as switches

knowt flashcard image
2
New cards

What is binary?

A number system that uses a base of 2 ( 0 and 1)

3
New cards

Why is binary system useful in logic gates?

We can use 0 to represent false [low power] and 1 to represent true [high power]

4
New cards

How to convert binary to number (base 10)

knowt flashcard image
5
New cards

How to convert base-10 number to binary

knowt flashcard image
6
New cards

What is a bit?

A individual binary digit

7
New cards

What is a byte?

Group of 8 bits

8
New cards

How many bytes does it take to represent one character [ASCII]

1

9
New cards

What is a pixel?

The basic unit of programmable color on a computer display or in a computer image

10
New cards

How many bytes does a pixel need?

3 → one for each colour [R,G,B]

11
New cards

Draw a not gate using transistor [Include the symbol for the gate + truth table]

knowt flashcard image
12
New cards

Draw a nor gate using transistor [Include the symbol for the gate + truth table]

[Transistors in parallel → if you going to be using two]

<p>[Transistors in parallel → if you going to be using two]</p>
13
New cards

Draw an or gate using transistor [Include the symbol for the gate + truth table]

knowt flashcard image
14
New cards

Draw an nand gate using transistor [Include the symbol for the gate + truth table]

knowt flashcard image
15
New cards

Draw an and gate using transistor [Include the symbol for the gate + truth table]

knowt flashcard image
16
New cards

Draw an xor gate using logic gates [Also draw the symbol + truth table]

knowt flashcard image
17
New cards

Draw a half-bit adder using logic gate + symbol for it

knowt flashcard image
18
New cards

What is the issue with a half-bit adder

Does not take the carry-over of the previous calculation into consideration

19
New cards

Draw a full-bit adder + symbol

knowt flashcard image
20
New cards

What you want to do when you making your own logic component

  • Simplify the truth table

  • Add bars for each input to easily see the interaction of each input which leads to which output

<ul><li><p>Simplify the truth table</p></li><li><p>Add bars for each input to easily see the interaction of each input which leads to which output</p></li></ul><p></p>
21
New cards

What is sequential logic

knowt flashcard image
22
New cards

Draw a RS-Latch

knowt flashcard image
23
New cards

What is a flip flop

knowt flashcard image
24
New cards

Draw a flip flop using logic gates

knowt flashcard image
25
New cards

Draw the symbol for a flip flop

knowt flashcard image
26
New cards

What is a register?

Multiple flip flop together

<p>Multiple flip flop together</p>
27
New cards

Draw a time propriety encoding using logic gates

knowt flashcard image
28
New cards

Draw a D flip flop + symbol

knowt flashcard image
29
New cards

Draw a time priority encoding using D-flip flop

knowt flashcard image
30
New cards

Create a counter with D-flip flop

knowt flashcard image