Question

ASCII Code Question 13: What character is the hexadecimal ASCII code 23? Question 14: What character...

ASCII Code

Question 13: What character is the hexadecimal ASCII code 23?

Question 14: What character is the hexadecimal ASCII code 4A?

Question 15: What character is the hexadecimal ASCII code 6A?

Part 4: Converting numbers to binary (20 points)

Question 16: For each scenario determine if the numbers should be stored as ASCII codes or binary equivalents. Then find the ASCII code or calculate the binary equivalent.

Scenario

ASCII code

Binary equivalent

The course number: 107

The year: 2001

The number of printers in inventory: 62

The weight of a suitcase when it is checked in at the airport: 24

Question 17: Explain your reason for each of the choices in the previous question.

Scenario

Binary equivalent

The course number: 107

The year: 2001

The number of printers in inventory: 62

The weight of a suitcase when it is checked in at the airport: 24

0 0
Add a comment Improve this question Transcribed image text
Answer #2

Question 13: The hexadecimal ASCII code 23 represents the character "#".

Question 14: The hexadecimal ASCII code 4A represents the character "J".

Question 15: The hexadecimal ASCII code 6A represents the character "j".

Question 16:

  • The course number: 107 - Should be stored as a binary equivalent: 01101011

  • The year: 2001 - Should be stored as a binary equivalent: 11111010001

  • The number of printers in inventory: 62 - Should be stored as a binary equivalent: 00111110

  • The weight of a suitcase when it is checked in at the airport: 24 - Should be stored as a binary equivalent: 00011000

Question 17:

  • The course number: 107 - Since the course number is a numerical value, it should be stored as a binary equivalent.

  • The year: 2001 - The year is a numerical value, and it is represented in decimal format. It should be converted to a binary equivalent for storage.

  • The number of printers in inventory: 62 - Since the number of printers is a numerical value, it should be stored as a binary equivalent.

  • The weight of a suitcase when it is checked in at the airport: 24 - Since the weight of the suitcase is a numerical value, it should be stored as a binary equivalent.


answered by: Hydra Master
Add a comment
Know the answer?
Add Answer to:
ASCII Code Question 13: What character is the hexadecimal ASCII code 23? Question 14: What character...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Binary and hexadecimal numbers and ASCII code: Write the binary and hexadecimal equivalent of the decimal...

    Binary and hexadecimal numbers and ASCII code: Write the binary and hexadecimal equivalent of the decimal numbers below: Decimal Binary Hexadecimal 6 __________                __________ __________ 15   __________                __________ __________ 39   __________                __________ __________ 170   __________                __________ __________ Write the binary and decimal equivalent of the following hexadecimal numbers:    Hexadecimal                Binary             Decimal 08                    __________                        __________ 0B                   __________                        __________ 15                    __________                        __________ F3                    __________                        __________ Write the two digit hexadecimal sequence of...

  • okay so here is my c++ code and the errors im really stuck on fixing what...

    okay so here is my c++ code and the errors im really stuck on fixing what i did wrong it seems to be the same repeated error our job is to write a menu driven program that can convert to display Morse Code ere is the menu the program should display Menu Alphabet Initials N-Numbers - Punctuations S = User Sentence Q- Quit Enter command the user chooses A your program should use a loop and your morse code printing...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT