WorksheetsSemi-Final Examination - ITP 314L
Total questions: 50
Worksheet time: 51mins
The web acts as a platform by connecting developers, browsers, and ______.
Search engines
Servers
Users
Networks
Which core technology is responsible for styling a webpage?
HTML
JavaScript
Python
CSS
Which component delivers website files to the browser?x
Router
Web Server
Developer Tools
Local Storage
What tool is commonly used to create, write, and test web code?
Chrome
XAMPP
VS Code
Git Bash
Which VS Code feature automatically colors code for readability?
Auto-Debug
Syntax Highlighting
Data Formatter
Code Sanitizer
Which extension enables instant live preview of web pages in VS Code?
GitLens
Markdown All-in-One
Live Server
IntelliSense
Git is primarily a:
Programming language
Text editor
Cloud hosting service
Version control system
The main purpose of Git is to:
Create websites
Track project changes
Run code faster
Provide internet access
Which Git command saves a snapshot of a project?
git add
git push
git init
git commit
Which command stages all files for commit?
git stage
git add .
git push
git config
What is GitHub mainly used for?
Designing webpages
Hosting Git repositories online
Managing databases
Editing videos
In Git workflow, the repository on your computer is called the:
Remote repo
Cloud storage
Local repo
Backup directory
Which command links your local repo to GitHub?
git pull origin main
git remote add origin <URL>
git branch main
git fetch
What do developers use to debug web code?
Network cables
Developer tools
Antivirus software
Operating system
Which step comes FIRST in setting up a new Git repository?
git add .
git commit -m “message”
git init
git push
After pushing for the first time, which command uploads future updates?
git push -u origin main
git push
git commit -u
git upload
The bridge that displays web pages created by developers.
A Microsoft tool used for web development with extensions like Live Server.
The online platform that stores and hosts Git repositories.
A Git command used to create a new repository.
Gives visual color to code for easier reading.
A platform that supports collaboration and code sharing through Git.
Git command that uploads repository changes online.
Central purpose of Git: to track ______.
The three core technologies of the web are HTML, CSS, and (a) .
Developers write and test code using (a) tools.
Git helps keep a history of files so users can return to a previous (a) .
The command git commit -m "message" saves a (a) of the project.
To preview a webpage instantly, VS Code uses the (a) Server extension.
Browsers, servers, and infrastructure are parts of the Web (a) .
GitHub allows public or private repository (a) .
git add . stages (a) files in a project.
Which software is required to preview a Live Server output from VS Code?
Terminal
File Explorer
Adobe Dreamweaver
Web Browser
Which statement about GitHub is TRUE?
It works without Git.
It allows online hosting of Git repositories.
It is a code editor like VS Code.
It automatically commits changes.
What is one major benefit of using Git in collaboration?
Files cannot be changed once uploaded
Developers work only offline
Multiple developers can safely work on the same project
Commit history is deleted automatically
Which command uploads local repository changes to GitHub after the first push?
git upload main
git add repo
git push
git version
What happens when a project “breaks” while using Git?
The project cannot be recovered
You can return to a previous version
All files are deleted
GitHub automatically fixes it
Which of the following is NOT a component of the Web Platform?
Browser
Web Server
Internet Infrastructure
Antivirus Software
Which technology is responsible for adding behavior or interactivity to web pages?
HTML
CSS
JavaScript
VS Code
After using git commit -m "message", what is the next step to publish your work online?
git start
git push
git commit again
git reset
A software used to display and interpret HTML, CSS, and JavaScript for users.
A feature in VS Code that automatically formats code to improve readability.
A place where projects are hosted online to share source code publicly or privately.
A network of interconnected systems that allows access to websites around the world.
A file in web development that defines the structure and content of a webpage.
The core language used to define the structure of a webpage is (a) .
A VS Code feature that provides automatic code suggestions is called (a) .
GitHub stores online repositories in the (a) .
A browser displays web pages using a built-in (a) engine.
Git creates a history of edits called (a) .
