List four facilities provided by a programming environment
Translation given, GUI builder, code editor, syntax checker, debugging tools
Explain why a program may need to be translated
Computers operate in Binary but programming languages are designed to be understood by humans. A program must be converted to binary before computer can execute it.
List two facilities provided by an IDE
Smart program editor, debug options, project management features, automatic production of documentation
What does IDE stand for?
Integrated Development Environment