Programming environment Flashcards
1
Q
List four facilities provided by a programming environment
A
Translation given, GUI builder, code editor, syntax checker, debugging tools
2
Q
Explain why a program may need to be translated
A
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.
3
Q
List two facilities provided by an IDE
A
Smart program editor, debug options, project management features, automatic production of documentation
4
Q
What does IDE stand for?
A
Integrated Development Environment