1 |
Each statement ends with: |
|
2 |
Every programming language has some primitive building blocks and follows some grammar rules known as its __________: |
- A. programming rules
- B. syntax
- C. building blocks
- D. semantics rules
|
3 |
How many keyword (Reserve words) are ? |
|
4 |
A list of words that are predefined and must not be used by the programmer to name his own variables are known: |
- A. auto words
- B. reservedwords
- C. restrictedwords
- D. predefinedwords
|
5 |
____________ can be thought of as a container to store constants: |
- A. box
- B. jar
- C. variable
- D. collection
|
6 |
Every programming language has some primitive building blocks and follows some grammar rules known as: |
- A. rules
- B. signs
- C. blocks
- D. syntax
|
7 |
How many parts C language program is divided ? |
|
8 |
Which is software that is responsible for conversion of a computer program written in some programming language to machine language code ? |
- A. header
- B. compiler
- C. progammer
- D. text editor
|
9 |
A ________ must be declared before its use: |
- A. character
- B. data type
- C. variable
- D. constant
|
10 |
___________ is a software that is responsible for the conversion of program files to machine understandable and executable code: |
- A. compiler
- B. editor
- C. ide
- D. debugger
|