INTRODUCTION TO COMPUTING

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/42

flashcard set

Earn XP

Description and Tags

INTRODUCTION TO COMPUTING FINALS

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

43 Terms

1
New cards

what is the output of an XNOR gate when both inputs are 1?

1

2
New cards

what is the output of an XOR gate when both inputs are 0?

0

3
New cards

How does an XNOR gate differ from an XOR gate?

XNOR gate produces an output of 1 when both inputs are the SAME

4
New cards

what is the application of xnor gates in digital electronics?

Equality detection

5
New cards

what is the appication of XOR gates in digital electronics?

Addition, Subtraction and Equality Detection

6
New cards

what is the output of an AND gate when both inputs are 1?

1

7
New cards

what is the output of an OR gate when both inputs are 0?

0

8
New cards

what is the output of a NOT gate when the input is 1?

0

9
New cards

what is the output of an NAND gate when both inputs are 1?

0

10
New cards

what is the output of a NOR gate when both inputs are 0?

11
New cards

what is the output of an AND gate followed by a NOT gate?

NAND gate

12
New cards

what is the output of an OR gate followed by a NOT gate?

NOR gate

13
New cards

what is the output of two NOT gates in a series?

Original output

14
New cards

what is the output of two AND gates in a series?

AND gates with multiple inputs

15
New cards

what is the output of two OR gates in series?

OR gates with multiple inputs

16
New cards

what is the output of an AND gate for the inputs (A=1, B=0)?

0

17
New cards

what is the output of an OR gate for the inputs (A=1, B=0)?

1

18
New cards

what is the output of a NAND gate for the inputs (A=1, B=1)?

0

19
New cards

what is the output of a NOR gate for the inputs (A=0, B=0)?

1

20
New cards

what is the output of an XOR gate for the inputs (A=1, B=1)?

0

21
New cards

what is the primary use of logic gates in digital electronics?

Logical Operations

22
New cards

which logic gate is used to implement a half-adder?

XOR and AND gates

23
New cards

which logic gate is used to implement a basic alarm system?

OR gate

24
New cards

what is the advantage of using NAND gates in digital circuits?

Universality

25
New cards

what is the advantage of using NOR gates in digital circuits?

Low power consumption

26
New cards

what is the symbol forn an AND gate?

^

27
New cards

what is the symbol for an OR gate?

v

28
New cards

what is the symbol for a NOR gate?

v ̅

29
New cards

what is the symbol for AND gate?

^

30
New cards

what is the symbol of a NAND gate?

^ ̅

31
New cards

what is the symbol for NOT gate?

¬

32
New cards

what id the symbol for an XOR gate?

33
New cards

what is the symbol for an XNOR gate?

⊕ ̅

34
New cards

produces an output of 0 when at least one input is 1

NOR gate

35
New cards

produces an output of 1 when the inputs are the same

XNOR gate

36
New cards

what is the purpose of a NOT gate?

to invert the input signal

37
New cards

produces an output that is the opposite of the input

NOT gate

38
New cards

produces an output of 1 when both inputs are different

XOR gate

39
New cards

produces an output of 1 when both inputs are 1

AND gate

40
New cards

produces an output of 0 when both inputs are 1

NAND gate

41
New cards

what is the purpose of XOR gate?

to detect when the inputs are different

42
New cards

produces an output of 1 when at least one input is 1

OR gate

43
New cards

what is the purpose of a XNOR gate?

to detect when the inputs are the same.