1 |
__________ specifies the type of variable, the range of values allowed by that variable and the kind of operations that can be performed on it: |
- A. variable
- B. constant
- C. string
- D. declaring a variable
|
2 |
In main function everything enclosed in: |
- A. body
- B. included files
- C. curly braces
- D. file
|
3 |
If the value is not proceeded by a sign, it is considered: |
- A. negative
- B. positive
- C. module
- D. single constants
|
4 |
These are the values without a decimal point: |
- A. integer constants
- B. stringconstants
- C. characterconstants
- D. singleconstants
|
5 |
Which data type is used to store a real number ? |
- A. float
- B. negative integer
- C. unsigned
- D. original integer
|
6 |
The person who knows how to write a computer program correctly is known as: |
- A. programmer
- B. firmware
- C. engineer
- D. composer
|
7 |
Each statement ends with: |
|
8 |
Main screen of an ______ where we can write our programs: |
- A. DBA
- B. EDP
- C. IDE
- D. editor
|
9 |
The conversion of program file into binary file is called: |
- A. editing
- B. compilation
- C. linking
- D. execution
|
10 |
________include specifying variable's data type and giving it a valid name: |
- A. identifier
- B. variable declaration
- C. formula
- D. constant
|