Question

1) How many kilobits are there if you have 216 bits? 2) How many bits are...

1) How many kilobits are there if you have 216 bits?

2) How many bits are required if you need 24 unique bit strings?

3) Assume 4-bit strings. You want to turn on bit 3. What mask would you use? Give your answer as a bit string.

4) What is log2 45?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1. a Kilo is 1024.. Hence 216/1024 = 0.21kilobits.

2.
1 bit can represet 2 strings. 0 or 1.
Similarly, 2 bits can represent 4 strings and so on..
5 bits can represent 32 strings.. hence 5 bits.

3.
num & 1000 (AND number with mask 1000)

4.
5.49185309633

Add a comment
Know the answer?
Add Answer to:
1) How many kilobits are there if you have 216 bits? 2) How many bits are...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Given n bits, how many unsigned integers can be represented with the n bits? What is...

    Given n bits, how many unsigned integers can be represented with the n bits? What is the range of these integers? (6 points) There are 26 characters in the alphabet we use for writing English. What is the least number of bits needed to give each character a unique bit pattern? How many bits would we need to distinguish between upper- and lowercase versions of all 26 characters? (12 points)

  • Write a C program that uses the bitwise shift operators to shift the bits to the...

    Write a C program that uses the bitwise shift operators to shift the bits to the right >> or the left > m; /* This shifts m bits to the right, and the m least significant bits are lost.*/ The following statements are the same. num = num >> 3; num >>= 3; Show the operation in binary by calling the following function as defined in 3.1, void to_binary(unsigned int n); The function converts decimal to binary and outputs the...

  • Assume that you have been assigned 202.145.22.0/29 How many bits are borrowed to create the subnet...

    Assume that you have been assigned 202.145.22.0/29 How many bits are borrowed to create the subnet field? 5 bits What is the maximum number of subnets that can be created with this number of bits? 2^5=32 How many bits can be used to create the host space? 32 bits, 5bits to define the subnets. 27 bits for the host space. What is the maximum number of host addresses available per subnet? 3 bits for host space What is the subnet...

  • Paging Questions 1. A page is 1 KB in size. How many bits are required to...

    Paging Questions 1. A page is 1 KB in size. How many bits are required to store the page offset? 2. A page entry has 10 bits. What is the size of the page table? 3. A logical address is 32 bits long. The page size is 4 KB. Divide the address into its page number and offset. 4. The following hexadecimal addresses are used in a system with a 20-bit logical address where the page size is 256 bytes....

  • a) Suppose we have a 64 KB, direct-mapped cache with 8-word blocks. Determine how many bits...

    a) Suppose we have a 64 KB, direct-mapped cache with 8-word blocks. Determine how many bits are required for the tag, index, and offset fields for a 32-bit memory address. b) If instead, we use a 64 KB, 4-way set-associative cache with 8-word blocks, how many bits will be required for the tag, index, and offset fields for a 32-bit address? c) What type of cache is shown in problem 2? How many bits are required for this cache’s tag,...

  • Network Subnetting 3 3. On a Class B network, how many hosts per subnet will you...

    Network Subnetting 3 3. On a Class B network, how many hosts per subnet will you get if you have a subnet mask of 255.255.240.0  On how many subnets was divided this class B address?  Show your calculations 4. Your company has leased a Class C network whose network ID is 200. 200. 200.0. You want to create 8 subnets within this network.  Show how many bits, you would need to change, and the range of addresses in one of the subnets.

  • 1. How many bits are required to represent a waveform in 4000 discrete levels? 2. An...

    1. How many bits are required to represent a waveform in 4000 discrete levels? 2. An audio CD can contain 80 minutes of stereo (two independent) audio tracks. Each track is sampled with 16-bit samples at 44.1 kHz. How much audio information, in bytes, is stored on an audio CD? 3. Assume a 4-bit successive approximation A/D with VREF+ = 4V and VREF– = 0V. Calculate the 4-bit output code (in hex) if the input voltage is 1.8V. 4. A...

  • A CIDR block extends from 204.206.160.0 to 204.206.175.255. a. How many bits are in the net...

    A CIDR block extends from 204.206.160.0 to 204.206.175.255. a. How many bits are in the net id? b. How many bits are in the host id? c. What is the mask in slash and binary notation? d. What is the maximum number of valid IP addresses that are available? e. If I want 19 subnets how does the subnet mask change? Show the first 2 in slash notation. f.What is the maximum number of valid IP addresses available per subnet?

  • You have been given the address 202.100.50.0/26. How many bits have been borrowed?_____ (.5 point) Express...

    You have been given the address 202.100.50.0/26. How many bits have been borrowed?_____ (.5 point) Express the custom subnet mask (/26) in decimal format. _____ (.5 point) What is the block size? _____ (.5 point) Complete the table below. (4 points) Network Address Host Range Broadcast Address (1 point) (1 point) (1 point) (1 point)

  • ework Sets Mult: Problem 7 Problern 7 Settings Previous Problem List Next (3 points) Problems A...

    ework Sets Mult: Problem 7 Problern 7 Settings Previous Problem List Next (3 points) Problems A bit is a digit which can be either 0 or 1. A bit string is a sequence of bits. The length of a bit string is how many bits there are in it. The empty string is the one with zero bits in it (has length zero). lem 1 Hem 2 Tem 3 em 4 em 5 em 6 em 7 (a) How many...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT