CompSci Unit 5

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 14

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

15 Terms

1

Bit

A bit is the smallest unit of data in a computer, representing a binary value of either 0 or 1.

New cards
2

Byte

A byte is a group of 8 bits, which can represent 256 different values.

New cards
3

Decimal System (Denary, Base 10)

The decimal system is a base 10 numeral system, using digits from 0 to 9.

New cards
4

Binary System (Base 2)

The binary system is a base 2 numeral system, which uses two digits, 0 and 1.

New cards
5

Hexadecimal System (Base 16)

The hexadecimal system is a base 16 numeral system, using digits 0-9 and letters A-F to represent values.

New cards
6

Hex color codes

Hex color codes are six-digit representations of colors in the hexadecimal system, used in web design.

New cards
7

Two’s complement

Two's complement is a method for representing signed integers in binary form, allowing for easy subtraction.

New cards
8

ASCII

ASCII (American Standard Code for Information Interchange) is a character encoding standard using 7 bits to represent characters.

New cards
9

Unicode

Unicode is a computing standard for consistent encoding, representation, and handling of text, accommodating many languages.

New cards
10

AND

The AND operation is a logical operation that results in true only if both operands are true.

New cards
11

OR

The OR operation is a logical operation that results in true if at least one operand is true.

New cards
12

NOT

The NOT operation is a logical operation that inverts the truth value of its operand.

New cards
13

NAND

NAND is a logical operation that results in false only if both operands are true (NOT AND).

New cards
14

NOR

NOR is a logical operation that results in true only if both operands are false (NOT OR).

New cards
15

XOR

XOR (exclusive OR) is a logical operation that results in true if exactly one operand is true.

New cards
robot