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

COP2220 Ch3

Computer Science I Chapter 3 Terms

QuestionAnswer
additive expression in C, the binary addition and subtraction expressions
assignment expression an expression containing the assignment operator (=) that results in the value of the expression being placed into the left operand
associativity the parsing direction used to evaluate an expression when all operators have an equal priority
binary expression any expression containing one operator and two operands
block in C, a group of statements enclosed in braces {...}
cast a C operator that changes the type of an expression
compound statement a sequence of statements enclosed in braces
demotion an implicit type conversion in which the rank of an expression is temporarily reduced to match other elements of the expression
explicit type conversion the conversion of a value from one type to another through the cast operator, contrast with implicit type conversion
expression a sequence of operators and operands that reduces the a single value
expression statement an expression terminated by a semicolon
implicit type conversion the automatic conversion of data from one type to another when required within a C program
KISS in this text: keep it short and simple
left-to-right associativity the evaluation of an expression that parses from the left to the right
multiplicative expression an expression that contains a multiply, divide or modulus operator
operand an object in a statement on which an operation is performed
operator the syntactical token representing an action on data (the operand)
postfix expression an expression in which the operator follows the operand
precedence the priority assigned to an operator or group of operators that determines the order in which operators will be evaluated in an expression
primary expression an expression consisting of only a single operator, contrast with post-test loop
promotion an implicit type conversion in which the rank of an expression is temporarily increased to match other elements of the expression
right-to-left associativity the evaluation of an expression that parses from the right to the left
side effect a change in a variable that results from the evaluation of an expression; any input/output performed by a called function
unary expression an expression that consists of one operator and one operand
user prompts monitor messages to a user that request the user input one or more values
Created by: Cmduncan88
Popular Math 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