Logic Gates Flashcards

OCR GCSE J277 Computer Science specification

Logic Gate

A device that performs a logical operation on one or more binary inputs to produce a single binary output.

1 / 10

Ready to master these flashcards?

Sign in to study with spaced repetition and track your progress.

Sign In to Track Progress

Terms in this set (10)

1

Logic Gate

A device that performs a logical operation on one or more binary inputs to produce a single binary output.

2

AND Gate

A logic gate that outputs 1 only if all inputs are 1.

3

OR Gate

A logic gate that outputs 1 if at least one input is 1.

4

NOT Gate

A logic gate that outputs the opposite of the input (inverts the input).

5

AND Gate Symbol

A D-shaped symbol used to represent the AND gate in logic diagrams.

6

OR Gate Symbol

A curved shape symbol used to represent the OR gate in logic diagrams.

7

NOT Gate Symbol

A triangle with a small circle at the output used to represent the NOT gate in logic diagrams.

8

AND Gate Truth Table

Inputs: 0,0 → Output: 0; Inputs: 0,1 → Output: 0; Inputs: 1,0 → Output: 0; Inputs: 1,1 → Output: 1.

9

OR Gate Truth Table

Inputs: 0,0 → Output: 0; Inputs: 0,1 → Output: 1; Inputs: 1,0 → Output: 1; Inputs: 1,1 → Output: 1.

10

NOT Gate Truth Table

Input: 0 → Output: 1; Input: 1 → Output: 0.

Genie

Want to Learn More?

Get personalised lessons, quizzes, and instant feedback from your AI tutor.

Start Learning