Closed Thread
Results 1 to 2 of 2

Thread: Computer Science stuff (continued)

  1. #1
    johnny's Avatar
    johnny is offline Newbie
    Join Date
    Feb 2008
    Location
    United States of America.
    Posts
    7
    Rep Power
    0

    Computer Science stuff (continued)

    Any suggestion would be appreciated.

    1. What would be the hexadecimal representation of the largest memory address in a memory consisting of 4MB if each cell had a one-byte capacity?
    I answered:
    (didn't answer, because I don't know the answer)

    2. If the message
    xxy yyx xxy xxyy
    were compressed using LZW with a starting dictionary whose first, second, and third entries were x, y, and space, respectively, what would be the entries in the final dictionary?

    I answered:
    112322134342

    3. One means of transmitting bits over traditional telephone systems is to convert the bit patterns into sound, transfer the sound over the telephone lines, and then convert the sound back into bit patterns. Such techniques are limited to transfer rates of 57.6 Kbps. Is this sufficient for teleconferencing if the video is compressed using MPEG?
    I answered:
    Since 40Mbps = 40 x 10^6 bps = 40000 x 10^3 bps = 40000Kbps, hence the answer is no (not sufficient for teleconferencing).

    4. Encode the following sentence in ASCII using one byte per character. Use the most significant bit of each byte as an (odd) parity bit.
    100/5 = 20

    I answered:
    00110001 10110000 10110000 00101111 10110101 00100000 00111101 00100000 00110010 10110000

    5. The following message was originally transmitted with odd parity in each short bit string. In which strings have errors definitely occurred?
    I answered:
    11001, 10011, 10110, 11111, 10001, and 10101.

    6. Suppose a 24-bit code is generated by representing each symbol by three consecutive copies of its ASCII representation (for example, the symbol A is represented by the bit string 010000010100000101000001). What error-correcting properties does this new code have?
    I answered:
    Have three odd parity every third interval of string, if required.

    7. In the following case, the different bit strings represent the same value but in different numeric encoding systems. Identify each value and the encoding systems used to represent it.
    11111010 0011 1011

    I answered:
    (didn't answer, because I don't know the answer to it)

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #2
    Join Date
    Aug 2006
    Posts
    11,209
    Blog Entries
    6
    Rep Power
    101

    Re: Computer Science stuff (continued)

    Well as for the #1 I think that would be 1000, because 1024 bytes per MB that would be 4096 bytes, so the largest memory address would be 1000 in HEX. May be wrong but seems right to me if I understood the question.

    In #4 why did you use the last 4 bits for odd parity? Or I'm misunderstanding your answer/question?

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Questions about Computer Science
    By RedSilver in forum The Lounge
    Replies: 2
    Last Post: 01-14-2011, 07:19 PM
  2. Hello, looking for suggestions about Computer Science
    By codedemon in forum Introductions
    Replies: 2
    Last Post: 10-17-2010, 12:42 AM
  3. Computer science vs Computer Engineering
    By jwxie518 in forum The Lounge
    Replies: 18
    Last Post: 03-09-2009, 12:39 PM
  4. Computer Science stuff
    By johnny in forum Programming Theory
    Replies: 3
    Last Post: 03-17-2008, 02:59 PM
  5. Do you need Computer Science/Studies?
    By TcM in forum The Lounge
    Replies: 13
    Last Post: 12-06-2007, 03:14 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts