Representing negative numbers

Assignment Help Basic Computer Science
Reference no: EM13771332

Exercise 1: Representing Negative Numbers

1) Start the "Negative binary numbers" applet.

a. Type in -1 and press Return. Study the result. Find the "sign bit". How does the applet indicate it? Come up with a theory of how the sign bit is indicated/ what the rule is for determining which bit is the sign bit. Try and test your theory to be sure. See if you can prove and/or disprove it. Write down your theory of how the sign bit is indicated:

b. Change the number of bits to 32 in the text field "Number of digits in binary" and convert -1 again. Write down how the two forms of binary -1 are different in 32 bits compared to 8 bits. (Feel free to convert -1 into 8 bits again to see the different forms.)

2)

a. Fill in the table you made with the binary values for these two numbers (6 and -6), changing the number of bits from 8 to 12, then to 16, and then to 32.

 

6

6-

8 bits

 

 

12 bits

 

 

16 bits

 

 

32 bits

 

 

b. Without using the applet, guess what -1 and -6 would look like using 16 bits. Write down your guess.

-1:

-6:

c. Change the number size back to 8 bits. Type in 127 and press Return. Describe what you see below.

3) Now type in -67 to the "Negative binary numbers" applet and convert. Write down the values. What is the difference between +67 and -67 in 2's complement form?

4) Type 4 into the "number of digits in binary" field. Then convert the number 8. What do you see? Does this seem right?

(Pick one)

That seems right to me.

That seems not right to me.

Write down your reasoning:

Exercise 2: Representing Characters

1. Start the "Character codes" applet.

a. Type 100 into the top text area and press Return (or click on the Convert to Character button). Write down what you see.

b. Type in 68 and do the same. What relation does this character have to the first one?

c. Do the same for 101 and 69, and for 102 and 70. Write down the codes and the characters you see.

d. What conclusion can you draw about how upper- and lowercase characters in ASCII are represented, based on your experiments?

(HINT:If you are still stuck, fill out this table.)

Code

Letter

68

 

100

 

69

 

101

 

70

 

102

 

2. If you were writing an algorithm or formula to capitalize text for a word-processing program, what simple mathematical transformation would you make to the character codes to capitalize a letter?

3. Now type in 210, 211, 212, and 213, one at a time.

a. Write down what you see for each one.

210:

211:

212:

213:

b. What characteristics do these characters share?

4. What does ASCII code 241 look like?

Exercise 3: Representing Colors

1. Start the "Color maker" applet.

a. Select Yellow from the names choice pull-down menu. Write down the RGB and HSB values.

RGB:

HSB:

b. Now select Cyan and do the same.

RGB:

HSB:

c. Using more common color names, what color is cyan?

2. Suppose you heard that Kathy's favorite color was 255,0,0. What would Kathy call that color? [TA Note: Please assume that Kathy does not know anything about hex codes, color codes, or even computers at all. Also she speaks American English as her primary language. What would such a person call this color in vernacular American English?]

3. Pick a color from the pull-down list of names in the center, and gradually slide the saturation scrollbar toward the top so that the value in the box below "Sat" goes down to 0. What color do you end up with? Is this true of any color?

Color:

Yeah that should happen for any color.

No that won't happen for other colors.

4. Pick another color from the pull-down list and gradually slide the brightness scrollbar toward 0. What color do you end up with? Is this true of any color?

Color:

Yeah that should happen for any color.

No that won't happen for other colors. If No, what exception(s) did you find?

Exception(s):

5. Page 78 of your textbook gives several color names that are not in the pull-down list. Let's see what maroon looks like. Type 140 into the Red box and press return. Then type 0 into the green box and press return, and do the same for the blue box. Take a screenshot of the applet, and paste it here, below this line:

Reference no: EM13771332

Questions Cloud

How to determine which information is noteworthy : How to determine which information is noteworthy. How to determine when to summarize, paraphrase, or quote sources.
Develop a list of questions based on best technique style : Develop a list of questions based on the best technique style. The group should have at least 20 interview questions based off this style
Creation of the interstate commerce commission : Why were the creation of the Interstate Commerce Commission (ICC) and passage of the Sherman Anti-trust Act of 1890 so important to the creation of a fair business climate?
What were factors that caused ex-slave states : What were factors that caused ex-slave states in the south lag behind the north in participation in this acceleration of industrialization?
Representing negative numbers : what the rule is for determining which bit is the sign bit. Try and test your theory to be sure. See if you can prove and/or disprove it. Write down your theory of how the sign bit is indicated
What are the rules : Do the ancient legal doctrines of champerty and maintenance still apply in Michigan? If so, what are the rules? Will ABC be able to bring a policyholder's claim itself or fund a policyholder lawsuit in your state
International merchandise account balance is positive : If the U.S. international merchandise account balance is positive, then:
What is your intended major : What is your intended major? Discuss how your interest in the subject developed and describe any experience you have had in the field - such as volunteer work, internships and employment.
How to improve access to justice for canadians : Write an essay paper 12-15 pages. The thesis needs to be created on the following topic: How to improve access to justice for Canadians.

Reviews

Write a Review

Basic Computer Science Questions & Answers

  How a virtual address in this machine is translated

how a virtual address in this machine is translated into a physical address, assuming that the MMU has an 8-entry fully associative TLB. Label all lines and show how many bits are in each part.

  A store gives a discount for senior citizens

A store gives a discount for senior citizens

  Draw a magenta circle

Given a graphics object g, write a few lines of code to have that graphics object draw a magenta circle (not filled in) that has a diameter of 200 pixels.

  Images can make or break a webpage

Images can make or break a webpage. It is important to place them in such a manner that they add to the website and not be a distraction. Use your favorite browser to research information about adding images to a webpage. Find one website with..

  Find the value in register a after the execution

Find the value in Register A after the execution of the following code, Which flag is used to see if the signed data are correctly added together

  Show her to install and used it in my network administration

and show her to install and used it in my network admistaion class

  The database specification

The database specification

  Discuss windows and mac os

Apple's Mac OS is a major competitor for Windows, and many people feel very strongly about choosing one over the other. For this assignment, locate articles online that discuss the differences between Windows and Mac OS. You may discuss any recent..

  Draw the block diagram for the hardware

Draw the block diagram for the hardware that implements the following: y + xz: AR ß BR + CR where AR, BR and CR are n-bit registers and x, y, and z are control variables.

  Initialize cell arrays with 5 names,

Initilanize cell arrays with 5 names, 3 verbs, and 4 nouns of you choice. Print 10 sentences using one random element from each cell array. (e.g. 'Xavier eats pie').

  Create a four-function fraction calculator

Create a four-function fraction calculator. Here are the formulas for the four arithmetic operations applied to fractions.

  Compare the it field with at least one other field

In relation to the IT field, what benefits and problems do you foresee in using e-mail and text messaging as the main source of communication? Compare the IT field with at least one other field.

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