Top 80+ Solved Fundamentals of Computer Programming 1 MCQ Questions Answer
Q. Kernel is also known as -(C) COBOL (D) BASIC
a. Operating System
b. Heart of OS
c. High Level Language
d. Low Level Language
Q. Choose correct form of the format of assembly instruction.
a. [comment] [label] <opcode> <operand>
b. [label]<operand><opcode> [;comment]
c. <opcode>(opera
d. [label] [;comment] (D) [label]<opcode><operand> [;comment]
Q. Which language is having more readable, easy to debug and fast development features?
a. Machine Level Language
b. Assembly Language
c. High Level Language
d. All of the above 39.
Q. Which language is easy to understand by machine?
a. Low Level Language
b. Assembly Language
c. High Level Language
d. None of the above
Q. FORTRON stands for -
a. For Translation
b. Formula Translator
c. Formula Translation
d. None of the above
Q. Which data type is the major feature of 'c' language?
a. Pointer
b. Union
c. Structure
d. All of the above
Q. Which of the language was primarily used for internet based applications?
a. C
b. JAVA
c. LISP
d. COBOL
Q. Which of the language is most widely used language for AI applications?
a. PASCAL
b. LISP
c. COBOL
d. C
Q. Which of the term refers to the information describing various products and services to the usersin both computer and software development. ?
a. Documentation
b. Debugging
c. Testing
d. None of above
Q. ............... refers to the process of collecting, organizing and maintaining a complete record ofprograms and other documents used during the different phases of software development.
a. Debugging
b. Documentation
c. Both A and B
d. Testing