[Page 70 (continued)] a. are used to document a program and improve its readability. [Page 71]

Similar documents
Chapter One Introduction to Programming

Chapter 2: Elements of Java

Introduction to Visual C++.NET Programming. Using.NET Environment

C++ Language Tutorial

Name: Class: Date: 9. The compiler ignores all comments they are there strictly for the convenience of anyone reading the program.

What is a Loop? Pretest Loops in C++ Types of Loop Testing. Count-controlled loops. Loops can be...

Simple C++ Programs. Engineering Problem Solving with C++, Etter/Ingber. Dev-C++ Dev-C++ Windows Friendly Exit. The C++ Programming Language

Negative Integral Exponents. If x is nonzero, the reciprocal of x is written as 1 x. For example, the reciprocal of 23 is written as 2

( ) FACTORING. x In this polynomial the only variable in common to all is x.

Introduction to Java Applications Pearson Education, Inc. All rights reserved.

9 Control Statements. 9.1 Introduction. 9.2 Objectives. 9.3 Statements

MULTIPLICATION AND DIVISION OF REAL NUMBERS In this section we will complete the study of the four basic operations with real numbers.

Visual Logic Instructions and Assignments

Math 0980 Chapter Objectives. Chapter 1: Introduction to Algebra: The Integers.

Advanced GMAT Math Questions

LSN 2 Number Systems. ECT 224 Digital Computer Fundamentals. Department of Engineering Technology

Oct: 50 8 = 6 (r = 2) 6 8 = 0 (r = 6) Writing the remainders in reverse order we get: (50) 10 = (62) 8

Data Storage. Chapter 3. Objectives. 3-1 Data Types. Data Inside the Computer. After studying this chapter, students should be able to:

Introduction to Python

Java Basics: Data Types, Variables, and Loops

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

Florida Math Correlation of the ALEKS course Florida Math 0018 to the Florida Mathematics Competencies - Lower

2011, The McGraw-Hill Companies, Inc. Chapter 3

Scanner sc = new Scanner(System.in); // scanner for the keyboard. Scanner sc = new Scanner(System.in); // scanner for the keyboard

C++ Programming: From Problem Analysis to Program Design, Fifth Edition. Chapter 3: Input/Output

Copy in your notebook: Add an example of each term with the symbols used in algebra 2 if there are any.

Quick Reference ebook

Grade 7/8 Math Circles Fall 2012 Factors and Primes

Math Circle Beginners Group October 18, 2015

13 Classes & Objects with Constructors/Destructors

LAYOUT OF THE KEYBOARD

JavaScript: Introduction to Scripting Pearson Education, Inc. All rights reserved.

This is a square root. The number under the radical is 9. (An asterisk * means multiply.)

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( )( ). The Odd-Root Property

JavaScript: Control Statements I

How do you compare numbers? On a number line, larger numbers are to the right and smaller numbers are to the left.

SAT Math Facts & Formulas Review Quiz

Variables, Constants, and Data Types

A.2. Exponents and Radicals. Integer Exponents. What you should learn. Exponential Notation. Why you should learn it. Properties of Exponents

Scope and Sequence KA KB 1A 1B 2A 2B 3A 3B 4A 4B 5A 5B 6A 6B

University of Toronto Department of Electrical and Computer Engineering. Midterm Examination. CSC467 Compilers and Interpreters Fall Semester, 2005

Tennessee Mathematics Standards Implementation. Grade Six Mathematics. Standard 1 Mathematical Processes

Base Conversion written by Cathy Saxton

PROG0101 Fundamentals of Programming PROG0101 FUNDAMENTALS OF PROGRAMMING. Chapter 3 Algorithms

Conditionals (with solutions)

Math Workshop October 2010 Fractions and Repeating Decimals

QUIZ-II QUIZ-II. Chapter 5: Control Structures II (Repetition) Objectives. Objectives (cont d.) 20/11/2015. EEE 117 Computer Programming Fall

a 1 x + a 0 =0. (3) ax 2 + bx + c =0. (4)

ModuMath Basic Math Basic Math Naming Whole Numbers Basic Math The Number Line Basic Math Addition of Whole Numbers, Part I

26 Integers: Multiplication, Division, and Order

Introduction to the TI-Nspire CX

Informatica e Sistemi in Tempo Reale

Boolean Expressions, Conditions, Loops, and Enumerations. Precedence Rules (from highest to lowest priority)

Computer Programming C++ Classes and Objects 15 th Lecture

Number Representation

