Logic gates and logic circuits

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

1/88

flashcard set

Earn XP

Description and Tags

Cambrdige AS level computer science 2025. Textbook references: Cambridge International AS and A level computer science coursebook Sylvia Langfield, David Duddell 2019 press ||| Cambrdige International AS and A Levels Computer science by David Wastson, Helen Williams press 2019

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

89 Terms

1
New cards
<p>what is this gate? </p>

what is this gate?

NOT

2
New cards
<p>what is this gate?</p>

what is this gate?

AND

3
New cards
<p>what is this gate?</p>

what is this gate?

OR

4
New cards
<p>what is this gate?</p>

what is this gate?

NAND

5
New cards
<p>what is this gate?</p>

what is this gate?

NOR

6
New cards
<p>what is this gate?</p>

what is this gate?

XOR

7
New cards

If the input is 0 for a NOT gate, what is the output

1

8
New cards

if the input for a NOT gate is 1, what is the output

0

9
New cards

is the input is 00 for a AND gate, What is the output?

0

10
New cards

is the input is 00 for a OR gate, What is the output?

0

11
New cards

is the input is 00 for a NAND gate, What is the output?

1

12
New cards

is the input is 00 for a NOR gate, What is the output?

1

13
New cards

is the input is 00 for a XOR gate, What is the output?

0

14
New cards

is the input is 1 0 for a AND gate, What is the output?

0

15
New cards

is the input is 1 0 for a OR gate, What is the output?

1

16
New cards

is the input is 1 0 for a NAND gate, What is the output?

1

17
New cards

is the input is 1 0 for a NOR gate, What is the output?

0

18
New cards

is the input is 1 0 for a XOR gate, What is the output?

1

19
New cards

is the input is 1 1 for a AND gate, What is the output?

1

20
New cards

is the input is 1 1 for a OR gate, What is the output?

1

21
New cards

is the input is 1 1 for a NAND gate, What is the output?

0

22
New cards

is the input is 1 1 for a NOR gate, What is the output?

0

23
New cards

is the input is 1 1 for a XOR gate, What is the output?

0

24
New cards

what is a transistor

semicondiuctor device used to aplify or swith electronic signals and electrical power

25
New cards

what is a transistor semiconducter composed of

material usually with at least three terminals for connection to an external circut

26
New cards

what is the Boolean expression for the AND gate

A x B

27
New cards

what is the Boolean expression for the OR gate

A + B

28
New cards

what is a logical diagram

a graphical representation of a circuit

29
New cards

what is a truth table

defines the function of a gate or circuit bu listing all possible input combinations that the gate or circuit could encountrer

30
New cards

what is a logic gate

a component of a logical circuit that has an operation matching that of a boolean operator

31
New cards

what is logic proposition

a statement that is either TRUE or FALSE

32
New cards

what is a problem statement

an informal definition of an outcome which is dependent on one logic proposition or a combination of two or more logical propositions

33
New cards

which gate is if input is 1 then the output is 1

OR

34
New cards

which gate gives 0 output when both inputs are 1

NAND

35
New cards

which gate gives 1 output only when both inputs are 0

NOR

36
New cards

which gate produces 0 if its two inputs are the same

XOR

37
New cards

what does N represent at the beginning of logic gate names

NOT

38
New cards

what does X represent in logic gates

exclusive

39
New cards

what is a logic expression

logic propositions combined using Boolean operatiors, which may be equated to a defined outcome

40
New cards

what represents any logic expression or describe the possible outputs from a logic circuit

truth tables

41
New cards

what are the three boolean operatiors

AND, OR, NOT

42
New cards

what is the boolean operation you would use for this phrase?: you should take an umbrella if it is raining or if the weather forcasts for rain later

OR

43
New cards

what is the boolean operation you would use for this phrase?: the air-conditioning system is set to come on in an office only during working hours but also only if the temperature rises above 25 degrees

AND

44
New cards

what are boolean logic values

TRUE or FALSE

45
New cards

how can you tell a logic gate is different from another

the shape of the symbol

46
New cards

do all logic gates take 2 inputs?

no

47
New cards

do all logic gates output 1 value?

yes

48
New cards

is the number of inputs limited to two

no

49
New cards

where do you input values for a logic gate

left

50
New cards

where do you output values for a logic gate

right

51
New cards

which logic gate only takes one input

NOT

52
New cards

what is a logic circuit

a bunch of logic gates leading to one value

53
New cards
<p>what symbol matches this truth table? </p>

what symbol matches this truth table?

NOT

54
New cards
<p>what symbol matches this truth table? </p>

what symbol matches this truth table?

AND

55
New cards
<p>what symbol matches this truth table? </p>

what symbol matches this truth table?

OR

56
New cards
<p>what symbol matches this truth table? </p>

what symbol matches this truth table?

NAND

57
New cards
<p>what symbol matches this truth table? </p>

what symbol matches this truth table?

NOR

58
New cards
<p>what symbol matches this truth table? </p>

what symbol matches this truth table?

XOR

59
New cards

what does X represent at the beginning of logic gate name XOR

exclusive

60
New cards

what is boolean algebra

a form of algebra linked to logic circuites and based on TRUE and FALSE

61
New cards

how many posiible outputs are possible from two inputs

4

62
New cards

how many possible outputs are possible from three inputs

8

63
New cards

what takes binrary inputs to produce a binary output

logic gates

64
New cards

what is the logic notation for: NOT

NOT A

65
New cards

what is the logic notation for: AND

A AND B

66
New cards

what is the logic notation for: OR

A OR B

67
New cards

what is the logic notation for: NAND

A NAND B

68
New cards

what is the logic notation for: NOR

A NOR B

69
New cards

what is the logic notation for: XOR

A XOR B

70
New cards

what is the boolean algebra for: NOT

Ā

71
New cards

what is the boolean algebra for: AND

A . B

72
New cards

what is the boolean algebra for: OR

A + B

73
New cards

what is the boolean algebra for: NAND

A . B (Line on top)

74
New cards

what is the boolean algebra for: NOR

A + B (line on top)

75
New cards

which logic gates matches with this boolean algebra: (A . B(line on B)) + (A . B(line on A))

XOR

76
New cards

which logic gate matches with the boolean algebra: (A + B) . A . B(line on top))

XOR

77
New cards

what logic gate does a dot represent

AND

78
New cards

what logic gate does + represent

OR

79
New cards

what logic gate does a dash/line above the lettter represent

NOT

80
New cards

what are logic “building blocks“

fundamental components used to construct digital logic circuits.

81
New cards
<p>complex question, what logic gate do these make when put together?: two NAND gates</p>

complex question, what logic gate do these make when put together?: two NAND gates

AND

82
New cards
<p>complex question, what logic gate do these make when put together?: two NAND gates into one NAND gate </p>

complex question, what logic gate do these make when put together?: two NAND gates into one NAND gate

OR

83
New cards
<p>complex question, what logic gate do these make when put together?: same value into NAND gate </p>

complex question, what logic gate do these make when put together?: same value into NAND gate

NOT

84
New cards

how do you simplify a logic circuit

reduce the number of components

85
New cards

why is it good to reduce the number of components in a logic circuit

const of production becomes less

86
New cards

what is a multi-input logic gate

digital logic gate that accepts three or more input signals to perform Boolean operations.

87
New cards

what should you keep in mind when constructing a truth table

far left colums for input and written with increasing binary values

88
New cards

what is the best approach when constructing a logic circuit from a problem statement

convert into a logic expression

89
New cards

when writing a logic expression with a lot of problem statements, how do brackets help

ensure that the meaning is clear and seperates each logic gate to make it easier to draw