Assignment 8

123456789
Across
  1. 2. A programming paradigm based on the concept of objects that contain both data and methods.
  2. 3. A programming paradigm based on relations between entities, typically used in databases.
  3. 5. The basic unit of code in assembly language, corresponding to a machine instruction.
  4. 7. A programming paradigm where programs are executed as a sequence of commands.
  5. 8. Software that converts high-level instructions into machine code or intermediate code.
  6. 9. A program that converts assembly language code into machine code.
Down
  1. 1. A programming paradigm where computation is done using mathematical functions.
  2. 4. A program that converts high-level source code into machine code.
  3. 6. machine A program that simulates a computer's CPU and executes code in software.
  4. 7. A program that directly executes code line by line, without compiling it first.