1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
tankabanditka [31]
3 years ago
14

Please help me convert the numbers into binary

Computers and Technology
1 answer:
kakasveta [241]3 years ago
3 0

Answer:

76 = 64 + 8 + 4 = 2⁶ + 2³ + 2², so bits 6, 3 and 2 have to be "1", ie., 01001100

20 = 16 + 4 = 2⁴ + 2², so bits 4 and 2 have to be "1", ie., 00010100

Explanation:

You have to decompose the number into a sum of powers of two (128, 64, 32,...).

Several ways to do this:

0) Trial and error. From left to right, try if you can fit the number in the sum, if it fits, use it (mark a "1"), if it doesn't, leave at "0".

1) Use the windows calculator in programmer mode. Enter the number and you'll immediately see the binary equivalent.

2) Repeatedly "integer divide" the number by 2, and note down a "1" if you have a remainder. If you note down from right to left, you have your binary representation.

You might be interested in
2- There are many different design parameters that are important to a cache’s overall performance. Below are listed parameters f
katen-ka-za [31]

Answer:

1. 2588672 bits

2. 4308992 bits

3. The larger the data size of the cache, the larger the area of ​​memory you will need to "search" making the access time and performance slower than the a cache with a smaller data size.

Explanation:

1. Number of bits in the first cache

Using the formula: (2^index bits) * (valid bits + tag bits + (data bits * 2^offset bits))

total bits = 2^15 (1+14+(32*2^1)) = 2588672 bits

2. Number of bits in the Cache with 16 word blocks

Using the formula: (2^index bits) * (valid bits + tag bits + (data bits * 2^offset bits))

total bits = 2^13(1 +13+(32*2^4)) = 4308992 bits

3. Caches are used to help achieve good performance with slow main memories. However, due to architectural limitations of cache, larger data size of cache are not as effective than the smaller data size. A larger cache will have a lower miss rate and a higher delay. The larger the data size of the cache, the larger the area of ​​memory you will need to "search" making the access time and performance slower than the a cache with a smaller data size.

5 0
3 years ago
Plssssssssssssssssssssssss helpp
brilliants [131]
Tell me the question
8 0
4 years ago
Write a MIPS program to continuously generate the following series of integers: 1, 2, 3, 6, 9, 18, 27, 54, 81, and so on. Use st
Pachacha [2.7K]

Answer:

Explanation:

Here is a working solution in MIPS

.data

space: .asciiz ", "

.text

li $t1, 1       #Start at 1

li $t2, 1       #Store last value

li $t4, 1000    #terminate at 1000

li $t7, 2       #For division (divide by 2)

loop:

li $v0, 1

add $a0, $t1, $zero #print $t1

syscall

div $t1, $t7      #divide $t1 by 2

mfhi $t5          #get the remainder

move $t6, $t1     #hang on to what $t1 was originally

beqz $t5, even    #if the remainder is 0, it's even

add $t1,$t1,$t1    #it's odd, so add to itself

move $t2, $t6      #store what $t1 was originally to last value

bgt $t1, $t4, done #if the number is over 1000, we're done

li $v0, 4           #Print a comma and space

la $a0, space

syscall

j loop

even:

add $t1,$t1,$t2    #set $t1 = $t1 + Last value ($t2)

move $t2, $t6      #store what $t1 was originally to last value

bgt $t1, $t4, done #if the number is over 1000, we're done

li $v0, 4           #Print a comma and space

la $a0, space

syscall

j loop

done:

3 0
4 years ago
What is internet? short ans​
Cerrena [4.2K]

Answer:

The Internet is a big network that connects computers all over the world.

3 0
3 years ago
Computers can accomplish many tasks today, but there are still some things they cannot do. Think of some of the things you would
ExtremeBDS [4]
<span>Computer should perform more creative tasks than AI concepts. It designed some special purposes. But in future all the tasks are done by the single computer with the help of super speed. It should be looks like more than thousands of human being brain and should full fill all the artificial intelligent concepts. computer programs are followed some simple rules-based logic so pattern recognition is really little complex but in future it should be much better than now. The computer should be save more power . In some cases humans are flexible but computers are too accurate. But in situation based sometimes it should act like human flexibility. Now the mobile computers are dominated all others because of the people usage.</span>
5 0
3 years ago
Other questions:
  • Can any existing directory beneath the system root directory be used as a mount point?
    9·1 answer
  • Which data type requires the greatest number of bytes in computer memory? A. character B. integer C. single-precision number D.
    14·1 answer
  • Write an SQL statement that uses all of the SQL built-in functions on the Quantity-OnHand column. Include meaningful column name
    14·1 answer
  • Consider the following pseudocode. How much time does the code take to execute? Express all answers in terms of the input variab
    15·1 answer
  • What are some of the unique benefits and challenges of flash drives as a way to store data?
    9·1 answer
  • Draw a flowchart to accept two numbers, and then output the result as the first number
    11·1 answer
  • Melissa is working on her Cell class by adding new methods. However, in her most recent version, she is receiving errors in some
    14·1 answer
  • NEXT
    15·2 answers
  • Out of all the social media tools available today, the best tool to start when beginning your social marketing efforts is which
    14·1 answer
  • question 2 which data link layer protocol defines the process by which lan devices interface with upper network layer protocols?
    14·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!