Scripting and Programming Flashcards
What statement is true concerning complied and interpreted computer language?
A compiler translates an entire program into executable program, which can be run at a later time, while the interpreter does this incrementally
Which language is ofter used for rapid prototyping and the creation of GUI’s?
TCL
Which is true of databases and the applications that interact with them?
Applications are interdependent of the database
What is another term for a formula that outlines how to execute a task?
Algorithm
Which is a characteristic of high-level languages?
The source does has to be complied
How does a compiler work?
It takes the most recent instructions and translates them into machine language