Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password

Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.

Question

___ which means they capitalize the first letter in the second and subsequent words in the name.
click to flip
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't know

Question

The ____ ____ specifies the type of data(for example, decimal, or integer) each item represents.
Remaining cards (38)
Know
0:00
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

C++ Chapter 1

Review of Chapter 1

QuestionAnswer
___ which means they capitalize the first letter in the second and subsequent words in the name. camel case
The ____ ____ specifies the type of data(for example, decimal, or integer) each item represents. data type
The programmer must assign an initial value to each item, referred to as ____. initializing
A ____ is a word that has a special meaning in a programming lanaguage. keyword
The instructions to declare a variable is considered a _____. statement
All C++ statements must end with a ____. semicolon
The ___ of a language, whether it's C++ or English is the set of rules that you must follow to use the language. syntax
In C++, you use ___ which are just sequences of characters, to perform standard input and output operators. 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. cout
The standard input strea is ___ and refers to the computer keyboard. Think of this stream as a a sequence of characters sent in to the computer through the keyboard. 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". insertion operator
For the user to enter the information, you need to use both the standard input stream cin and the extraction operators, as shown in the statement cin >> currentPay; The >> that follows cin is called the ___ ___. It may help to think of it as "gets from" extraction operator
A variable is a location inside the computers internal memory. T/F True
The computer uses a ___ to represent multiplication. asterisk
A __ ___ allows the program to manipulate or manage, the input and output stream characters in some way. stream manipulator
The ___ stream manipulator can be used to advance the cursor to the next line on the screen. It stands for _______. endl, end of line
___ refers to the process of location and removing any errors, called ___. debugging, bugs
You create a ___ error when you enter an instruction that violates the programming lanauge's syntax. syntax
You create a ___ error when you enter an instruction that doesn't give you the expected results. logic
C++ was developed in ___ at Bell Labratories by ____ ___. 1972, Dennis Ritchie
To create a C++ program, you need to have access to a __ __, often simply called an ___, and a C++ ___. text editor, editor, compiler
You use the editor to enter the C++ instructions, called __ __, into the computer. source code
Source code files created using Microsoft Visual C++ 2005 have the filename extension ___ which stands for C plus plus .cpp
The file containing the source code is called the ___ ___. source file
A ___ is necessary to translate the high-level instructions into machine code --0s and 1s that the computer can understand. compiler
Machine code is also called, ___ ___. object code
When you compile a Microsoft Visual S++ program, the compiler generates the appropriate object code, saving it automatically in a file whose filename extension is __ .obj
The file containing the object code is called the __ ___. object file
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. linker
The linker produces a(n) ______ ___ which is a file that contains all the machine code necessary to run your C++ program as many times as desired without the need for translating the program again. executable file
Many C++ systems, contain both the editor and compiler in one integrated environment, referred to as an ______. IDE(Integrated Development Environment)
A ___ is a message to the person reading the program and is referred to as ___ ____. comment, internal documentation
C++ programs typically include at least one ___ and most include many. The #include<iostream> ___ is a special instruction that tells the compiler to include the contents of another file(iostream) in the current program. directive
___ ___ tell the computer where it can find the definition of a keyword using statements
A __ is a block of code that performs a task. function
Functions have ___ following their names. parantheses
Every C++ has a __ function main
Some functions return a value after completing their assigned task, while others, referred to as ___ ___, do not. void functions
A ___ ___ marks the beginning of a function. function header
Created by: darkskye
 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards