C# Mastery Hub
Home
Challenges
Discussion
Lessons
Core Topics
C# Fundamentals
Console Applications
Classes & OOP
Windows Forms
ASP.NET Core
SQL Server
VS & SQL Connection
RDLC Reports
.NET MAUI
Getting Started
Getting Started
Website Development
SEO Guide
Security
Project Workflow
Extra Topics
Cloud & Deployment
AWS Cloud
Deployment
About
Contact
Test Your Knowledge
Getting Started (Full Section) Quiz
Answer all questions to test your understanding
1
What is Visual Studio?
A lightweight code editor
A full-featured IDE for C# development
A web browser
A database management tool
2
What is the free edition of Visual Studio called?
Visual Studio Free
Visual Studio Community
Visual Studio Express
Visual Studio Basic
3
Where can you download Visual Studio Community?
visualstudio.microsoft.com/downloads
github.com
microsoft.com
codeplex.com
4
Which edition of Visual Studio is completely free for individuals?
Visual Studio Professional
Visual Studio Enterprise
Visual Studio Community
Visual Studio Code
5
What is the purpose of a workload in Visual Studio?
A bundle of tools for specific development types
A programming language
A project template
A database
6
What is the latest version of Visual Studio recommended for this course?
Visual Studio 2017
Visual Studio 2019
Visual Studio 2022
Visual Studio Code
7
Which workload is required for Razor Pages and web development?
.NET desktop development
ASP.NET and web development
.NET Multi-platform App UI development
Data storage and processing
8
Which workload is required for Console Apps and Windows Forms?
ASP.NET and web development
.NET desktop development
.NET Multi-platform App UI development
Data storage and processing
9
Which workload is required for .NET MAUI mobile and desktop development?
ASP.NET and web development
.NET desktop development
.NET Multi-platform App UI development
Data storage and processing
10
What is the purpose of a workload in Visual Studio?
To select a theme
To install specific tools for development types
To create a new project
To configure Git
11
Which workload is optional but adds SQL Server Data Tools support?
ASP.NET and web development
.NET desktop development
.NET Multi-platform App UI development
Data storage and processing
12
What is SQL Server Express?
A web server
A free version of SQL Server
A development IDE
A version control system
13
What does SSMS stand for?
SQL Server Management System
SQL Server Management Studio
SQL Server Monitoring System
Standard SQL Management Server
14
What is the default instance name for SQL Server Express?
localhost\MSSQL
localhost\SQLEXPRESS
localhost\SQLSERVER
localhost\MSSQLSERVER
15
What authentication method is recommended for local development?
SQL Server Authentication
Windows Authentication
Mixed Mode
None
16
What are the system databases in SQL Server?
master, model, msdb, tempdb
user1, user2, user3, user4
system1, system2, system3, system4
data1, data2, data3, data4
17
What is Git?
A programming language
A version control system
A web framework
A database
18
Where can you download Git?
github.com
git-scm.com
microsoft.com
visualstudio.com
19
What command configures your Git username?
git config --global user.name
git set --global user.name
git user --name
git name --set
20
What command verifies Git installation?
git --version
git check
git verify
git status
21
What is the default branch name in modern Git?
master
main
default
primary
22
Why do you need Git for development?
To track changes and collaborate
To compile code
To debug applications
To deploy applications
Submit Quiz