Think of how you could represent the number

Assignment Help Basic Computer Science
Reference no: EM132134061

We can represent numbers in different bases. Think of how you could represent the number 5 in base 2. Essentially, how can you break the number 5 into powers of 2. It contains one 4 and one 1. In base 2, your digit overflows after 1, so this representation of numbers only has 1 and 0.

5 = 1 * 2^2 + 0 * 2^1 + 1 * 2^0

This function takes a number and returns a list of it's representation in base 2.

def binary(n):
"""Return a list representing the representation of a number in base 2.

>>> binary(55055)
[1, 1, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 1, 1, 1, 1]
>>> binary(-136)
['-', 1, 0, 0, 0, 1, 0, 0, 0]
"""

Reference no: EM132134061

Questions Cloud

How could you improve your memory of the colors : Complete the Simon Memory Game and write down your score (your score indicates how many color steps you were able to remember at once before making a mistake).
What do you think of coca-cola environment initiatives : What do you think of Coca-Cola environment initiatives? Are they just window dressing or does the company seemed to be sincere in its efforts?
How you will implement the virtual management : ECOM 201 - Introduction to E-Management - Saudi Electronic University - Explain how you will implement the virtual management
How would you feel about working with children : Social Workers must be refined observers when interaction with clients. It is a skill that we must develop. This assignment requires each student to conduct.
Think of how you could represent the number : We can represent numbers in different bases. Think of how you could represent the number 5 in base 2. Essentially, how can you break the number 5 into powers
Define the seven major perspectives : Review King's Contemporary Approaches to Psychology page 11. In your own words define the seven major perspectives (approaches) in psychology.
Describe the history of the theorist : Describe the history of the theorist. Who s/he is? Where s/he comes from? Any significant life information about the theorist. Then describe the theory itself.
Explain the relationships between motivation and behavior : Explain the relationships between motivation, emotion, and behavior. How does emotion affect motivation? Provide an example of a specific behavior.
Create an outline for the influences on behavior : Some psychologists specialize in the study and treatment of psychological disorders, such as schizophrenia, mood disorders, eating disorders, and anxiety.

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Characteristics of a cloud

In response to the complaints from Company A, Company B is considering using a cloud-based hosting platform. Which specific characteristics of a cloud will be helpful to address Company B's problems?

  Four it business management domains

Determine the interconnectivity of each of the four IT business management domains as discussed in Chapter 2 of the Stenzel textbook on page 57.

  Discuss the issues-programmer responsibility and liability

As a programmer in industry, you may develop software that could affect people's health or even their lives. Suppose a software bug in one of your programs.

  Define and understand sip

We had to clearly define and understand SIP before we could get into SIP trunk. SIP Trunk provides the same service you get from a traditional analog phone line.

  Sector enrichment and traditional sector enrichment

1. Distinguish between economic growth by modern sector enlargement, modern sector enrichment and traditional sector enrichment.

  What is the lowest temperature of the air

what is the lowest temperature of the air that can initially be used for the cooling? Assume that the temperature of the air equals that of the surroundings.

  The average and how many scored below

Professor Merlin has asked you to help him. He has 100 total students in his four classes but he is not sure that all of them took his last exam. He wants to average the grades for his last exam in four sections of his medieval literature course and ..

  Is there such decomposition in the case of a random process

The Fourier transform of deterministic signals can be viewed as a decomposition of the signal into sinusoids of different frequencies with deterministic amplitudes and phases. Is there such decomposition in the case of a random process?

  Soft inner system of defense

Today, an enterprise must consider __________ when considering access to its Web servers or any other servers exposed to the Internet.

  Definition of big-o

Use the definition of big-O to prove that 3n+2logn = O(n) - Please show me all the working and provide the answer and provide the proper C & K Constants.

  Calculate the power density and the electric field intensity

An isotropic source radiates 100 W of power in free space. At a distance of 15 km from the source, calculate the power density and the electric field intensity

  Implementation of the set class

Write an implementation of the set class, with associated iterators using a binary search tree.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd