wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Final Examination - ITP 314L

Total questions: 50

Worksheet time: 45mins

Name
Class
Date
1.

Choose the best answer. Which component of the web platform is responsible for displaying websites to users?

a)

Web server

b)

Browser

c)

Internet infrastructure

d)

Developer tools

2.

Choose the best answer. The browser acts mainly as a:

a)

Code editor

b)

Hosting service

c)

Bridge between developers, users, and content

d)

Version control system

3.

Choose the best answer. Which technology is responsible for structuring web content?

a)

CSS

b)

JavaScript

c)

HTML

d)

Git

4.

Choose the best answer. Which role focuses on writing, testing, and debugging code?

a)

Browser

b)

Developer

c)

Web server

d)

Cloud provider

5.

Choose the best answer. VS Code is best described as a:

a)

Web browser

b)

Cloud hosting service

c)

Code editor

d)

Programming language

6.

Choose the best answer. Which VS Code feature allows code to be formatted automatically?

a)

Live Server

b)

Extensions

c)

Prettier

d)

Terminal

7.

Choose the best answer. What is the primary function of a web server?

a)

Write code

b)

Deliver website files

c)

Display websites

d)

Track file changes

8.

Choose the best answer. Which command creates a new Git repository?

a)

git add .

b)

git push

c)

git init

d)

git commit

9.

Choose the best answer. Which Git command stages files for tracking?

a)

git commit

b)

git add .

c)

git push

d)

git init

10.

Choose the best answer. What does Git allow developers to do when something breaks?

a)

Rewrite the entire project

b)

Delete repositories

c)

Revert to a previous version

d)

Restart the server

11.

Choose the best answer. Which platform hosts Git repositories online?

a)

AWS

b)

Git

c)

GitHub

d)

VS Code

12.

Choose the best answer. Which GitHub feature is useful for portfolio building?

a)

Branching

b)

Hosting repositories publicly

c)

Local commits

d)

Staging files

13.

Choose the best answer. What kind of website is best suited for GitHub Pages?

a)

Database-driven

b)

Server-side rendered

c)

Static

d)

Cloud-native

14.

Choose the best answer. A static website typically consists of:

a)

HTML, CSS, and JavaScript files

b)

Databases and APIs

c)

Server-side scripts

d)

Cloud functions

15.

Choose the best answer. One advantage of cloud platforms is the ability to:

a)

Require physical servers

b)

Scale automatically

c)

Restrict user access

d)

Remove internet dependency

16.

Choose the best answer. Which cloud service is commonly used for student projects and mobile apps?

a)

Azure

b)

AWS

c)

Firebase

d)

Google Cloud

17.

Choose the best answer. What happens when GitHub Pages is enabled?

a)

Files are compiled

b)

A free website link is generated

c)

A database is created

d)

A backend server is deployed

18.

Choose the best answer. Which step comes first when setting up GitHub Pages?

a)

Turn on Pages

b)

Upload files

c)

Create a repository

d)

Push commits

19.

Choose the best answer. Which tool helps preview website changes instantly in the browser?

a)

Git

b)

GitHub

c)

Live Server

d)

Prettier

20.

Choose the best answer. Internet infrastructure mainly exists to:

a)

Write code

b)

Connect web components

c)

Host repositories

d)

Format files

21.

Choose the best answer. Which core web technology controls styling and layout?

a)

HTML

b)

JavaScript

c)

CSS

d)

Git

22.

Choose the best answer. Which Git command uploads commits to a remote repository?

a)

git add

b)

git init

c)

git commit

d)

git push

23.

Choose the best answer. GitHub Pages is best described as:

a)

A database service

b)

A cloud IDE

c)

A free static website hosting service

d)

A version control system

24.

Choose the best answer. Which tool is used to write and edit code locally?

a)

Browser

b)

VS Code

c)

GitHub Pages

d)

Web server

25.

Choose the best answer. Which of the following is NOT a role of developers?

a)

Writing code

b)

Debugging errors

c)

Hosting and updating websites

d)

Displaying websites to users

26.

Choose the best answer. Which component delivers website files when a URL is accessed?

a)

Browser

b)

Web server

c)

Developer tools

d)

Code editor

27.

Choose the best answer. Git helps teams work together by:

a)

Preventing file changes

b)

Allowing safe collaboration

c)

Hosting websites

d)

Compiling code

28.

Which VS Code feature allows running a site without manual refresh?

a)

Terminal

b)

Syntax highlighting

c)

Live Server

d)

Git integration

29.

Cloud platforms are commonly used because they are:

a)

Offline

b)

Hardware-dependent

c)

Accessible from anywhere

d)

Limited to one user

30.

Which file is commonly used as the main page of a website?

a)

style.css

b)

app.js

c)

index.html

d)

README.md

31.

The software used to display and interact with websites.

4 lines
32.

The tool developers use to track project changes.

4 lines
33.

A free hosting service that works directly from a GitHub repository.

4 lines
34.

The code editor developed by Microsoft used for web development.

4 lines
35.

The system that delivers website files to browsers.

4 lines
36.

The command that uploads commits to GitHub.

4 lines
37.

Websites that contain only front-end content.

4 lines
38.

The feature in VS Code that highlights code structure.

4 lines
39.

The online platform used for collaboration and repository hosting.

4 lines
40.

A cloud platform used to host static websites for free.

4 lines
41.

The web connects developers, browsers, and (a)   .

42.

HTML, CSS, and JavaScript are considered core (a)   technologies.

43.

Git keeps a (a)   of file changes.

44.

GitHub provides a (a)   interface to track commits and changes.

45.

Cloud platforms remove the need to manage physical (a)   .

46.

A website becomes public when its files are (a)   on a server.

47.

VS Code supports multiple operating systems, making it (a)   .

48.

The command git commit saves a (a)   of the project.

49.

GitHub Pages works directly from the project’s (a)   .

50.

Live Server allows edits to update (a)   in the browser.