1 |
___________ make it easier to read and write values in array. |
- A. Loop
- B. Conditions
- C. Expressions
- D. Functions
|
2 |
Which provides us the basic platform to write and execute programs ? |
- A. tools
- B. programming environemtn
- C. designer
- D. programming languages
|
3 |
Which are used to include additional information about the program ? |
- A. comments
- B. read only
- C. colon
- D. underscore
|
4 |
Which keyword is used to declare the floating type variable ? |
- A. int
- B. float
- C. positive
- D. char
|
5 |
A set of multiple instructions enclosed in braces is called a _______: |
- A. box
- B. block
- C. list
- D. job
|
6 |
Which header file includes file that contains information related to input and output functions ? |
- A. math.h
- B. stdio.h
- C. string.h
- D. c.h
|
7 |
In which control all the statements are executed in the given sequence: |
|
8 |
Multiple variables of same data type may also be declared in a: |
- A. multiple
- B. single statement
- C. many
- D. multiple variable
|
9 |
Programmers write computer programs in special languages called: |
- A. general languages
- B. programming languages
- C. popper languages
- D. constant
|
10 |
Which of the following tells about which operations should be performed first ? |
- A. precedence
- B. rule
- C. sequence
- D. random
|