The Center for Teaching, Learning, & Technology

Number Sense and Operations

Activity 1: Using base ten blocks to model operations on decimals

MATLAB Programming. Problem 1: Sequential

Microsoft Access 3: Understanding and Creating Queries

VB.NET Programming Fundamentals

Solve addition and subtraction word problems, and add and subtract within 10, e.g., by using objects or drawings to represent the problem.

Answers to Review Questions Chapter 7

I PUC - Computer Science. Practical s Syllabus. Contents

Direct Translation is the process of translating English words and phrases into numbers, mathematical symbols, expressions, and equations.

Everyday Mathematics CCSS EDITION CCSS EDITION. Content Strand: Number and Numeration

Everyday Mathematics GOALS

VHDL Test Bench Tutorial

Charlesworth School Year Group Maths Targets

AIP Factoring Practice/Help

1.6 The Order of Operations

Expression. Variable Equation Polynomial Monomial Add. Area. Volume Surface Space Length Width. Probability. Chance Random Likely Possibility Odds

Algebra 1: Basic Skills Packet Page 1 Name: Integers ( 30) ( 4)

3. Convert a number from one number system to another

Glencoe. correlated to SOUTH CAROLINA MATH CURRICULUM STANDARDS GRADE 6 3-3, , , 4-9

Prime Factorization 0.1. Overcoming Math Anxiety

Prentice Hall Mathematics: Course Correlated to: Arizona Academic Standards for Mathematics (Grades 6)

Handout 1. Introduction to Java programming language. Java primitive types and operations. Reading keyboard Input using class Scanner.

The Factor Theorem and a corollary of the Fundamental Theorem of Algebra

C++ Input/Output: Streams

of surface, , , of triangle, 548 Associative Property of addition, 12, 331 of multiplication, 18, 433

SYSTEMS OF EQUATIONS AND MATRICES WITH THE TI-89. by Joseph Collison

ALGORITHMS AND FLOWCHARTS. By Miss Reham Tufail

HIBBING COMMUNITY COLLEGE COURSE OUTLINE

Characteristics of the Four Main Geometrical Figures

Section 3-3 Approximating Real Zeros of Polynomials

Math 0306 Final Exam Review

YOU MUST BE ABLE TO DO THE FOLLOWING PROBLEMS WITHOUT A CALCULATOR!

This is great when speed is important and relatively few words are necessary, but Max would be a terrible language for writing a text editor.

Access Part 2 - Design

Using Casio Graphics Calculators

6 EXTENDING ALGEBRA. 6.0 Introduction. 6.1 The cubic equation. Objectives

MATH 60 NOTEBOOK CERTIFICATIONS

ALGORITHMS AND FLOWCHARTS

Moving from CS 61A Scheme to CS 61B Java

Microsoft Excel 2010 Tutorial

Solving Rational Equations

Factoring and Applications

Transcription:

[Page 70 (continued)] Exercises 2.7 Discuss the meaning of each of the following objects: a. std::cin b. std::cout 2.8 Fill in the blanks in each of the following: a. are used to document a program and improve its readability. [Page 71] b. The object used to print information on the screen is. c. A C++ statement that makes a decision is. d. Most calculations are normally performed by statements. e. The object inputs values from the keyboard. 2.9 Write a single C++ statement or line that accomplishes each of the following: a. Print the message "Enter two numbers". b. Assign the product of variables b and c to variable a. c. State that a program performs a payroll calculation (i.e., use text that helps to document a program). d. Input three integer values from the keyboard into integer variables a, b and c. 2.10 State which of the following are true and which are false. If false, explain your answers. a. C++ operators are evaluated from left to right. b. The following are all valid variable names: _under_bar_, m928134, t5, j7, her_sales, his_account_total, a, b, c, z, z2. c. The statement cout << "a = 5;"; is a typical example of an assignment statement. d. A valid C++ arithmetic expression with no parentheses is evaluated from

