Level 80
Level 82
15 words 0 ignored
Ready to learn
Ready to review
Ignore words
Check the boxes below to ignore/unignore words, then click save at the bottom. Ignored words will never appear in any learning session.
Ignore?
Integer
A specific data type that describes integer value between -2,147,483,648 and 2,147,483,647. In C++,
interpreter
a program that translates and executes source language statements one line at a time
Loop
a sequence of instructions that is continually repeated until a certain condition is reached (unless it is
Method
a collection of statements that are grouped together to perform an operation.
mutator
a method whose purpose is to modify the state of an object
object
An instance of a class
Operators
Special tokens that represent computations like addition, multiplication and division.
parameter
a value passed to a function that the function uses to perform the statements within it
portable
any device that can easily be carried and are battery powered with base computing resources in the
Primitive
an original, non-derived data type
server
a computer dedicated to providing one or more services to other computers or devices on a notebook.
String
a data type with alphanumeric characters and allowed symbols - that which can be contained within
Trace
Following the steps of an algorithm to completion or error.
Whitespace
Extra space (or TAB) characters in a program that are used to help the programmer understand the
BIT
A bit is the basic unit of information in computing and digital communications. A bit can have only one of