1 |
Which are the values that do not change ? |
- A. constants
- B. variables
- C. numeric
- D. string
|
2 |
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
|
3 |
____________ can be thought of as a container to store constants: |
- A. box
- B. jar
- C. variable
- D. collection
|
4 |
How many keyword (Reserve words) are ? |
|
5 |
Header file is started from _______ symbol: |
|
6 |
___________ 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
|
7 |
Which one is not IDE ? |
- A. x code
- B. dev, c++
- C. visual studio
- D. python
|
8 |
A float uses __________ bytes of memory: |
|
9 |
A program written in high level language is called: |
- A. source code
- B. objectcode
- C. normalcode
- D. binarycode
|
10 |
Which keyword is used for integer data type ? |
- A. int
- B. float
- C. char
- D. double
|