Number systems

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

1/12

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary and concepts from the Computer Science Number Systems lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

Binary Number System

A base-2 number system that uses only two digits: 1 and 0.

2
New cards

Denary Number System

A base-10 number system that consists of 10 digits ranging from 0 to 9.

3
New cards

Hexadecimal Number System

A base-16 number system that includes 16 distinct symbols: 0-9 and A-F.

4
New cards

Logic Gates

Digital circuits that perform logical operations on one or more binary inputs to produce a single binary output.

5
New cards

Two's Complement

A mathematical operation on binary numbers, used to represent positive and negative values.

6
New cards

Binary Shifts

Operations that move binary digits left or right, effectively multiplying or dividing by two.

7
New cards

Magnetic Hard Drives

Storage devices that use magnetic polarity to represent binary data.

8
New cards

Optical Disks

Storage media that use laser technology to read and write binary data.

9
New cards

Overflow Error

An error that occurs when a calculation exceeds the maximum limit that can be represented by a given number of bits.

10
New cards

Nibble

A binary value that consists of 4 bits, representing a hexadecimal digit.

11
New cards

Hexadecimal Colour Codes

Color representation in web design using hex values, consisting of 6 hexadecimal digits.

12
New cards

URL Encoding

A method of converting characters into a format that can be transmitted over the Internet, typically using hexadecimal encoding.

13
New cards

Binary Addition

The process of combining binary numbers according to binary arithmetic rules.