1 |
We need to declare a ________ before we can use it in the program: |
- A. variable
- B. constant
- C. string
- D. underscore
|
2 |
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
|
3 |
Words which have predefined meaning is known as: |
- A. reserved words
- B. keywords
- C. both a and b
- D. syntax
|
4 |
C language is: |
- A. top sensitive
- B. casesensitive
- C. endsensitive
- D. sectionsensitive
|
5 |
Which is used to convert high level programming language into machine language ? |
- A. compiler
- B. C language
- C. code programming
- D. internal programming
|
6 |
Software that allows programmers to write and edit computer progams: |
- A. editor
- B. code
- C. software
- D. programmer
|
7 |
Which data type is used to store a real number ? |
- A. float
- B. negative integer
- C. unsigned
- D. original integer
|
8 |
Which language was developed by Dennis Ritchie ? |
- A. Java
- B. C
- C. Python
- D. COBOL
|
9 |
Words which have special meaning in language are called: |
- A. simple word
- B. englishword
- C. reservedwords
- D. commonwords
|
10 |
Which name must begin with a letter or an underscore, it cannot begin with a digit ? |
- A. character
- B. variable
- C. constant
- D. string
|