d2 4-4 Run Length Encoding - GCSE Quiz

d2 4-4 Run Length Encoding - GCSE Quiz

5 Qs

quiz-placeholder

Similar activities

MT AULÃO ENEM

MT AULÃO ENEM

KG - University

7 Qs

KAPIS Quiz 4 - Thursday

KAPIS Quiz 4 - Thursday

KG - University

10 Qs

EIDGLITZ TRIVIA DAY 4!!

EIDGLITZ TRIVIA DAY 4!!

KG - University

10 Qs

U.S. History Ch. 8 L1 Quiz

U.S. History Ch. 8 L1 Quiz

KG - University

10 Qs

Brojevni sustavi i logički sklopovi 3C

Brojevni sustavi i logički sklopovi 3C

KG - University

10 Qs

Parent Feedback - Ms. Jorida Lipe

Parent Feedback - Ms. Jorida Lipe

1st Grade

9 Qs

2º ANO- RECUPERAÇÃO de Ed. Física- 1TRI (aula 11a20)

2º ANO- RECUPERAÇÃO de Ed. Física- 1TRI (aula 11a20)

KG - University

10 Qs

d2 4-4 Run Length Encoding - GCSE Quiz

d2 4-4 Run Length Encoding - GCSE Quiz

Assessment

Quiz

others

Hard

Created by

Clare Ross

FREE Resource

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 2 pts

Which of the following statements about RLE are true? Choose two statements that apply.
RLE is a method of lossy compression.
RLE is a method of lossless compression.
Characters are stored in alphabetical order.
Characters are stored in the order in which they appear in the data.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Frequency Value Pair?
The number of times a letter appears in a word.
The number of times a character appears in text or binary data.
The character plus the number of times it appears in text or binary data .
The character plus the number of times it appears in sequence in text or binary data.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct frequency Value Pairs for the word ‘suddenness’ ?
(s1)u(2)d(1)e(2)n(2)s(2)s(1)
s(1)u(1)d(2)e(1)n(2)e(1)s(2)
s(1)u(1)d(2)e(1)n(2)e(1)s(1)
s(1)u(1)d(2)e(1)n(2)s(1)e(2)

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Given the following Frequency Value Pairs, what is the original word? S(1) l(1) e(2) p(1) l(1) e(1) s(2) n(1) e(1) s(2)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the following ASCII code, the original number of bits will be 20. What will the compressed number of bits if the frequency is given in fixed 3 bit binary? 11111000001111100000
14
15
16
17