Mod 10.1 Flashcards
What makes it easier for humans to read and write instructions for computers?
Programming languages
What is a programming language?
A set of instructions programmers use to write code.
What does the term “syntax” refer to in computer programming?
The rules for how to write the language.
What is the main purpose of a compiler in compiled programming languages?
To convert the code into machine language
What is a runtime engine?
A tool that interprets bytecode into the computer’s specific machine language
Why are compiled languages often used for resource-intensive programs like high-end video games?
Because they run quickly and efficiently
What is one advantage of interpreted languages?
They are platform-independent.
What is an interpreted language?
A language that runs instructions in the source code whenever you run the application
Why is code written in assembly language more efficient?
It allows direct access to hardware.
What is the main purpose of query languages?
To get information from databases