Computer Knowledge

Programming Languages and Compilers

2,284 Questions

Programming languages and compilers involve the rules, syntax, and semantics used to write and execute software programs. Key areas include scripting languages, object oriented concepts, and parsing algorithms like top down parsers. Practice these computer science questions to build proficiency for technical and computer knowledge exams.

Object oriented languagesScripting languagesCompilers and parsersProgramming syntax

Programming Languages and Compilers Questions

Multiple choice
  1. Common Business oriented language

  2. Computer oriented Business Operations language

  3. Common Business Operations Language

  4. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

COBOL stands for Common Business Oriented Language. It was one of the earliest high-level programming languages and is still widely used in business, finance, and administrative systems.

Multiple choice
  1. Assembly Language

  2. Machine Language

  3. HLL

  4. 4GL

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Assembly language uses mnemonics (short codes like MOV, ADD, SUB) to represent machine-level instructions, making it easier for humans to read than pure binary machine code.