1 |
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
|
2 |
The conversion of program file into binary file is called: |
- A. editing
- B. compilation
- C. linking
- D. execution
|
3 |
Every programming language has some primitive building blocks and follows some grammar rules known as: |
- A. rules
- B. signs
- C. blocks
- D. syntax
|
4 |
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
|
5 |
Which is the starting point of the execution of the program ? |
- A. main()
- B. body()
- C. end()
- D. center()
|
6 |
_________ includes specifying its data type and giving it a valid name: |
- A. variable
- B. constant
- C. string
- D. declaring a variable
|
7 |
Set of instruction given to the computer to perform a specific task is known as: |
- A. computer program
- B. software
- C. both a and b
- D. none of these
|
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 |
Which section corresponds to the main function and the body of the main function ? |
- A. header
- B. main
- C. body
- D. full
|
10 |
How many bytes of memory is used by integer data type ? |
|