CompSci Unit 5

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

1/14

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.

15 Terms

1
New cards

Bit

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

2
New cards

Byte

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

3
New cards

Decimal System (Denary, Base 10)

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

4
New cards

Binary System (Base 2)

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

5
New cards

Hexadecimal System (Base 16)

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

6
New cards

Hex color codes

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

7
New cards

Two’s complement

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

8
New cards

ASCII

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

9
New cards

Unicode

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

10
New cards

AND

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

11
New cards

OR

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

12
New cards

NOT

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

13
New cards

NAND

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

14
New cards

NOR

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

15
New cards

XOR

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