πŸ“Š Fundamentals of Computer Programming
Q. Which of the language is sometimes also referred as self-documenting' language?
  • (A) High Level Language
  • (B) Machine Language
  • (C) Assembly Language
  • (D) None of the above
πŸ’¬ Discuss
βœ… Correct Answer: (A) High Level Language
πŸ“Š Fundamentals of Computer Programming
Q. Which program takes multiple object program filesβ€Ÿ fits them together to assemble them into the program's final executable form?
  • (A) Assembler
  • (B) Interpreter
  • (C) Compiler
  • (D) Linker
πŸ’¬ Discuss
βœ… Correct Answer: (D) Linker
πŸ“Š Fundamentals of Computer Programming
Q. Which of the programming language is said to be machine independent language?
  • (A) High Level Language
  • (B) Machine Language
  • (C) Assembly Language
  • (D) All the Above
πŸ’¬ Discuss
βœ… Correct Answer: (A) High Level Language
πŸ“Š Fundamentals of Computer Programming
Q. Which language makes use of mnemonics instead of numeric op-codes & symbolic names for data locations instead of numeric address?
  • (A) Machine Language
  • (B) Assembly Language
  • (C) None
  • (D) High Level Language
πŸ’¬ Discuss
βœ… Correct Answer: (B) Assembly Language
πŸ“Š Fundamentals of Computer Programming
Q. What are the three main types of computer programming languages?
  • (A) Machine language, assembly language, high level language
  • (B) Imperative language, functional language, declarative language
  • (C) COBOL, Fortran-77, C++
  • (D) A & C
πŸ’¬ Discuss
βœ… Correct Answer: (A) Machine language, assembly language, high level language