1/56
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
cin
A C++ object used to receive input from the user.
Stream Extraction Operator
Symbol (>>) used with cin to input data into a program.
Mathematical Expressions
Combinations of numbers and operators to perform calculations.
Order of Operations
Rules defining the sequence in which operations are performed in expressions.
Type Conversion
Automatic or explicit conversion of one data type to another.
Overflow
Occurs when a variable exceeds its maximum storage capacity.
Underflow
Occurs when a variable falls below its minimum storage capacity.
Type Casting
Explicit conversion of a variable from one type to another.
Multiple Assignment
Assigning the same value to multiple variables in one statement.
Combined Assignment
Operators that perform an operation and assignment in one step.
Manipulators
Functions like setw and setprecision used to format output.
Characters
Single letters or symbols used in programming.
Strings
Sequences of characters used to store text.
Mathematical Library Functions
Functions like sqrt and pow used for advanced calculations.
Hand Tracing
Manual simulation of code execution to identify errors.
Keyboard Buffer
Memory area where input values are stored before being read by cin
Prompt
Message displayed to guide users on what data to enter
Console
Text-Based interface for input and output operations
Operator Precedence
The hierarchy determining the order of operations in an expression.
Associativity
The direction in which operators are evaluated when they have the same precedence.
Unary Negation
An operator with right-to-left associativity that negates a value
Type Coercion
Automatic conversion of operands to the same type in C++.