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

  Identifies the cost of computer

identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:

  Input devices

Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..

  Cores on computer systems

Assignment : Cores on Computer Systems:  Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.

  Prepare an annual budget in an excel spreadsheet

Prepare working solutions in Excel that will manage the annual budget

  Write a research paper in relation to a software design

Research paper in relation to a Software Design related topic

  Describe the forest, domain, ou, and trust configuration

Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.

  Construct a truth table for the boolean expression

Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)

  Evaluate the cost of materials

Evaluate the cost of materials

  The marie simulator

Depending on how comfortable you are with using the MARIE simulator after reading

  What is the main advantage of using master pages

What is the main advantage of using master pages. Explain the purpose and advantage of using styles.

  Describe the three fundamental models of distributed systems

Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems

  Distinguish between caching and buffering

Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure

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