Starting Out with Programming Logic and Design (5th Edition) (What's New in Computer Science)
5th Edition
ISBN: 9780134801155
Author: Tony Gaddis
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Chapter 1, Problem 3E
Program Plan Intro
ASCII character Set:
The ASCII is stands for “American Standard Code for Information Interchange”.
- It uses 128 unique characters which represent the English letters, punctuation marks and other characters.
- It uses seven bits to represent each character in the set. Check bit is used as the eighth bit to ensure proper data transmission.
- Extended ASCII character version includes the eighth bit and allows 256 unique characters, which includes some additional symbols and some accented letters.
- ASCII has a finite number of characters; so it lists them all and assigns binary string value to each one of them.
- ASCII character set as well as Unicode character set treats uppercase and lowercase letters distinctly.
- For example, the ASCII code for A is 65. When “A” is typed on keyboard, its equivalent ASCII value “65" will be automatically stored in the memory.
Expert Solution & Answer
Want to see the full answer?
Check out a sample textbook solutionStudents have asked these similar questions
In R, translate the number 44274.04166666667 (which represents time since 1899-12-30 00:00:00) to the day, month, year and time it represents. (datetime)
Convert the following numbers (subscripts indicate the base/radix) into the three other forms.
Decimal number system, Binary number system, Octal number system, and Hexadecimal number system.
Please encode the answer and include the remainders.
1. 1234.987610
2. 1011001.11012
Please explain the character set in as few words as possible.
Chapter 1 Solutions
Starting Out with Programming Logic and Design (5th Edition) (What's New in Computer Science)
Ch. 1.2 - What is a program?Ch. 1.2 - What is hardware?Ch. 1.2 - List the five major components of a computer...Ch. 1.2 - What part of the computer actually runs programs?Ch. 1.2 - Prob. 1.5CPCh. 1.2 - Prob. 1.6CPCh. 1.2 - Prob. 1.7CPCh. 1.2 - Prob. 1.8CPCh. 1.3 - What amount of memory is enough to store a letter...Ch. 1.3 - Prob. 1.10CP
Ch. 1.3 - Prob. 1.11CPCh. 1.3 - Prob. 1.12CPCh. 1.3 - Prob. 1.13CPCh. 1.3 - Prob. 1.14CPCh. 1.4 - A CPU understands instructions that are written...Ch. 1.4 - Prob. 1.16CPCh. 1.4 - When a CPU executes the instructions in a program,...Ch. 1.4 - What is assembly language?Ch. 1.4 - What type of programming language allows you to...Ch. 1.4 - Prob. 1.20CPCh. 1.4 - What do you call a program that translates a...Ch. 1.4 - What do you call a program that both translates...Ch. 1.4 - Prob. 1.23CPCh. 1.5 - Prob. 1.24CPCh. 1.5 - Prob. 1.25CPCh. 1.5 - Word processing programs, spreadsheet programs,...Ch. 1 - A(n) _______ is a set of instructions that a...Ch. 1 - Prob. 2MCCh. 1 - Prob. 3MCCh. 1 - Today, CPUs are small chips known as ____. a....Ch. 1 - Prob. 5MCCh. 1 - Prob. 6MCCh. 1 - Prob. 7MCCh. 1 - Prob. 8MCCh. 1 - Prob. 9MCCh. 1 - Prob. 10MCCh. 1 - Prob. 11MCCh. 1 - In a(n) ______ numbering system, all numeric...Ch. 1 - A bit that is turned off represents the following...Ch. 1 - Prob. 14MCCh. 1 - Prob. 15MCCh. 1 - Prob. 16MCCh. 1 - Prob. 17MCCh. 1 - Prob. 18MCCh. 1 - Prob. 19MCCh. 1 - Prob. 20MCCh. 1 - Computers can only execute programs that are...Ch. 1 - Prob. 22MCCh. 1 - The words that make up a high-level programming...Ch. 1 - Prob. 24MCCh. 1 - A(n) _______ program translates a high-level...Ch. 1 - Today, CPUs are huge devices made of electrical...Ch. 1 - Prob. 2TFCh. 1 - Any piece of data that is stored in a computers...Ch. 1 - Prob. 4TFCh. 1 - Machine language is the only language that a CPU...Ch. 1 - Assembly language is considered a high-level...Ch. 1 - An interpreter is a program that both translates...Ch. 1 - A syntax error does not prevent a program from...Ch. 1 - Prob. 9TFCh. 1 - Word processing programs, spreadsheet programs,...Ch. 1 - Why is the CPU the most important component in a...Ch. 1 - Prob. 2SACh. 1 - Prob. 3SACh. 1 - What are the words that make up a high-level...Ch. 1 - What are the short words that are used in assembly...Ch. 1 - What is the difference between a compiler and an...Ch. 1 - Prob. 7SACh. 1 - Prob. 1ECh. 1 - Use what you've learned about the binary numbering...Ch. 1 - Prob. 3ECh. 1 - Use the Web to research the history of the BASIC,...
Knowledge Booster
Similar questions
- create a program that display the multiplication table of an input number within a given range. The input number is from 1 to 15 only, and the range is any number that is defined by the user.( C Language)arrow_forwardconvert the initial letter of your full name including your middle name (Gonzales, Via Angeline C. = GVAC ) using ASCII/EBCIDIC and Unicode memory representaion.arrow_forwardNonearrow_forward
- Represent the decimal number 9876 in a) 8421-code, b) 2241-code and с) еxcess-3 code.arrow_forward"Zoned Decimal Numbers are easier to represent than Packed Decimal Numbers"arrow_forwardQuestion 11 mah.use python code Full explain this question and text typing work only We should answer our question within 2 hours takes more time then we will reduce Rating Dont ignore this linearrow_forward
- Need perfect explanation Else skip it Don't copy from other sourcesarrow_forwardWrite binary code of your keyboard using UniCode. Completer key board approximately 100+ keys.arrow_forwardAt least a paragraph with simlier example Looking at how computers are able to store words in their memory using the ASCII character set. Choose a short phrase with at least 2 words and then convert each character in that phrase to hexadecimal using the ASCII table provided in this module. Make sure that you also convert any spaces and punctuation in your chosen phrase! In your post, tell me what phrase you chose and then write out the hexadecimal representation of that phrase with spaces between each hex number. For example, lets say the phrase I choose is "Hello World". To convert that to hexadecimal, I would bring up the ASCII table and look up each character in my phrase. First I would look up "H" and see that it has the code 48. Then I would look up "e", which has the code 65. Then "l", which becomes 6C. I would continue this way until I have converted the whole phrase to hexadecimal (including the space between the words, which has code 20). The complete encoded phrase ends up…arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage LearningEnhanced Discovering Computers 2017 (Shelly Cashm...Computer ScienceISBN:9781305657458Author:Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. CampbellPublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning
- C++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology Ptr
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning
Enhanced Discovering Computers 2017 (Shelly Cashm...
Computer Science
ISBN:9781305657458
Author:Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. Campbell
Publisher:Cengage Learning
Principles of Information Systems (MindTap Course...
Computer Science
ISBN:9781285867168
Author:Ralph Stair, George Reynolds
Publisher:Cengage Learning
C++ for Engineers and Scientists
Computer Science
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Course Technology Ptr