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


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
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.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
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

CPI Module 15

Course Review

TermDefinition
modularization a solution method is broken into smaller sub problems, which in turn are broken down into smaller sub problems, continuing until each sub problem can be solved in a few steps
naming convention when controls are named in a certain way
variable a named place in computer memory that holds a value
data type tells the computer what type of value to expect in a variable
integer denoted by int and is used with both positive and negative numbers
string denoted by str and is used with strings of characters/words
double denoted by dbl and is used with decimal numbers
ACM Association for Computing Machinery, membership organization for computing professionals
syntax error occur when programmer doesn't follow rules of programming language, prevents program from running, wavy blue line appears under error
logic error occur when program compiles and executes but the output is not what you wanted/expected
operators the symbols we use for performing math
order of operations Parentheses, Exponents, Multiply (left to right), Divide (in order in which it appears in problem), Add (left to right), Subtract (left to right)
and, or, not 3 types of compound expressions
logical operator used to form an expression with multiple conditions
loop code repeated actions in a program
iteration each time the loops runs
For ...Next Statements loop structures that utilize a counter which begins at an assigned number
comments brief explanatory notes added to code for the benefit of those reading it
convert 1001 from binary to decimal (8 x 1) + (4 x 0) + (2 x 0) + (1 x 1) = 8 + 0 + 0 + 1 = 9 1001 in binary = 9 in decimal
accumulator variable that the program uses to calculate a sum or product of a series of values
Do ...Loop repeats a block of statements while a Boolean condition is true or until the condition becomes true
UCase coverts a String object to all uppercase letters
milliseconds time control interval property specified in
Created by: jean.sciacca
Popular Computers sets

 

 



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