Study your flashcards anywhere!
Download the official Cram app for free >
- Shuffle
Toggle OnToggle Off
- Alphabetize
Toggle OnToggle Off
- Front First
Toggle OnToggle Off
- Both Sides
Toggle OnToggle Off
- Read
Toggle OnToggle Off
How to study your flashcards.
Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key
Up/Down arrow keys: Flip the card between the front and back.down keyup key
H key: Show hint (3rd side).h key
A key: Read text to speech.a key
6 Cards in this Set
- Front
- Back
decrement
|
to decrease a number by a given amount
|
|
comment
|
text embedded in a program for documentation purposes
|
|
queue
|
a multi-element data structure from which elements can be removed only in the same order in which they were inserted
|
|
stack
|
a region of reserved memory in which programs store status data such as procedure and function call addresses, passed parameters, and sometimes local variables
|
|
concatenate
|
to join sequentially
|
|
inoculate
|
to protect a program against virus infection by recording characteristic information about it
|