Jump to content

Basic Computer Questions

Featured Replies

Can anyone help me with the following answers: Thank You.

 

1) An alien language is discovered which has only 17 characters in its alphabet. Not including upper case characters, digits, punctuation characters, or any other special characters, what is the minimum number of bits required to represent a single character of this alien alphabet?

 

2) A piece of music is 10 minutes long. The voltage level of the microphone is sampled at 10000 times per second . If there are 256 levels of voltage that can be stored, what is the minimum number of bytes in the file required to store this music?

1) An alien language is discovered which has only 17 characters in its alphabet. Not including upper case characters, digits, punctuation characters, or any other special characters, what is the minimum number of bits required to represent a single character of this alien alphabet?

 

-- You can represent a variable of [math]2^{\alpha}[/math] possible values, using only [math]\alpha[/math] bits, where every bit has two possible values (0,1) ...

 

2) A piece of music is 10 minutes long. The voltage level of the microphone is sampled at 10000 times per second . If there are 256 levels of voltage that can be stored, what is the minimum number of bytes in the file required to store this music?

 

-- 10 minutes = 600 seconds, 10,000 samples/second = 6,000,000 samples total, 256 possible values = [math]2^8[/math] ~ 1 Byte/Sample,

 

Minimum Storage = 1 Byte * 6,000,000 samples = 6,000,000 Bytes ~ 5.72 MB (Mega Bytes)

Edited by khaled

  • Author

Thank you Khaled, that actually makes sense and helps alot.

I did work on the alien question but was getting a number that I wasn't so sure about. Sounds better now. Thx again.

 

 

 

-- You can represent a variable of [math]2^{\alpha}[/math] possible values, using only [math]\alpha[/math] bits, where every bit has two possible values (0,1) ...

 

 

 

-- 10 minutes = 600 seconds, 10,000 samples/second = 6,000,000 samples total, 256 possible values = [math]2^8[/math] ~ 1 Byte/Sample,

 

Minimum Storage = 1 Byte * 6,000,000 samples = 6,000,000 Bytes ~ 5.72 MB (Mega Bytes)

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.