Font size
WorksheetsFinal Examination - ITP 314L
Total questions: 50
Worksheet time: 45mins
Choose the best answer. Which component of the web platform is responsible for displaying websites to users?
Web server
Browser
Internet infrastructure
Developer tools
Choose the best answer. The browser acts mainly as a:
Code editor
Hosting service
Bridge between developers, users, and content
Version control system
Choose the best answer. Which technology is responsible for structuring web content?
CSS
JavaScript
HTML
Git
Choose the best answer. Which role focuses on writing, testing, and debugging code?
Browser
Developer
Web server
Cloud provider
Choose the best answer. VS Code is best described as a:
Web browser
Cloud hosting service
Code editor
Programming language
Choose the best answer. Which VS Code feature allows code to be formatted automatically?
Live Server
Extensions
Prettier
Terminal
Choose the best answer. What is the primary function of a web server?
Write code
Deliver website files
Display websites
Track file changes
Choose the best answer. Which command creates a new Git repository?
git add .
git push
git init
git commit
Choose the best answer. Which Git command stages files for tracking?
git commit
git add .
git push
git init
Choose the best answer. What does Git allow developers to do when something breaks?
Rewrite the entire project
Delete repositories
Revert to a previous version
Restart the server
Choose the best answer. Which platform hosts Git repositories online?
AWS
Git
GitHub
VS Code
Choose the best answer. Which GitHub feature is useful for portfolio building?
Branching
Hosting repositories publicly
Local commits
Staging files
Choose the best answer. What kind of website is best suited for GitHub Pages?
Database-driven
Server-side rendered
Static
Cloud-native
Choose the best answer. A static website typically consists of:
HTML, CSS, and JavaScript files
Databases and APIs
Server-side scripts
Cloud functions
Choose the best answer. One advantage of cloud platforms is the ability to:
Require physical servers
Scale automatically
Restrict user access
Remove internet dependency
Choose the best answer. Which cloud service is commonly used for student projects and mobile apps?
Azure
AWS
Firebase
Google Cloud
Choose the best answer. What happens when GitHub Pages is enabled?
Files are compiled
A free website link is generated
A database is created
A backend server is deployed
Choose the best answer. Which step comes first when setting up GitHub Pages?
Turn on Pages
Upload files
Create a repository
Push commits
Choose the best answer. Which tool helps preview website changes instantly in the browser?
Git
GitHub
Live Server
Prettier
Choose the best answer. Internet infrastructure mainly exists to:
Write code
Connect web components
Host repositories
Format files
Choose the best answer. Which core web technology controls styling and layout?
HTML
JavaScript
CSS
Git
Choose the best answer. Which Git command uploads commits to a remote repository?
git add
git init
git commit
git push
Choose the best answer. GitHub Pages is best described as:
A database service
A cloud IDE
A free static website hosting service
A version control system
Choose the best answer. Which tool is used to write and edit code locally?
Browser
VS Code
GitHub Pages
Web server
Choose the best answer. Which of the following is NOT a role of developers?
Writing code
Debugging errors
Hosting and updating websites
Displaying websites to users
Choose the best answer. Which component delivers website files when a URL is accessed?
Browser
Web server
Developer tools
Code editor
Choose the best answer. Git helps teams work together by:
Preventing file changes
Allowing safe collaboration
Hosting websites
Compiling code
Which VS Code feature allows running a site without manual refresh?
Terminal
Syntax highlighting
Live Server
Git integration
Cloud platforms are commonly used because they are:
Offline
Hardware-dependent
Accessible from anywhere
Limited to one user
Which file is commonly used as the main page of a website?
style.css
app.js
index.html
README.md
The software used to display and interact with websites.
The tool developers use to track project changes.
A free hosting service that works directly from a GitHub repository.
The code editor developed by Microsoft used for web development.
The system that delivers website files to browsers.
The command that uploads commits to GitHub.
Websites that contain only front-end content.
The feature in VS Code that highlights code structure.
The online platform used for collaboration and repository hosting.
A cloud platform used to host static websites for free.
The web connects developers, browsers, and (a) .
HTML, CSS, and JavaScript are considered core (a) technologies.
Git keeps a (a) of file changes.
GitHub provides a (a) interface to track commits and changes.
Cloud platforms remove the need to manage physical (a) .
A website becomes public when its files are (a) on a server.
VS Code supports multiple operating systems, making it (a) .
The command git commit saves a (a) of the project.
GitHub Pages works directly from the project’s (a) .
Live Server allows edits to update (a) in the browser.
