Pairs
Concepts
More Concepts
Data Types Examples
Potluck
100
C++ and Assembler
What are high and low languages?
100
It can be positive or negative and never changes.
What is a constant?
100
It can be positive, negative or zero and may change.
What is an int (integer)?
100
15
What is an int (integer)?
100
mov();
What is syntax error?
200
One translates line by line and the other translates all at once.
What are Interpreter and Compiler?
200
It is a spelling or grammar mistake.
What is a syntax error?
200
Data sent to the computer.
What is input?
200
$
What is a char (character)?
200
A=5 B=0 C=A/B
What is a run-time error?
300
One is whole and the other has decimals.
What are int (integer) and double (float)?
300
Visual representation of a process to follow.
What is a flowchart?
300
It holds a single keystroke.
What is a char (character)?
300
3.141592
What is a double (float)?
300
It uses symbols to represent actions.
What is a flowchart?
400
This has many and the other just one.
What are string and char (character)?
400
When you get unexpected results.
What is a logical error?
400
It can be true or false.
What is bool (Boolean)?
400
In the following expression: X+2=9 X is this...
What is a variable?
400
It helps you to find mistakes in your code.
What is a debugger?
500
This has words and the other has zeros and ones.
What source code and object code?
500
Classification of data according to special characteristics.
What is data type?
500
Step by step procedure to solve a problem
What is algorithm?
500
I love C++
What is a string?
500
It is done in the natural language of the programmer.
What is pseudo code?