NANDHOO
.
Learning Paths
Dashboard
Sign In
Home
Dashboard
C Programming Engineering Mastery
IDE VSCode and Extensions
Quiz
Chapter Quiz: IDE VSCode and Extensions
VSCode & IDE Quiz
Complete this assessment with 100% score to master this chapter.
01
Which VSCode extension provides core IntelliSense and debugging support for C?
Python
C/C++ (Microsoft)
Prettier
Live Server
02
What is the purpose of the 'tasks.json' file in VSCode?
Managing project files
Automating build/compile commands
Storing passwords
Defining UI themes
03
Where do you configure the compiler path and IntelliSense mode in VSCode?
launch.json
C/C++: Edit Configurations (UI)
extensions.json
terminal settings
04
Which shortcut is commonly used to Go to Definition (find where a function is declared)?
F5
F12
Ctrl+P
Alt+Enter
05
What does 'launch.json' control in a VSCode C project?
The theme of the editor
The debugger settings and executable path
The font size
Git repository settings
Submit Answers
Back to Lesson
Next Chapter