0% found this document useful (0 votes)
298 views2 pages

CH 6-Visual Studio Code

The document provides an overview of Visual Studio Code, including its components, usage, and features. It includes exercises such as multiple-choice questions, true/false statements, and fill-in-the-blanks related to VS Code. Additionally, it discusses extensions, configuration options, and reasons for its popularity among developers.

Uploaded by

aryansreelal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
298 views2 pages

CH 6-Visual Studio Code

The document provides an overview of Visual Studio Code, including its components, usage, and features. It includes exercises such as multiple-choice questions, true/false statements, and fill-in-the-blanks related to VS Code. Additionally, it discusses extensions, configuration options, and reasons for its popularity among developers.

Uploaded by

aryansreelal
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

CH – 6 VISUAL STUDIO CODE

Learning Objectives:
 To understand t he c o m p o n ent s o f Visual Studio code.
 To understand visual studio code for different
programming.

[Link] (√) the correct answer.


1 (B) Microsoft
2 (C) All of these
3 (B) Four
4 (B) View

B. Write ‘T’ for True and ‘F’ for False statements.


1 → False
2 → True
3 → True
4 → False
5 → False

C. Fill in the blanks.


1. Code
2. Explorer
3. Interpreter
4. Python development

D. Define the following


1. Editor:
An editor is a program used to write and edit source code, text, or
documents.
2. Extension:
Extensions are small add-ons in Visual Studio Code that add new
features and functionalities, such as debugging, themes, and language
support.
E. Answer the following questions

1. What is the use of Visual Studio Code editor?


Visual Studio Code is used to write, edit, debug, and manage code
efficiently. It supports multiple programming languages and helps
developers work on projects easily.
2. Write the name of the components of VS Code.

a. Activity Bar
b. Side Bar
c. Editor Group
d. Status Bar
e. Panels (Terminal, Output, Debug Console, Problems)
F. Answer briefly

1. What are Visual Studio Code extensions, and how can we


download them?
Extensions are tools that add extra features to VS Code, such as new
programming language support, themes, and debugging tools.
They can be downloaded from the Extensions Marketplace inside VS
Code by clicking on the Extensions icon and searching for the required
extension.
2. How can you configure Visual Studio Code?
We can configure VS Code by changing settings (File → Preferences →
Settings), installing extensions, choosing themes, setting key
bindings, and customizing the workspace according to our needs.
3. Why is Visual Studio Code considered better than other editors?
VS Code is considered better because it is lightweight, free, open-
source, supports many programming languages, has powerful
extensions, an integrated terminal, debugging tools, and customization
options.

G. Competency-based Question

Rohan’s father finds the default light theme straining his eyes. How
will his father do it?
He can change the theme in VS Code by going to:

 File→ Preferences → Color Theme


 Then select a Dark Theme (like Dark+, Monokai, etc.).

You might also like