Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1) a banking system would typically only use integer arithmetic a) true b) false

ID: 3794743 • Letter: 1

Question

1) a banking system would typically only use integer arithmetic

a) true
b) false

2)Floating point arithmetic is more reliable than integer arithmetic
a)true
b)false

3)An MP3 file can be considered a _______ type of data storage
a)lossy
b)lossless
c)red
d)blue

4)_______ algorithms operage in a manner that the user will accept a certain amount of data degradation
a)lossy
b)lossless
c)red
d)blue

5)a _______ algorithm compresses the data in such a way that the algorithm restores data to its original form
a)lossy
b)lossless
c)red
d)blue

6) which below is not a way to store text data?
a)WAV
b)ASCII
c)EPCIDIC

Explanation / Answer

1.

b.false

A banking system can use logical data also eg a customer is senior citizen or not, true or false.

2.

b.false

floating point arithmetic operations are very complex and not more reliable than integer arithmetic.

3.

a.lossy

MP3 uses lossy data compression that uses data discarding to reduce file size.

4.

a. lossy

5.

a. lossless

lossless data compression algorithm reconstructs original data perfectly without any data discarding.

6. a) WAV

WAV is the audio file format for storing audio bitstream on PC

ASCII(American Standard Code for Information Interchange) and EBCIDIC are used to store text .