{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Data Representation Flashcards

(31 cards)

1
Q

Which numbers are stored in one bit?

A

0 and 1

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

How many bits are there in a nibble and a byte?

A

Nibble = 4 bits Byte = 8 bits

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

Why does computers use binary?

A

-Computers use circuits which can be on or off, represented by 1 and 0
-Computers also operate using logic gates which only have two states, true or false

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

Explain one limitation of ASCII character set

A

-ASCII only uses 7 bits so it can only represent 128 characters
-This is not enough to represent characters in other alphabets

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

Name a character set designed to overcome this limitation

A

-Unicode

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

Why are colour codes given in hexadecimal rather than binary?

A

-Easier to read and remember compared to binary
-Less chance of making an error if inputting in hexadecimal

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

Define the meaning of resolution

A

The number of pixels in the image

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

How does the colour depth affect the file size?

A

Additional colours would increase the bit depth causing the image size to double.

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

Explain the effect of increasing the sample resolution on the quality of a sound file?

A

-Increasing the sample resolution will mean that the sound is sampled more accurately
-More data will be required per sample which will improve the quality of the sound

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

Explain the effect of increasing the sample rate on the size of the sound file

A

-Will increase the number of samples taken each second
-Will increase the file size

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

Define the meaning of the term lossy compression

A

Some data will be permanently lost in the compression process

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

Define lossless compression

A

Loseless compression will not lose any of the original data during the compression

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

Examples of lossy compression

A

-JPG
-GIF
-MP3

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

Examples of loseless compression

A

-PNG
-TIFF

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

Explain data compression

A

-Reducing the amount of bits required to represent data
-Used to reduce the amount of storage space to store the amount of data that needs to be transmitted

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

Explain Run length encoding

A

-An algorithm to compress data that uses frequency pairs to reduce the amount of data stored

17
Q

What is a bitmap graphic made up from?

A

Individual pixels

18
Q

What is colour depth?

A

It determines the number of available colours for an image

19
Q

What happens to the file size when the resolution is greater?

A

The file size will become greater

20
Q

Types of bitmap image file formats

A

-BMP
-TIFF
-PNG
-JPG
-GIF

21
Q

Type of vector image file format

22
Q

The sample unit is measured in what unit?

23
Q

What is resolution

A

The number of bits available to store each sample

24
Q

Formula for calculating the size of an uncompressed file

A

Sample rate x resolution x duration

25
What does ADC stand for?
Analogue to Digital Convertor It convert inputs to digital signals
26
What does DAC stand for?
Digital to Audio Convertor It is used to convert digital signals to outputs
27
How many bits are in extended ASCII?
8 bits
28
How many characters does 8 bits allow for?
256
29
How many bytes are in Unicode?
-16-bit has 2 bytes -32-bit has 4 bytes
30
What does ASCII stand for?
American Standard Code for Information Interchange
31
What is Unicode?
It is a universal character encoding standard written as three 16-bit characters