wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Semi-Final Examination - ITP 314L

Total questions: 50

Worksheet time: 51mins

Name
Class
Date
1.

The web acts as a platform by connecting developers, browsers, and ______.

a)

Search engines

b)

Servers

c)

Users

d)

Networks

2.

Which core technology is responsible for styling a webpage?

a)

HTML

b)

JavaScript

c)

Python

d)

CSS

3.

Which component delivers website files to the browser?x

a)

Router

b)

Web Server

c)

Developer Tools

d)

Local Storage

4.

What tool is commonly used to create, write, and test web code?

a)

Chrome

b)

XAMPP

c)

VS Code

d)

Git Bash

5.

Which VS Code feature automatically colors code for readability?

a)

Auto-Debug

b)

Syntax Highlighting

c)

Data Formatter

d)

Code Sanitizer

6.

Which extension enables instant live preview of web pages in VS Code?

a)

GitLens

b)

Markdown All-in-One

c)

Live Server

d)

IntelliSense

7.

Git is primarily a:

a)

Programming language

b)

Text editor

c)

Cloud hosting service

d)

Version control system

8.

The main purpose of Git is to:

a)

Create websites

b)

Track project changes

c)

Run code faster

d)

Provide internet access

9.

Which Git command saves a snapshot of a project?

a)

git add

b)

git push

c)

git init

d)

git commit

10.

Which command stages all files for commit?

a)

git stage

b)

git add .

c)

git push

d)

git config

11.

What is GitHub mainly used for?

a)

Designing webpages

b)

Hosting Git repositories online

c)

Managing databases

d)

Editing videos

12.

In Git workflow, the repository on your computer is called the:

a)

Remote repo

b)

Cloud storage

c)

Local repo

d)

Backup directory

13.

Which command links your local repo to GitHub?

a)

git pull origin main

b)

git remote add origin <URL>

c)

git branch main

d)

git fetch

14.

What do developers use to debug web code?

a)

Network cables

b)

Developer tools

c)

Antivirus software

d)

Operating system

15.

Which step comes FIRST in setting up a new Git repository?

a)

git add .

b)

git commit -m “message”

c)

git init

d)

git push

16.

After pushing for the first time, which command uploads future updates?

a)

git push -u origin main

b)

git push

c)

git commit -u

d)

git upload

17.

The bridge that displays web pages created by developers.

4 lines
18.

A Microsoft tool used for web development with extensions like Live Server.

4 lines
19.

The online platform that stores and hosts Git repositories.

4 lines
20.

A Git command used to create a new repository.

4 lines
21.

Gives visual color to code for easier reading.

4 lines
22.

A platform that supports collaboration and code sharing through Git.

4 lines
23.

Git command that uploads repository changes online.

4 lines
24.

Central purpose of Git: to track ______.

4 lines
25.

The three core technologies of the web are HTML, CSS, and (a)   .

26.

Developers write and test code using (a)   tools.

27.

Git helps keep a history of files so users can return to a previous (a)   .

28.

The command git commit -m "message" saves a (a)   of the project.

29.

To preview a webpage instantly, VS Code uses the (a)   Server extension.

30.

Browsers, servers, and infrastructure are parts of the Web (a)   .

31.

GitHub allows public or private repository (a)   .

32.

git add . stages (a)   files in a project.

33.

Which software is required to preview a Live Server output from VS Code?

a)

Terminal

b)

File Explorer

c)

Adobe Dreamweaver

d)

Web Browser

34.

Which statement about GitHub is TRUE?

a)

It works without Git.

b)

It allows online hosting of Git repositories.

c)

It is a code editor like VS Code.

d)

It automatically commits changes.

35.

What is one major benefit of using Git in collaboration?

a)

Files cannot be changed once uploaded

b)

Developers work only offline

c)

Multiple developers can safely work on the same project

d)

Commit history is deleted automatically

36.

Which command uploads local repository changes to GitHub after the first push?

a)

git upload main

b)

git add repo

c)

git push

d)

git version

37.

What happens when a project “breaks” while using Git?

a)

The project cannot be recovered

b)

You can return to a previous version

c)

All files are deleted

d)

GitHub automatically fixes it

38.

Which of the following is NOT a component of the Web Platform?

a)

Browser

b)

Web Server

c)

Internet Infrastructure

d)

Antivirus Software

39.

Which technology is responsible for adding behavior or interactivity to web pages?

a)

HTML

b)

CSS

c)

JavaScript

d)

VS Code

40.

After using git commit -m "message", what is the next step to publish your work online?

a)

git start

b)

git push

c)

git commit again

d)

git reset

41.

A software used to display and interpret HTML, CSS, and JavaScript for users.

4 lines
42.

A feature in VS Code that automatically formats code to improve readability.

4 lines
43.

A place where projects are hosted online to share source code publicly or privately.

4 lines
44.

A network of interconnected systems that allows access to websites around the world.

4 lines
45.

A file in web development that defines the structure and content of a webpage.

4 lines
46.

The core language used to define the structure of a webpage is (a)   .

47.

A VS Code feature that provides automatic code suggestions is called (a)   .

48.

GitHub stores online repositories in the (a)   .

49.

A browser displays web pages using a built-in (a)   engine.

50.

Git creates a history of edits called (a)   .