Home
Explore
Exams
Search for anything
Login
Get started
Home
Computer Systems - Logic Gates
Computer Systems - Logic Gates
0.0
(0)
Rate it
Studied by 0 people
Learn
Practice Test
Spaced Repetition
Match
Flashcards
Card Sorting
1/25
There's no tags or description
Looks like no tags are added yet.
Study Analytics
All
Learn
Practice Test
Matching
Spaced Repetition
Name
Mastery
Learn
Test
Matching
Spaced
No study sessions yet.
26 Terms
View all (26)
Star these 26
1
New cards
What is the symbol for OR?
2
New cards
What is the output of an OR gate?
1 if at least one input is 1,
3
New cards
0 otherwise
4
New cards
What is the symbol for AND?
5
New cards
What is the output of an AND gate?
1 if all inputs are 1,
6
New cards
0 otherwise
7
New cards
What is the symbol for NOT?
8
New cards
What is the output of an NOT gate?
1 if the input is 0,
9
New cards
0 if the input is 1
10
New cards
What is the symbol for NOR?
11
New cards
What is the output of an NOR gate?
0 if at least one input is 1,
12
New cards
1 otherwise
13
New cards
What is the symbol for NAND?
14
New cards
What is the output of an NAND gate?
0 if all inputs are 1,
15
New cards
1 otherwise
16
New cards
What is the symbol for XOR?
17
New cards
What is the output of an XOR gate?
1 if the number of inputs that are 1 is odd,
18
New cards
0 otherwise
19
New cards
Which gate is used by an adder to calculate the sum bit?
XOR
20
New cards
Which gate is used by an adder to calculate the carry bit?
AND
21
New cards
What is a half-adder?
A logic circuit that calculates the sum bit and carry bit from two inputs
22
New cards
What is a full-adder?
A logic circuit that calculates the sum bit and carry bit from three inputs (one being the carry bit from the previous adder)
23
New cards
What is a clock signal?
A signal that continuously changes state between 0 and 1 at regular time intervals, generated by a clock generator
24
New cards
What is a flip-flop?
A sequential logic circuit that can act as a memory unit by storing 1 bit and flipping it between 0 and 1 using a clock signal
25
New cards
What is a D-type flip-flop?
A flip-flop that stores the value of an input and can change the stored value at specific points in a clock cycle
26
New cards
What is an edge-triggered D-type flip-flop?
A D-type flip-flop that changes the stored bit to the value of the input D when the clock cycle is at a vertical edge (rising or falling)