Multiple choice technology databases

Low-level instruction generated by compiler are executed by DDL Interpreter.(True/False)

  1. True

  2. False

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

Compilers generate low-level instructions (machine code or intermediate code) that are executed by the CPU or a runtime environment like JVM. DDL (Data Definition Language) interpreters are database tools that process schema definitions like CREATE TABLE commands - they don't execute compiled code.