Boolean Logic: Programming fundamentals: Computer Science: GCSE (9:1)

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

1/10

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.

11 Terms

1
New cards

AND

Boolean operator which returns a 1 if both inputs are 1

2
New cards

OR

Boolean operator which returns a 1 if one or the other input is 1

3
New cards

NOT

Boolean operator which negates the input, changing 0 to 1 and 1 to 0

4
New cards

Logic Gate

An electronic component used to perform boolean logic within a computer

5
New cards

AND symbol

knowt flashcard image
6
New cards

OR symbol

knowt flashcard image
7
New cards

NOT symbol

knowt flashcard image
8
New cards

Truth Table

a table that shows the output of a logic gate for all possible combinations of inputs

9
New cards

AND Truth Table

knowt flashcard image
10
New cards

OR Truth Table

knowt flashcard image
11
New cards

NOT Truth Table

knowt flashcard image