An Integrated Development Environment (IDE) is a piece of software that provides tools to help a programmer write, test and debug programs.
(a)Which IDE tool shows different types of code element (e.g. keywords, strings, comments) in different colours, to make code easier to read?(1)
- A) Auto-complete
- B) Syntax highlighting
- C) Breakpoint
- D) Run-time environment
(b)Which IDE tool automatically suggests the rest of a keyword, variable or function name as the programmer types, to save time and reduce spelling mistakes?(1)
- A) Auto-complete
- B) Error diagnostics
- C) Translator
- D) Debugger
(c)Which IDE tool checks code for syntax errors as it is typed, underlining and reporting the location and type of any errors found?(1)
- A) Auto-complete
- B) Error diagnostics
- C) Breakpoint
- D) Refactoring tool
(d)Which IDE tool lets a programmer run a program from within the IDE, without needing separate software, so it can be tested immediately?(1)
- A) Run-time environment
- B) Version control
- C) Auto-indentation
- D) Stepping
(Total for Question 2 is 4 marks)