left to right. e. The following are all invalid variable names: 3g, 87, 67h2, h22, 2h. 2.11 Fill in the blanks in each of the following: a. What arithmetic operations are on the same level of precedence as multiplication?. b. When parentheses are nested, which set of parentheses is evaluated first in an arithmetic expression?. c. A location in the computer's memory that may contain different values at various times throughout the execution of a program is called a. 2.12 What, if anything, prints when each of the following C++ statements is performed? If nothing prints, then answer "nothing." Assume x = 2 and y = 3. a. cout << x; b. cout << x + x; c. cout << "x="; d. cout << "x = " << x; e. cout << x + y << " = " << y + x; f. z = x + y; g. cin >> x >> y; h. // cout << "x + y = " << x + y; i. cout << "\n"; 2.13 Which of the following C++ statements contain variables whose values are replaced? a. cin >> b >> c >> d >> e >> f; b. p = i + j + k + 7; c. cout << "variables whose values are replaced"; d. cout << "a = 5"; 2.14 Given the algebraic equation y = ax 3 + 7, which of the following, if any, are correct C++ statements for this equation? a. y = a * x * x * x + 7; b. y = a * x * x * ( x + 7 ); c. y = ( a * x ) * x * ( x + 7 ); d. y = (a * x) * x * x + 7; e. y = a * ( x * x * x ) + 7;

f. y = a * x * ( x * x + 7 ); [Page 72] 2.15 State the order of evaluation of the operators in each of the following C++ statements and show the value of x after each statement is performed. a. x = 7 + 3 * 6 / 2-1; b. x = 2 % 2 + 2 * 2-2 / 2; c. x = ( 3 * 9 * ( 3 + ( 9 * 3 / ( 3 ) ) ) ); 2.16 Write a program that asks the user to enter two numbers, obtains the two numbers from the user and prints the sum, product, difference, and quotient of the two numbers. 2.17 Write a program that prints the numbers 1 to 4 on the same line with each pair of adjacent numbers separated by one space. Do this several ways: a. Using one statement with one stream insertion operator. b. Using one statement with four stream insertion operators. c. Using four statements. 2.18 Write a program that asks the user to enter two integers, obtains the numbers from the user, then prints the larger number followed by the words "is larger." If the numbers are equal, print the message "These numbers are equal." 2.19 Write a program that inputs three integers from the keyboard and prints the sum, average, product, smallest and largest of these numbers. The screen dialog should appear as follows: Input three different integers: 13 27 14 Sum is 54 Average is 18 Product is 4914 Smallest is 13 Largest is 27 2.20 Write a program that reads in the radius of a circle as an integer and prints the circle's diameter, circumference and area. Use the constant value 3.14159 for π. Do all calculations in output statements. [Note: In this chapter, we have discussed only integer constants and variables. In Chapter 4 we discuss floating-point

numbers, i.e., values that can have decimal points.] 2.21 Write a program that prints a box, an oval, an arrow and a diamond as follows: ********* *** * * * * * * *** * * * * * * ***** * * ********* *** * * 2.22 What does the following code print? cout << "*\n**\n***\n****\n*****" << endl; 2.23 Write a program that reads in five integers and determines and prints the largest and the smallest integers in the group. Use only the programming techniques you learned in this chapter. 2.24 Write a program that reads an integer and determines and prints whether it is odd or even. [Hint: Use the modulus operator. An even number is a multiple of two. Any multiple of two leaves a remainder of zero when divided by 2.] [Page 73] 2.25 Write a program that reads in two integers and determines and prints if the first is a multiple of the second. [Hint: Use the modulus operator.] 2.26 Display the following checkerboard pattern with eight output statements, then display the same pattern using as few statements as possible. 2.27 Here is a peek ahead. In this chapter you learned about integers and the type int.

C++ can also represent uppercase letters, lowercase letters and a considerable variety of special symbols. C++ uses small integers internally to represent each different character. The set of characters a computer uses and the corresponding integer representations for those characters is called that computer's character set. You can print a character by enclosing that character in single quotes, as with cout << 'A'; // print an uppercase A You can print the integer equivalent of a character using static_cast as follows: cout << static_cast< int >( 'A' ); // print 'A' as an integer This is called a cast operation (we formally introduce casts in Chapter 4). When the preceding statement executes, it prints the value 65 (on systems that use the ASCII character set). Write a program that prints the integer equivalent of a character typed at the keyboard. Test your program several times using uppercase letters, lowercase letters, digits and special characters (like $). 2.28 Write a program that inputs a five-digit integer, separates the integer into its individual digits and prints the digits separated from one another by three spaces each. [Hint: Use the integer division and modulus operators.] For example, if the user types in 42339, the program should print: 4 2 3 3 9 2.29 Using only the techniques you learned in this chapter, write a program that calculates the squares and cubes of the integers from 0 to 10 and uses tabs to print the following neatly formatted table of values: integer square cube 0 0 0 1 1 1 2 4 8 3 9 27 4 16 64 5 25 125 6 36 216 7 49 343 8 64 512 9 81 729 10 100 1000