1 |
These are the values including a decimal point: |
- A. real constants
- B. string constants
- C. characterconstants
- D. singleconstants
|
2 |
Which help us to understand our own code even after years of writing it? |
- A. common words
- B. comments
- C. end sensitive
- D. section sensitive
|
3 |
A __________ has a graphical user interface (GUI), meaning that a user can interact with it using windows and buttons to provide input and get output: |
- A. IDE
- B. programming
- C. constant
- D. EDA
|
4 |
Which one is not IDE ? |
- A. x code
- B. dev, c++
- C. visual studio
- D. python
|
5 |
How many keyword (Reserve words) are ? |
|
6 |
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
|
7 |
All the statements inside these ______ make the body of main function: |
|
8 |
Which is a part where head files are included ? |
- A. header section
- B. mainsection
- C. bodysection
- D. fullsection
|
9 |
For initializing a variable, we use ________ operator: |
|
10 |
Any single small case letter, upper case letter, digit, punctuation mark, special symbol enclosed within ' ' is considered: |
- A. integerconstants
- B. stringconstants
- C. characterconstants
- D. singleconstants
|