0% found this document useful (0 votes)
11 views3 pages

Resource 20250425084023 Class VI Computer Science l-6 Back Exercise

The document is an educational resource for Class VI students about Visual Studio Code (VS Code), covering various aspects such as its development by Microsoft, supported programming languages, and customization options. It includes multiple-choice questions, true/false statements, fill-in-the-blanks, definitions, and answers to common questions about using VS Code. Additionally, it provides a practical scenario for changing the theme in VS Code to accommodate user preferences.

Uploaded by

anu
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)
11 views3 pages

Resource 20250425084023 Class VI Computer Science l-6 Back Exercise

The document is an educational resource for Class VI students about Visual Studio Code (VS Code), covering various aspects such as its development by Microsoft, supported programming languages, and customization options. It includes multiple-choice questions, true/false statements, fill-in-the-blanks, definitions, and answers to common questions about using VS Code. Additionally, it provides a practical scenario for changing the theme in VS Code to accommodate user preferences.

Uploaded by

anu
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
You are on page 1/ 3

BACK EXERCISE Class: VI Subject: IT & AI

Ch-6 Visual Studio Code

A. Tick (√) the correct answers:


1. VS code editor platform was developed by .
a. Google b. Microsoft 🗸
√ c. Apple
2. Which programming languages are supported by Visual Studio Code?
a. python and Ruby b. Java and JavaScript c. All of these √

3. There are types of theme that apply on VS Code screen.


a. Three b. four √
🗸 c. five
4. On menu, we can find the Extension pane in VS Code.
a. File b. View 🗸
√ c. Edit
B. Write ‘T’ for True and ‘F’ for False statements:
1. Visual Studio Code is exclusively developed for Windows operating systems. F
2. We can customize the font size and font family in Visual Studio Code. T
3. The Extensions pane allows us to search and install additional functionalities
for visual Studio Code. T

4. Visual Studio Code automatically installs Python Interpreters for us. F

5. We can configure Visual Studio Code by adjusting only system settings. T

C. Fill in the Blanks:


1. Visual Studio Code is an open source code editor platform.
2. Explorer helps us navigate and manage the files and folders in a project.
3. Visual Studio Code automatically detects Python Interpreters installed on our
Systems.
4. We can customize Visual Studio Code settings to better suit our Python
development workflow.
D. Define the following:
Editor: It is a place where user writes and edits code.
Extension: VS Code can be customized and extended using extensions available from
VS Code marketplace. These extensions add new languages, tools and features to
the editor.
E. Answer the following questions:
1. What is the use of Visual Studio Code Editor?
Visual Studio Code Editor is place where user’s write and edit their codes.
2. Write the names of the components of VS Code.
1. Editor 2. Menu Bar 3. Status Bar
4. Activity Bar (Explorer, Search, Source Control, Run and Debug, Extensions)
F. Answer briefly:
1. What are Visual Studio Code extensions, and how can we download them?
VS Code extension lets user to add languages and debugger to VS Code.
Following are the steps to download Visual Studio Code extensions-
1. Click on Extensions and type the name of the language in the search Marketplace.
2. Click on any Programming language Extension then click on install.
2. How can you configure Visual Studio Code.
Visual Studio Code is highly configurable, user need to configure the code editor for
working in any programming language.
Following are the steps to configure Visual Studio Code –
1. Open Visual Studio Code and Click on File.
2. A file menu appear and click on preferences.
3. The Sub- menu appears then click on settings.
3. Why Visual Studio Code considered better than other editors?
Visual Studio Code is a free open-source code editor platform developed by
Microsoft. It supports various languages such as Python, Java etc. It offers
customized features like syntax highlighting, code completion and debugging.
G. Rohan’s father is a front-end developer. Rohan has got a project to do in VS
code. He has to work late at night but he finds the default light theme Straining
his eyes. He asks helps from his father to change it. How will his Father do it?
Ans. Steps to change theme in VS Code are:
1. Click on manage and then click on theme.
2. Click on the theme and then click on color theme.
3. Click on Dark Mode.

You might also like