You create an integer variable and assign to it a string value. When you run the program you do not receive an error. Which type of language are you using?
Front
dynamically typed
Back
Which type of language cannot change a variable's type while running the program?
Front
statically typed
Back
Which type of language leads to more understandable, manageable, and properly-executing programs?
Front
object-oriented
Back
Which language type executes faster?
Front
compiled language
Back
A programming library is used to:
Front
improve productivity
add functionality related to a single purpose
Back
Which type of language is considered easier to use?
Front
dynamically typed
Back
Which language type is NOT written for a specific type of machine?