GU1: 1. Binary & Logic

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 12:08 AM on 5/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards
Binary: How do you perform Two's Complement?
Invert the number and add one. 1010 = 0101+1 = 0110
2
New cards
Binary: What is Two's Complement used for?
Representing negative numbers.
3
New cards
Logic Gates: Name the basic logic gates.
AND, OR, NOT
4
New cards
Logic Gates: Name the extended logic gates.
NAND, NOR, XOR, XNOR
5
New cards
Logic Gates: What is a buffer gate?
A buffer gate outputs the same as the input.
6
New cards

Logic Gates: Describe the shapes of the logic gates on a diagram.

Buffer = triangle

AND = D shape

OR = curvy triangle/D

X = add a line

N = add a little circle

7
New cards
Binary: What is binary?
Base-2 system using 0 and 1.
8
New cards
Binary: Why do computers use binary?
Because electrical circuits have two states - on and off.