177. The ____ store the information passed to the function when the...
122. When a program instructs the computer to assign a value to a...
130. In a flowchart, there is/are ____ flowline(s) leading out of the...
102. The repetition structure is also referred to as a loop or as...
141. A(n) ____ is a set of step-by-step instructions that accomplish a...
175. The modulus arithmetic operator (____) divides two integers and...
222. When two or more methods have the same name but different...
145. The flowchart symbol for the switch form of the selection...
114. ____ refers to the process of locating and removing any errors in...
176. To use the time() function in a program, the program must contain...
110. In a flowchart, the oval symbol is called the ____ symbol.
133. You use ____ to test for equality in C++.
135. The And operator in C++ is ____.
148. In C++, the switch statement begins with the switch clause...
113. ____ is called the extraction operator.
123. After executing the following lines of code, the result will be...
168. In the code shown above, the ____ variable is used as a counter.
190. When the computer processes the return 0; statement in the main()...
129. The ____ in a flowchart is called the selection/repetition...
134. When the ____ logical operator is used to create a compound...
104. The Windows environment typically uses ____ such as check boxes,...
132. You can use ____ to override the order of precedence of...
136. The Or operator in C++ is ____.
143. A common error made when writing selection structures is to use a...
167. In the code shown above, the ____ clause begins the outer loop.
181. The scope of a variable can be either ____.
165. The do while statement ends with a(n) ____.
111. In a flowchart, the parallelogram symbol is called the ____...
154. In a flowchart, the repetition symbol contains the loop ____.
201. The information in a(n) ____ access file is always accessed in...
206. When using the open() function, you use the ____ mode to open a...
157. ____ means to assign a beginning value to a counter or...
160. The repetition structure is referred to more simply as a(n) ____.
171. A(n) ____ is a block of code that performs a task.
120. ____ is a character literal constant.
152. Values that are used to end loops are referred to as ____ values.
112. ____ is called the insertion operator.
121. ____ is a string literal constant.
146. In a flowchart, the switch symbol has ____ flowline(s) leading...
166. You can stop an endless loop either by pressing ____ or by...
188. The function prototype ____ indicates that the first two...
192. ____ declares and initializes a four-element string array named...
200. The information in a(n) ____ access file can be accessed by its...
208. The ____ statement tells the computer to open for append the...
142. If the code is X and the sales amount is 15000, the value of the...
184. The function body in a ____ function does not contain a return...
207. The scope resolution operator in C++ is ____.
147. In C++, you use the ____ statement to code the switch form of the...
191. A subscript is also called a(n) ____.
195. When using bubble sort to sort an array in ascending order, at...
197. The ____ statement shows a function call that passes the prices...
198. Variables located in the first row in a two-dimensional array are...
211. A ____ is a single item of information about a person, place, or...
107. A programmer ____ a program by running it on the computer, using...
116. When you compile a Microsoft Visual C++ 2005 program, the...
125. The statement ____ creates a string variable named company and...
155. In a flowchart, the repetition symbol has ____ flowline(s)...
174. In .NET C++, you use the ____ class to generate random numbers.
189. ____ is an example of a valid function call.
212. You close a file using the ____ function.
215. ____ is the object-oriented feature that allows the same...
216. In addition to using the classes built into C++, you also can...
220. Most programmers enter a class definition in a separate file...
105. The translation of an algorithm into a language that the computer...
126. The ____ function can be used to get string input from the user...
128. A(n) ____ selection structure contains only one set of...
202. Before you can write the fourth line in a(n) ____ access file,...
144. Multiple-path selection structures are also referred to as ____...
162. Repetitions in a loop are called ____.
169. In the code shown above, the ____ clause begins the inner loop.
173. Although the value of RAND_MAX varies with different systems, its...
179. The function body begins with ____.
187. A ____ function uses its return value to send information back to...
193. The statement ____ assigns the character X to the first element...
117. A #include ____ provides a convenient way to merge the source...
137. The ____ operator has a higher precedence than the <=...
103. Some high-level languages use a(n) ____ rather than a(n) ____.
115. ____ is an example of a syntax error.
194. The bubble sort algorithm works by comparing adjacent array...
196. The ____ statement shows the prototype of a function that...
199. ____ declares and initializes a three-row, two-column char array...
217. You specify the attributes and behaviors using a(n) ____.
108. The purpose of analyzing a problem is to determine the goal of...
118. Variables and ____ are locations (within the computer’s...
124. The ____ statement tells the computer to convert the double...
158. In most for clauses, the ____ argument creates and initializes a...
161. Programmers use the ____ structure when they need the computer to...
163. The repetition symbol in a flowchart contains the ____.
213. The term "encapsulate" means "to enclose in a capsule." In the...
214. An object’s ____ are the operations that the object is capable...
101. Programs written in an assembly language require a(n) ____, which...
150. Pretest loops are also called ____ loops.
151. The instructions in a ____ loop will be processed at least once.
172. You can use the built-in C++ ____ function to raise a number to a...
209. The computer uses a file ____ to keep track of the next character...
109. Some programmers use a(n) ____ to organize and summarize the...
127. To use the fixed stream manipulator, the program must contain the...
205. You use the input and output file objects, along with the C++...
210. The ____ is the Not logical operator in C++.
138. In C++, you can use the ____ function to convert a character to...
140. You need to enter the ____ statement in any program that uses the...
156. You can code the pretest loop in C++ using the ____ statement.
218. ____ is an example of Pascal case.
106. A coded algorithm is called a ____.
159. A common error made by C++ programmers is to separate the...
203. For a program to create a file object, it must contain the ____...
219. A ____ is a function that is defined in a class definition.
221. ____ is the scope resolution operator.
183. The function header in a void function begins with ____.
186. ____ function uses variables that are passed by reference to send...
182. A ____ function returns precisely one value to the statement that...
149. In the switch statement, when the selectorExpression does not...
180. A variable’s ____ indicates how long the variable remains in...
185. Passing a variable’s value to a function is referred to as...
131. Comparison operators are often referred to as ____ operators.
139. You need to enter the ____ directive in any program that uses the...
119. Examples of ____ in the C++ programming language include int,...
178. The items of information you pass to a function are called ____.
170. In the code shown above, the computer continues processing the...
164. Step 1 in the following algorithm contains the ____.1. enter the...
204. A program that creates an input file object should include the...
153. In a loop, the ____ read is used to prepare or set up the loop.