1 |
Which facilitate other programmers to understand our code ? |
- A. common words
- B. comments
- C. end sensitive
- D. section sensitive
|
2 |
Which are the values that do not change ? |
- A. constants
- B. variables
- C. numeric
- D. string
|
3 |
To declare character type variables in C, we use the keyword: |
- A. int
- B. char
- C. float
- D. positive
|
4 |
Which can be thought of as grammar of a programming language ? |
- A. syntax
- B. rules
- C. english
- D. programming
|
5 |
If the value is not proceeded by a sign, it is considered: |
- A. negative
- B. positive
- C. module
- D. single constants
|
6 |
Which language was developed by Dennis Ritchie ? |
- A. Java
- B. C
- C. Python
- D. COBOL
|
7 |
A ________ must be declared before its use: |
- A. character
- B. data type
- C. variable
- D. constant
|
8 |
The conversion of program file into binary file is called: |
- A. editing
- B. compilation
- C. linking
- D. execution
|
9 |
Which are used to include additional information about the program ? |
- A. comments
- B. read only
- C. colon
- D. underscore
|
10 |
Floating point numbers store numbers up to: |
- A. seven digits of precision
- B. eightdigits of precision
- C. tendigits of precision
- D. sixdigits of precision
|