Starting Out with C++ from Control Structures to Objects (8th Edition)
8th Edition
ISBN: 9780133769395
Author: Tony Gaddis
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
Chapter 2.7, Problem 2.11CP
Program Plan Intro
American Standard Code for Information Interchange (ASCII):
- ASCII stands for “American Standard code for Information Interchange”
- ASCII is a standard “character encoding” scheme, where characters are represented in the form of numeric codes.
- The numeric code for lower and upper case alphabets, punctuations, numbers and special characters are represented using ASCII codes.
- ASCII code value begins with “000” and ends with “127”.
- Seven bits are used to signify the character using ASCII.
- Additional “128 larger character sets are signified using eight bits in ASCII.
Storage and representation of character:
- Any characters that are stored in the memory are read in the form of ASCII codes (numeric codes).
- The characters that are represented by the user are being read by the computer using the corresponding numeric codes of the given character.
Expert Solution & Answer
Trending nowThis is a popular solution!
Students have asked these similar questions
What are the ASCII codes for the following characters? (Refer to Appendix B )CFW
What are the ASCII codes for the characters listed below?
C
F
W
What characters are represented by the ASCII codes 0x46 and 0x66? ("Ox" indicates hexadecimal)
Chapter 2 Solutions
Starting Out with C++ from Control Structures to Objects (8th Edition)
Ch. 2.1 - The following C++ program will not compile because...Ch. 2.3 - The following C++ program will not compile because...Ch. 2.3 - Study the following program and show what it will...Ch. 2.3 - Write a program that will display your name on the...Ch. 2.4 - Prob. 2.5CPCh. 2.4 - What will the following program display on the...Ch. 2.6 - Which of the following are illegal variable names,...Ch. 2.6 - Prob. 2.8CPCh. 2.6 - Prob. 2.9CPCh. 2.6 - Prob. 2.10CP
Ch. 2.7 - Prob. 2.11CPCh. 2.7 - Which of the following is a character literal? B BCh. 2.7 - Prob. 2.13CPCh. 2.7 - Write a program that has the following character...Ch. 2.7 - What is wrong with the following program...Ch. 2.7 - Prob. 2.16CPCh. 2.7 - Write a program that stores your name, address,...Ch. 2.11 - Prob. 2.18CPCh. 2.11 - Prob. 2.19CPCh. 2.11 - Prob. 2.20CPCh. 2.14 - Is the following assignment statement valid or...Ch. 2.14 - How would you consolidate the following...Ch. 2.14 - What is wrong with the following program? How...Ch. 2.14 - Prob. 2.24CPCh. 2.16 - Prob. 2.25CPCh. 2 - How many operands does each of the following types...Ch. 2 - How may the double variables temp, weight, and age...Ch. 2 - Prob. 3RQECh. 2 - Write assignment statements that perform the...Ch. 2 - Is the following comment written using single-line...Ch. 2 - Is the following comment written using single-line...Ch. 2 - Modify the following program so it prints two...Ch. 2 - What will the following programs print on the...Ch. 2 - Multiple Choice 9. Every complete statement ends...Ch. 2 - Prob. 10RQECh. 2 - Every C++ program must have a ________. A) cout...Ch. 2 - Preprocessor directives begin with ________. A) #...Ch. 2 - The following data 72 'A' Hello World" 2.8712 are...Ch. 2 - A group of statements, such as the contents of a...Ch. 2 - Which of the following are not valid assignment...Ch. 2 - Which of the following are not valid cout...Ch. 2 - Assume w = 5, x = 4, y = 8, and z = 2. What value...Ch. 2 - How would each of the following numbers be...Ch. 2 - The negation operator is ________. A) unary B)...Ch. 2 - A(n) ___________ is like a variable, but its value...Ch. 2 - Prob. 21RQECh. 2 - T F A variable must be defined before it can be...Ch. 2 - T F Variable names may begin with a number.Ch. 2 - T F Variable names may be up to 31 characters...Ch. 2 - T F A left brace in a C++ program should always be...Ch. 2 - T F You cannot initialize a named constant that is...Ch. 2 - Prob. 27RQECh. 2 - Convert the following pseudocode to C++ code. Be...Ch. 2 - There are a number of syntax errors in the...Ch. 2 - Sum of Two Numbers Write a program that stores the...Ch. 2 - Sales Prediction The East Coast sales division of...Ch. 2 - Sales Tax Write a program that will compute the...Ch. 2 - Restaurant Bill Write a program that computes the...Ch. 2 - Average of Values To get the average of a series...Ch. 2 - Annual Pay Suppose an employee gets paid every two...Ch. 2 - Ocean Levels Assuming the oceans level is...Ch. 2 - Total Purchase A customer in a store is purchasing...Ch. 2 - Cyborg Data Type Sizes You have been given a job...Ch. 2 - Miles per Gallon A car holds 15 gallons of...Ch. 2 - Distance per Tank of Gas A car with a 20-gallon...Ch. 2 - Land Calculation One acre of land is equivalent to...Ch. 2 - Circuit Board Price An electronics company sells...Ch. 2 - Prob. 14PCCh. 2 - Triangle Pattern Write a program that displays the...Ch. 2 - Diamond Pattern Write a program that displays the...Ch. 2 - Stock Commission Kathryn bought 750 shares of...Ch. 2 - Energy Drink Consumption A soft drink company...
Knowledge Booster
Similar questions
- please skip if you already did this thanksarrow_forwardWhat function gives the Unicode value of a character?a) ord b) ascii c) chr d) evalarrow_forwardYou may NOT access any Unicode table for the following questions: 5. The Unicode character ও ૩ is a Bengali Letter which is pronounced as "O". Its Unicode value is 2451 in decimal. Give its UTF-8 encodings in: Hexadecimal (8 points) Binary (2 points)arrow_forward
- 3. How will the following binary number be displayed if it was printed as an integer and as a character (using the ASCII character set) (0110 1101)2arrow_forwardRepresent the decimal number 9876 in a) 8421-code, b) 2241-code and с) еxcess-3 code.arrow_forwardConvert 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. 462.718 2. BEBE.C016arrow_forward
- The basic idea of computers is representing everything with binary numbers Answer 1: everything Answer 2: binary numbersarrow_forwardStudy Guide 1. Find the two's complement of the following positive binary number: 00111110 Type answer here: 2. Determine the decimal number represented by the following binary number assuming it represents a value in a two's complement number system. 11100000 Type answer here: 3. Find the two's complement number system representation of the following decimal number, using n (number of bits) = 8. -113 Type answer here: 4. Calculate (A – B), and (-A – B) for the following pair of binary numbers, assuming a two’s complement number system with n (number of bits) = 8. Note any unusual results, if any should оссur. 01111010, 00000111 A+B =Type answer here: A-B =Type answer here: -A-B =Type answer here: 5. Determine the parity bit to establish even parity of message a and odd Parity for message b. P10001100 Peven = Type answer here: а. b. PO0110101 Podd =T ype answer here:arrow_forwardIf the ASCII code for uppercase A is 65 (decimal), what will be the ASCII code for lowercase c? {Upper and lowercase letters differ by 32} a. Insufficient information given b. 98 c. 97 d. 99 e. 33arrow_forward
- convert the initial letter of your full name including your middle name (Gonzales, Via Angeline C. = GVAC ) using ASCII/EBCIDIC and Unicode memory representaion.arrow_forwarduse the ASCII code to fill the following table: Characters Decimal Binary C d i n garrow_forwardWhat is the decimal number 550069 in base 23? (Hint: use the ascii array from A1!) What is the decimal number 121775 in base 256?arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage Learning
Systems Architecture
Computer Science
ISBN:9781305080195
Author:Stephen D. Burd
Publisher:Cengage Learning