Review of Chapter 1
Quiz yourself by thinking what should be in
each of the black spaces below before clicking
on it to display the answer.
Help!
|
|
||||
---|---|---|---|---|---|
___ which means they capitalize the first letter in the second and subsequent words in the name. | show 🗑
|
||||
show | data type
🗑
|
||||
show | initializing
🗑
|
||||
A ____ is a word that has a special meaning in a programming lanaguage. | show 🗑
|
||||
show | statement
🗑
|
||||
show | semicolon
🗑
|
||||
show | syntax
🗑
|
||||
show | streams
🗑
|
||||
The standard output stream is called ___ and referes to the computer screen. Think of a sequence of characters being sent out to the user through the computer. | show 🗑
|
||||
show | cin
🗑
|
||||
The << that follows the cout in the statement is called the ____ ____. It may also help to think of the this as meaning "sends to". | show 🗑
|
||||
show | extraction operator
🗑
|
||||
A variable is a location inside the computers internal memory. T/F | show 🗑
|
||||
The computer uses a ___ to represent multiplication. | show 🗑
|
||||
show | stream manipulator
🗑
|
||||
The ___ stream manipulator can be used to advance the cursor to the next line on the screen. It stands for _______. | show 🗑
|
||||
___ refers to the process of location and removing any errors, called ___. | show 🗑
|
||||
You create a ___ error when you enter an instruction that violates the programming lanauge's syntax. | show 🗑
|
||||
show | logic
🗑
|
||||
C++ was developed in ___ at Bell Labratories by ____ ___. | show 🗑
|
||||
To create a C++ program, you need to have access to a __ __, often simply called an ___, and a C++ ___. | show 🗑
|
||||
show | source code
🗑
|
||||
show | .cpp
🗑
|
||||
The file containing the source code is called the ___ ___. | show 🗑
|
||||
show | compiler
🗑
|
||||
Machine code is also called, ___ ___. | show 🗑
|
||||
show | .obj
🗑
|
||||
The file containing the object code is called the __ ___. | show 🗑
|
||||
After the compiler creates the object file, it then invokes another program called a ___. The ___ combines the object file with other machine code necessary for you program to run correctly. | show 🗑
|
||||
show | executable file
🗑
|
||||
show | IDE(Integrated Development Environment)
🗑
|
||||
show | comment, internal documentation
🗑
|
||||
show | directive
🗑
|
||||
___ ___ tell the computer where it can find the definition of a keyword | show 🗑
|
||||
A __ is a block of code that performs a task. | show 🗑
|
||||
Functions have ___ following their names. | show 🗑
|
||||
Every C++ has a __ function | show 🗑
|
||||
Some functions return a value after completing their assigned task, while others, referred to as ___ ___, do not. | show 🗑
|
||||
show | function header
🗑
|
Review the information in the table. When you are ready to quiz yourself you can hide individual columns or the entire table. Then you can click on the empty cells to reveal the answer. Try to recall what will be displayed before clicking the empty cell.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
To hide a column, click on the column name.
To hide the entire table, click on the "Hide All" button.
You may also shuffle the rows of the table by clicking on the "Shuffle" button.
Or sort by any of the columns using the down arrow next to any column heading.
If you know all the data on any row, you can temporarily remove it by tapping the trash can to the right of the row.
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.
Normal Size Small Size show me how
Normal Size Small Size show me how
Created by:
darkskye