This section contains more frequently asked Programming In C Basics Multiple Choice Questions Answers in the various University Level and Competitive Examinations.
1. First high level language to be implemented on personal computers
- FORTRAN
- BASIC
- PASCAL
2. Hungarian Notation is used to
- Design system manual
- Design user manual
- Define name of the variable depending on its use and data type
- All
3. Java is a
- Machine level language
- Middle level language
- High level language
- None
4. SNOBOL is mainly used for
- List operations
- Numerical operations
- Text Operation
- None
5. Which of the following is not case sensitive language?
- C
- Java
- C++
- None
6. FORTRAN is a
- General purpose and procedural language
- Imperative programming language
- Both A and B
- None
7. An assembly language consists of following which type of instructions.
- Mnemonics
- Opcodes
- Operands
- Fields
8. ‘C’ is a
- Assembly language
- Middle level language
- High level language
- None
9. Structured programming languages are also known as
- Modular
- Case sensitive
- Pseudocode
- Object oriented language
10. Which of the following is a case sensitive language?
- C++
- Pascal
- BASIC
- All