computer science

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/3

flashcard set

Earn XP

Description and Tags

the most boring thing ever

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards
bit map

\
A bitmap is a type of digital image that is made up of pixels arranged in a grid. Each pixel is assigned a specific color value, which is stored as binary data in the computer's memory. Bitmaps are commonly used in computer graphics and image editing software. They are also used in computer memory management, where they are used to represent the allocation of memory blocks.
2
New cards
binary
Binary is a numerical system that uses only two digits, typically 0 and 1, to represent numbers, characters, and other data. It is the foundation of all digital electronics and computing systems, as it allows for the storage and manipulation of information using electronic circuits that can be in one of two states, on or off. In binary, each digit represents a power of 2, with the rightmost digit representing 2^0 (1), the next digit representing 2^1 (2), and so on. Binary is often used in computer programming, networking, and other fields related to information technology.
3
New cards
denary
Denary, also known as decimal, is a base-10 numbering system used in mathematics and computer science. It uses ten digits (0-9) to represent numbers and each digit's place value is ten times greater than the digit to its right. For example, in the number 123, the digit 1 represents 100, the digit 2 represents 20, and the digit 3 represents 3.
4
New cards
hexadesimle
\