Binary,Hex,Logic gates, images, sound, compression Flashcards

NEED FOR Y10 EXAM

You may prefer our related Brainscape-certified flashcards:
1
Q

how many values can a single bit represent?

A

2 - 1 and 0

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

how many bits are in a nibble?

A

4 bits

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

how many bits are in a byte?

A

8 bits

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

what values are used in a binary converting table of 8 bits?

A

1,2,4,8,16,32,64 and 128

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

How many values can 8 bits represent?

A

256

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

what would the sum of the binary numbers 00110011 and 01000010 equal?

A

01110101

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

What would a one place right shift do to a binary number?

A

Divide the number by 2 (half)

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

What would a one place left shift do to a binary number?

A

Multiply the number by 2 (Double)

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

what does F stand for in denary numbers?

A

15

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

what does A stand for in denary numbers?

A

10

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

What can Hexadecimal also be called and why?

A

Base-16, because it uses sixteen different didgets

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

What is ASCII?

A

The most commonly used character set in the English speaking world. Each ASCII character is given a 7-bit binary code - it can represent 128 different characters.

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

What is Extended ASCII?

A

a character set which gives each character and 8-bit binary code, allowing for 256 characters to be represented, useful for many European languages like french and German that include accents on some vowels. The first 128 characters are the same order as the ASCII characters.

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

what is Unicode?

A

a 16 - 32 bit character set, it tries to cover every written language, and covers all major languages, even those that use a completely different alphabet like Greek or Russian.

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

What is the relationship between the number of bits and the colour depth of an image?

A

The more bits = the deeper colour depth

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

how many colours can a 1-bit, 4-bit and 24-bit image show?

A
2^1 = 2 colours
2^4 = 16 colours
2^24 = 16,777,216 colours
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is colour depth?

A

The number of bits used for each pixel

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

What is MetaData?(images)

A

the information stored in an image file which helps the computer recreate the image on screen from the binary data in each pixel, it is needed to display images on a screen

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

What is a bitmap image?

A

the type of image you use most often, and made up of lots of tiny dots called pixels.

20
Q

What is Resolution?

A

Resolution is the density of pixels in an image, like how many pixels are within a certain area. The higher he resolution the better the quality of the image

21
Q

What is resolution measured in?

A

measured in dots per inch (DPI)

22
Q

How is sound recorded?

A

By a microphone as an analogue signal

23
Q

What is an Analogue Signal?

A

Pieces of continually changing data (sound)

24
Q

What do Analogue signals need to be converted to? (sound)

A

Digital data so computers can store and read sound files, done by analogue to signal converters.

25
Q

What is the process of converting analogue to digital called?

A

Sampling

26
Q

What is a sampling interval?

A

The gaps between each end of the points where the analogue recording is sampled.

27
Q

If an audio is sampled every 5 milliseconds, what would the sampling interval be?

A

5 ms

28
Q

What is sample frequency?

A

Sample frequency (sample rate) is how many samples you take in a second, usually measured in Kilohertz (KHz)

29
Q

what links bit rate, sampling frequency and sample size?

A

bit rate = sampling frequency x sample size

30
Q

what happens the higher the sampling frequency?

A

the higher the sampling frequency, the better the quality of the original recording

31
Q

what is Data Compression?

A

Data Compression is when we make file sizes smaller while trying to make the compressed file as true to the original as possible.

32
Q

what is Lossy compression?

A

Lossy compression works by permanently removing data from the file, this limits the number of bits the file needs so it reduces its file size

33
Q

What is Lossless Compression?

A

Lossless Compression makes the file size smaller by temporarily removing data to store the file and then restoring it to its original state when it’s opened

34
Q

What are the Pros of Lossy Compression?

A
  • Greatly reduces file size, so more files can be stored
  • Lossy files take up less bandwidth so can be streamed and downloaded quicker
  • Lots of software can read it
35
Q

What are the Cons of Lossy Compression?

A
  • Permanently removes data, so files cannot be turned back into their original state
  • Cant be used on text or software files because they need to retain all the original information
  • Worse quality than original, however not usually visually noticeable
36
Q

What are the Pros of Lossless Compression?

A
  • Data is removed temporarily, so there is no reduction in the quality of a file
  • Lossless files can be decompresses, turned back into the original
  • Can be used on text and software files
37
Q

What are the Cons of Lossless Compression?

A

-Only a slight reduction in file size, so lossless files still take up quite a bit of storage on a device

38
Q

Lossy compression file types

A

MP3 (Audio)
AAC(Audio)
JPEG(Image)

39
Q

Lossless compression file types

A

FLAC(Audio)
TIFF(Image)
PNG(Image)

40
Q

What is a NOT gate?

A

A NOT gate takes a single input, and gives a single output. The output is always the opposite value to the input.

41
Q

What is a AND gate?

A

An AND gate takes two inputs and gives one output.

42
Q

What is a OR gate?

A

An OR gate takes in two inputs and gives one output.

43
Q

What is the output of a NOT gate?

A

Always the opposite value to the input
if the input is 1, the output is 0
If the input is 0, the output is 1

44
Q

what are the outputs of a AND gate?

A

if both inputs are 1, the output is 1
if one input is 1, the output is 0
if both inputs are 0, the output is 0

45
Q

What are the outputs for an OR gate

A

if both inputs are 1, the output is 1
If one input is 1, the output is 1
if both inputs are 0, the output is 0

46
Q

What are the shapes of NOT, AND and OR gates?

A

Triangle
square-semicircle
Blown out triangle