Computer Science for IGCSE & O level - Software (Section 13 - No. 16)
What is the purpose of auto-completion in a code editor?
To automatically write the entire program
To provide suggestions for variable names and keywords as the user types
To format the code in a specific way
To translate the code into machine code
Explanation
Auto-completion suggests variable names and keywords, improving the efficiency of writing the code.
Comments (0)
