1 |
Assigning value to variable for the first time is called: |
- A. initiation
- B. variable initialization
- C. variable
- D. string constant
|
2 |
Which of the following is an example of IDE's for C language ? |
- A. visual studio
- B. Xcode
- C. code::blocks
- D. all of these
|
3 |
Keyword unsigned in the used to declare an ________ integer: |
- A. signed
- B. negative integer
- C. unsigned
- D. originalinteger
|
4 |
Which facilitate other programmers to understand our code ? |
- A. common words
- B. comments
- C. end sensitive
- D. section sensitive
|
5 |
Which is the starting point of the execution of the program ? |
- A. main()
- B. body()
- C. end()
- D. center()
|
6 |
Software that facilitates programmers in writing computer programs is known as ___________: |
- A. a complier
- B. an editor
- C. an IDE
- D. a debugger
|
7 |
An _______ consists of tools that help a programmer throughout the phases or writing, executing an testing a computer program: |
- A. DBA
- B. IDE
- C. EDP
- D. editor
|
8 |
Which is used to convert high level programming language into machine language ? |
- A. compiler
- B. C language
- C. code programming
- D. internal programming
|
9 |
software that provides a programming environment and facilitates the programmer is writing and executing computer programs is known as: |
- A. IDE
- B. block
- C. designer
- D. software
|
10 |
An ______ can store only positive values and its value ranges from 0 to +4,294,967,295. |
- A. unsigned int
- B. negativeint
- C. positiveint
- D. integer
|