Module 2 Flashcards
(46 cards)
A sequence of statements whose objective is to acomplish a task
Computer program
The process of planning and creating a program
Programing
A set of rules, symbols, and special words
Programming language
A reserved word
Keyword
A function that is already written and provided as part of the system
Predifined
A collection of statements; when activated, or exicuted, it acomplishes something
Function
A set of values together with a set of operations
Data types
A data type that deals with decimal numbers
Floating point
A c++ identifier consists of letters, digits, and the underscore character (_); it must begin with a letter or underscore
Identifiers
A data type that deals with integers, or numbers without a decimal part
Integral
A user-defined data type
Enumeration
A form of scientific notation used to represent real numbers
Floating point notation
The data type ____ is used in C++ to represent any decimal number between -3.410^38 and 3.410^38. The memory allocated for a values of the ___ data type is FOUR BYTES
Float
A predifined ordering for the characters in a set
Collating sequence
Values of the type double
Double precision
The data type _____ is used in C++ to represent any decimal number between -1.710^308 and 1.710^308. The memory allocated for a value of the ____ type is EIGHT BYTES
Double
The maximum number of significant digits
Percision
Numbers appearing in an arithmetic experession
Operands
An expression constructed using arithmetic operators and numbers
Arithmatic experession
The ____ of arithmetic operators is said to be from left to right.
Associativity
Arithmetic operation on character data
Character arithmetic
An operator that has two operands
Bianary operators
An expression in which all operands are integers
Integral expressions
An operator that has only one operand
Unary operators