Name 4 types of programming languages
What is a Procedural language? (2) Give an example of a Procedural language (1)
What is a Declarative language? (2) Give an example of a Declarative language (1)
What is an Event-Driven language? (2) Give an example of an Event-Driven language (1)
What is a Scripting language? (2) Give an example of a Scripting language (1)
Name 2 features of a Scripting language
* They can automate repetitive tasks or operations
What is a Macro?
A Macro is a set of actions performed by the user that have been recorded and can then be played back when required
What are 2 benefits of using a Scripting language?
What is a Compiler?
A Compiler is a translator that translates the entire source code into machine code before a program is run
What is an Interpreter?
An Interpreter is a translator that translates source code one instruction at a time and executes it when the program is run
What is an advantage of using a Compiler over an Interpreter? (2)
What is an advantage of using an Interpreter over a Compiler? (2)
What is a module library?
It is a collection of pre written subroutines that are available to a programmer to speed up the software development process
What are 2 advantages of using a module library?
What 2 pieces of documentation will there be in modules from a module library?
* The parameters that are passed in and out of the module and their data types