Computer Knowledge

Programming Languages and Compilers

1,170 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. It was the basic language that computers were built to use.

  2. It originally ran as basic terminal.

  3. It was named after Yugoslavian programmer Vladimir basic.

  4. It was an acronym, i.e. Beginner's All-Purpose Symbolic Instruction Code.

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

BASIC is an acronym that stands for Beginner's All-Purpose Symbolic Instruction Code, designed to be easy for students to learn.

Multiple choice
  1. COBOL

  2. BASIC

  3. FORTRAN

  4. PASCAL

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

FORTRAN (Formula Translation) is widely considered the first high-level programming language to be widely used, developed by IBM in the 1950s.