{ "@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" } }

Text, Sound & Images Flashcards

(21 cards)

1
Q

Define Character Set

A

Defined list of characters that can be understood by computers.

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

What is ASCII?

A

A character set that uses 7 bits

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

What is the definition of extended ASCII

A

ASCII character sets that uses 8 bits

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

Define UNICODE

A

a character set that uses a minimum of 16 bits.

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

State the meaning of bit

A

A single binary digit representing either 0 or 1

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

What does character encoding mean?

A

The process of assigning a unique binary code to each character in a character set.

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

Define sampling

A

Process of measuring and capturing values of an analogue signal at regular intervals.

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

Define sample rate

A

the amount of samples taken per second

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

State the meaning of sample resolution

A

Number of bits stored per sample of the sound.

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

Define digital

A

Data represented as a series of discrete values.

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

Define bitmap

A

An image made up of squares called pixels.

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

Define pixel

A

The smallest element of a bitmap image

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

Define resolution

A

The total amount of pixels that make up a bitmap image.

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

What does color depth mean?

A

The number of bits stored per pixel.

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

What is the meaning of true color?

A

A color depth of 24 bits

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

Define metadata

A

Data about data

17
Q

Give one example of an image format

18
Q

Describe how a digital image file is stored by a computer.

A

Images are made of pixels and each pixel stores one color, each color has a unique binary value.

19
Q

State what is meant by data compression?

A

Reducing the file size

20
Q

Explain why someone would compress a digital image file before emailing it

A

Reduces storage space taken on email server, and sending email accounts may have restricted file size for attachments.`