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
blsea [12.9K]
3 years ago
14

System uses a 6-bit 2’s complement signed integer representation. What is the range of decimal values it can represent?

Computers and Technology
1 answer:
kap26 [50]3 years ago
6 0

Answer:

-32 to +31

Explanation:

6 bit 2s complement representation will be of the form b1b2b3b4b5b6 where each bit is either 0 or 1.

The largest positive number that can be represented using this scheme is 011111

Translating this to decimal this is 1*2^4 + 1^2^3 + 1^2^2 + 1^2^1 + 1^2^0

=16 + 8 + 4 + 2 + 1 =31

The smallest negative number that can be represented using this scheme is 100000

Translating this to decimal = -1 * 2^5 = -32

So the range of decimal values that can be represented is -32 to +31.

You might be interested in
Motherboard and microprocessor are computer hardware<br>​
sp2606 [1]

Explanation:

is that motherboard is (computer hardware) the primary circuit board of a personal computer, containing the circuitry for the central processing unit, keyboard, mouse and monitor, together with slots for other devices while microprocessor is (computer hardware) the entire cpu of a computer on a single integrated .

Btw correct me if i sm wrong

5 0
3 years ago
Forensic professional able modify and reconstruct images of a missing child, predicting the appearance even twenty years later?
Mama L [17]
The second option forinistic  animator
4 0
3 years ago
Which of the following was the most widely used personal computer application until the mid 90s
Ulleksa [173]

Answer:

word processing

Explanation:

I just took the test

4 0
3 years ago
I need help with this. It's while loops in python.
CaHeK987 [17]

Answer:

Here is a simple application running loop example in python

running = true

while(running):

# YOUR CODE HERE

Explanation:

A while loop is basically a loop of something if something is true

so if there is a boolean set to true for a application to run then use a while loop. Have a nice day! :)

4 0
3 years ago
What is the rhyme scheme of the following poem?
Nikolay [14]

AABB

explanation..

its simple, bike and mike rhyme , as well as school and cool..

6 0
3 years ago
Other questions:
  • Identify the function for the following computer part: Printer Question 23 options: Input
    6·1 answer
  • Regarding the Internet of Things (IoT), a business involved in utilities, critical infrastructure, or environmental services can
    10·1 answer
  • Write a function decimalToBinaryRecursive that converts a decimal value to binary using recursion. This function takes a single
    11·1 answer
  • When you compose a message, you want your audience to find the information it needs quickly and to understand what it finds. You
    11·1 answer
  • Is it possible to hack a network through a game that is being played on that network?
    8·1 answer
  • The technique of ________ uses three columns that allows the entrepreneur to weigh both the advantages and the disadvantages of
    13·1 answer
  • Network a0 is a process by which several protocols evolve to form a single product.
    7·1 answer
  • What does Data storage enable a browser to do
    5·1 answer
  • Explain why the network administrator uses the hexadecimal
    15·1 answer
  • The goal of this project is to become familiar with basic Python data processing and file usage. By the end of this project, stu
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!