Frage 1
Frage
... is a measure of uncertainty
Antworten
-
Encoding
-
Entropy
-
Information
-
Redundancy
Frage 2
Frage
{1,2,3,4,5,6} is the sample space of ...
Frage 3
Frage
A redundancy of a code S = ...
Antworten
-
1 - Iavr/Imax
-
Iavr/Imax
-
1 + Iavr/Imax
-
Imax/Iavr
Frage 4
Frage
An average length of codewords qavr = ...
Antworten
-
∑ (pi * qi)
-
∑ (pi / qi)
-
∑ pi
-
∑ qi
Frage 5
Frage
An efficiency of a code E = ...
Antworten
-
Iavr/Imax
-
Imax/Iavr
-
Iavr/100
-
Imax - Iavr
Frage 6
Antworten
-
Variable length code
-
Fixed length code
-
Error-correction code
-
None of the given
Frage 7
Frage
By the Bayes' rule for conditional entropy H(Y|X) \= ...
Antworten
-
H(X|Y) - H(X) + H(Y)
-
[P(B|A)][P(A)] /P(B)
-
H(X|Y) - H(X)
-
H(X|Y)+ H(Y)
Frage 8
Frage
By the Bayes' theorem ...
Frage 9
Frage
21. By the Chain rule H(X,Y) \= H(Y|X) + ...
Frage 10
Frage
By the Hartley's formula the amount of information I = ...
Antworten
-
I = n*log m
-
I = m*n
-
I = log (m/n)
-
I = log (m*n)
Frage 11
Frage
By the Hartley's formula the entropy H = ...
Antworten
-
H \= - ∑(pi * log pi)
-
H \= - ∑ (log pi)
-
H \= log m
-
H \= - ∑ (pi / log pi)
Frage 12
Frage
By the property of joint entropy H(X,Y) <= ...
Antworten
-
H(X)
-
H(Y)
-
H(X) + H(Y)
-
None of the given
Frage 13
Frage
By the property of joint entropy H(X,Y) ...
Antworten
-
H(X,Y) >= H(X) and H(X,Y) <= H(Y)
-
H(X,Y) <= H(X) and H(X,Y) >= H(Y)
-
H(X,Y) >= H(X) and H(X,Y) >= H(Y)
-
H(X,Y) >= H(X) + H(Y)
Frage 14
Frage
By the Shannon's formula the amount of information I = ...
Frage 15
Frage
By the Shannon's formula the entropy H = ...
Antworten
-
H \= - ∑( pi * log pi)
-
H \= - ∑ (log pi)
-
H \= - ∑ pi
-
H \= - ∑ (pi / log pi)
Frage 16
Frage
Calculate the code rate for Hamming (15,11) code
Frage 17
Frage
Calculate the code rate for Hamming (31,26) code
Frage 18
Frage
Choose the formula to determine the number N of possible messages with length n if the message source alphabet consists of m characters, each of which can be an element of the message
Antworten
-
N = mn
-
N = nm
-
N = m*n
-
N = log m
Frage 19
Frage
Code is optimal when ...
Antworten
-
qavr = H
-
qavr ≠H
-
qavr <H
-
qavr >H
Frage 20
Frage
Code rate R (k information bits and n total bits) is defined as
Antworten
-
k = n/R
-
R = k * n
-
n = R * k
-
R = k/n
Frage 21
Frage
Conditional entropy H(Y|X) lies between
Antworten
-
- H(Y) and 0
-
0 and H(Y)
-
- H(Y) and H(Y)
-
0 and 1
Frage 22
Frage
Conditional probability P(B|A) = ...
Antworten
-
P(A and B)/P(A)
-
[P(B|A)][P(A)] /P(B)
-
P(A and B)*P(A)
-
[P(B|A)][P(A)] * P(B)
Frage 23
Frage
Find the information amount of a symbol from the language with total number of symbols n = 18.
Antworten
-
I = log218
-
I = log182
-
I = 18 * log218
-
I = 18 * log182
Frage 24
Frage
For a Hamming (15, 11) code, 15 is the total number of bits and 11 is the number of ...
Antworten
-
redundant bits
-
data bits
-
parity bits
-
none of the given
Frage 25
Frage
Which of the following symbols will get the shortest codeword after Shannon-Fano coding if probabilities are p(a) = 0.05, p(b) = 0.6, p(c) = 0.2 and p(d) = 0.15?
Frage 26
Frage
Which of the following is not a correct statement about a probability.
Antworten
-
It must have a value between 0 and 1
-
It is the collection of several experiments
-
A value near 0 means that the event is not likely to occur/happens
-
It can be reported as a decimal or a fraction
Frage 27
Frage
Which of the following is a part the channel coding?
Antworten
-
Huffman code
-
Hamming code
-
Shannon-Fano code
-
RLE code
Frage 28
Frage
For a Hamming (31, 26) code, 31 is the total number of bits and 26 is the number of ...
Antworten
-
redundant bits
-
data bits
-
parity bits
-
none of the given
Frage 29
Frage
For Hamming distance d<sub>min</sub> and s errors in the received word, the condition to be able to correct the errors is
Antworten
-
dmin>= s+1
-
dmin>= 2s+1
-
dmin>= 2s+2
-
dmin>= s+2
Frage 30
Frage
Hamming distance can easily be found with ...
Antworten
-
XNOR operation
-
XOR operation
-
OR operation
-
AND operation
Frage 31
Frage
In a throw of coin what is the probability of getting head.
Frage 32
Frage
Specify the formula to calculate numbers of k and n bits to create the Hamming code
Antworten
-
(n, k) = (2r - 1, 2r - 1 - r)
-
(n, k) = (2r, 2r - 1 - r)
-
(n, k) = (2r - 1, 2r - r)
-
(n, k) = (2r - 1, 2r - 1 + r)
Frage 33
Frage
In a throw of coin what is the probability of getting tails.
Frage 34
Frage
Specify the formula to find the amount of information if events have different probabilities.
Antworten
-
Hartley's formula
-
Shannon's formula
-
Fano's formula
-
Bayes' formula
Frage 35
Frage
Specify the formula to find the amount of information if events have the same probabilities.
Antworten
-
Shannon's formula
-
Hartley's formula
-
Fano's formula
-
Bayes' formula
Frage 36
Frage
Specify the most effective type of code when an alphabet consists of 2 symbols with probabilities p(x1) = 0,05 and p(x2) = 0,95.
Frage 37
Frage
In digital communication system, smaller the code rate, ... are the redundant bits.
Antworten
-
a. less
-
b. equal
-
c. more
-
d. unpredictable
Frage 38
Frage
Specify the right formula if dmin is Hamming distance, s - number of correctable errors and r - number of detectable errors.
Antworten
-
dmin>= s+r+1
-
dmin>= 2s+r+1
-
dmin>= s+2r+1
-
dmin>= s+r+2
Frage 39
Frage
Specify two types of error control algorithms
Antworten
-
block and linear
-
linear and nonlinear
-
block and convolution
-
none of the given
Frage 40
Antworten
-
information source
-
receiver
-
channel
-
transmitter
Frage 41
Frage
The basic idea behind Shannon-Fano coding is to
Antworten
-
compress data by using more bits to encode more frequently occuring characters
-
compress data by using fewer bits to encode more frequently occuring characters
-
compress data by using fewer bits to encode fewer frequently occuring characters
-
expand data by using fewer bits to encode more frequently occuring characters
Frage 42
Frage
Probability of occurrence of an event lies between
Antworten
-
-1 and 0
-
0 and 1
-
-1 and 1
-
exactly 1
Frage 43
Frage
The Hamming distance between "client" and "server" is
Antworten
-
0
-
1
-
6
-
impossible to detect
Frage 44
Frage
The Hamming distance between "make" and "made" is
Antworten
-
4
-
3
-
1
-
impossible to detect
Frage 45
Frage
The Hamming distance between "push" and "pull" is
Antworten
-
0
-
4
-
2
-
impossible to detect
Frage 46
Frage
Probability of second event in situation if first event has been occurred is classified as
Antworten
-
conditional probability
-
joint entropy
-
conditional entropy
-
none of the given
Frage 47
Frage
The Hamming distance between "starting" and "finishing" is
Antworten
-
4
-
3
-
impossible to detect
-
5
Frage 48
Frage
The Hamming distance between 001111 and 010011 is
Frage 49
Frage
Shannon-Fano and Huffman codes are an encoding algorithms used for
Frage 50
Frage
The Hamming distance between 010111 and 010011 is
Frage 51
Frage
The Hamming distance between 011111 and 010011 is
Frage 52
Frage
Specify parts of the receiver side
Antworten
-
Source encoder, channel encoder, digital modulator
-
Source decoder, channel decoder, digital demodulator
-
Source decoder, channel encoder, digital modulator
-
Source encoder, channel decoder, digital modulator
Frage 53
Frage
The Hamming distance between 101001 and 010011 is
Frage 54
Frage
The Hamming distance between two strings with equal length is ...
Antworten
-
the number of positions at which the corresponding symbols are different
-
the number of positions at which the corresponding symbols are equal
-
the number of identical symbols in the first string
-
the number of identical symbols in the second string
Frage 55
Frage
Specify parts of the transmitter side
Antworten
-
Source decoder, channel decoder, digital demodulator
-
Source encoder, channel encoder, digital modulator
-
Source decoder, channel encoder, digital modulator
-
Source encoder, channel decoder, digital modulator
Frage 56
Frage
The number of digits by which any two binary sequences differ is called the ...
Antworten
-
Hamming weight
-
Hamming distance
-
Hamming code
-
Hamming length
Frage 57
Frage
Specify the case when entropy is maximum
Antworten
-
p1=0,5 and p2=0,5
-
p1=1 and p2=0
-
p1=0 and p2=1
-
p1=0,9 and p2=0,1
Frage 58
Frage
The prefix code is also known as ...
Antworten
-
block code
-
uniquely decodable code
-
convolutional code
-
parity bit
Frage 59
Frage
In a throw of dice what is the probability of getting number greater than 5.
Antworten
-
a. 1/3
-
b. 1/6
-
c. 1/5
-
d. 1
Frage 60
Frage
The string was encoded with Hamming (15,11) code using the transformation matrix. Specify numbers of positions of the parity bits.
Antworten
-
12,13,14,15
-
1,2,3,4
-
1,2,4,8
-
2,3,4,5
Frage 61
Frage
78. For a Hamming (31, 26) code, 31 is the total number of bits and 26 is the number of ...
Antworten
-
a. redundant bits
-
b. data bits
-
c. parity bits
-
d. none of the given
Frage 62
Frage
The string was encoded with Hamming (31,26) code using the transformation matrix. Specify numbers of positions of the parity bits.
Antworten
-
27,28,29,30,31
-
1,2,3,4,5
-
1,2,4,8,16
-
2,3,4,5,6
Frage 63
Frage
79. For a Hamming (7, 4) code, 7 is the total number of bits and 4 is the number of ...
Antworten
-
a. redundant bits
-
b. data bits
-
c. parity bits
-
d. none of the given
Frage 64
Frage
When data is compressed, the goal is to reduce
Antworten
-
noise
-
redundancy
-
channel capacity
-
none of the given
Frage 65
Frage
When the base of the logarithm is 10, then the unit of measure of information is
Frage 66
Frage
43. Code has dmin = 3. How many errors can be detected by this code?
Frage 67
Frage
When the base of the logarithm is 2, then the unit of measure of information is
Frage 68
Frage
When the base of the logarithm is e, then the unit of measure of information is
Frage 69
Frage
Which block or device does the data compression?
Antworten
-
Channel encoder
-
Source encoder
-
Modulator
-
None of the given
Frage 70
Frage
Which letter will get the shortest codeword after Huffman coding of the word "abracadabra"?
Frage 71
Frage
Which of the following codes has the highest code rate?
Frage 72
Frage
Which of the following codes has the highest redundancy?
Frage 73
Frage
Which of the following codes is non-uniform?
Antworten
-
Shannon-Fano
-
ASCII
-
Hamming
-
None of the given
Frage 74
Frage
Which of the following codes is prefix?
Antworten
-
0, 111, 11
-
0, 111, 10
-
0, 101, 10
-
00, 10, 101
Frage 75
Frage
Which of the following codes is prefix?
Antworten
-
0, 01, 11
-
0, 10, 11
-
0, 10, 1
-
0, 01, 001
Frage 76
Frage
Which of the following codes is uniform?
Antworten
-
ASCII
-
Shannon-Fano
-
Huffman
-
None of the given
Frage 77
Frage
Which of the following codes is uniform?
Antworten
-
10,011,11,001,010
-
0,10,110,1110,1111
-
10,01,0001,100,1010
-
100,110,001,000,010
Frage 78
Frage
Which of the following indicate(s) an error in a received combination?
Antworten
-
Parity bits
-
Error syndrome
-
Data bits
-
None of the given
Frage 79
Frage
The string was encoded with Hamming (7,4) code using the transformation matrix. Specify numbers of positions of the parity bits.
Antworten
-
a. 5,6,7
-
a. 1,2,3
-
a. 1,2,4
-
a. 2,3,4