LOGIC GATES AND BINARY Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

BINARY

A

Binary is a base 2 number system that is made up of only two numbers: 0 and 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

BIT

A

The smallest unit of storage. A bit stores just a 0 or 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

BYTE

A

A byte consists of 8 adjacent binary digits (binary), each of which consists of a 0 or 1. For example, 01010101

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

KILOBYTE

A

The kilobyte (KB) is the smallest unit of measurement greater than a byte. One kilobyte is technically 1000 bytes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

MEGABYTE

A

The megabyte (MB) is the smallest unit of measurement greater than a byte. One kilobyte is technically 1000 kilobytes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

GIGABYTE

A

The gigabyte (GB) is the smallest unit of measurement greater than a megabyte. One megabyte is technically 1000 megabytes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

TERABYTE

A

The terabyte (TB) is the smallest unit of measurement greater than a gigabyte. One terabyte is technically 1000 gigabytes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

SWITCHES

A

A series of switches can be turned either ON or OFF to carry out mathematical calculations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

STATES

A

The maximum possible combinations with a given number of switches. For example, 2 switches can have 4 possible states; 00, 01, 10, 11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DENARY

A

This counting system made of digits between 0-9. This is also know as base 10 system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

ASCII

A

American Standard Code for information interchange, is a character encoding standard for electronic communication. ASCII codes represent text in computers.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

BOOLEAN LOGIC

A

At the heart of Boolean Logic is the idea that all values are either true or false.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

LOGIC CIRCUIT -
AND gate
OR gate
NOT gate

A

LOGIC STATEMENTS -
P = A AND B
P = A OR B
P = NOT A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

ODD OR EVEN PATTERNS

A

A 1 in the right hand bit means the pattern is an odd number. A 0 says its even.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

BINARY SHIFT

A

Binary shift to the left makes the number double
o 101 = 5 o 1010 = 10

Binary shift to the right makes the number half
o 10100 = 20 o 1010 = 10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly