Which of the following do imperative languages use to change the state of a program?
Statements
Numbers
Boolean values
"Procedural languages can be classed as imperative". This statement is:
True
False
In Object Oriented Programming (OOP), an object is defined using what?
Attribute
Class
Method
Functions defined inside the body of an object are known as what?
Attributes
Classes
Methods
What type of Integrated Development Environment helps identify where errors occur?
Syntax highlighter
Translator
Debugger
"Computers only understand instructions and data that are in binary form". This statement is:
Which translator is incapable of translating high-level programming languages to machine code?
Compiler
Assembler
Interpreter
When will an interpreter highlight an error?
As soon as it identifies one
After the report has been compiled
Before it has looked at the code