wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Midterm Exam

Total questions: 14

Worksheet time: 14mins

Name
Class
Date
1.

The process of planning and resourcing a project from concept to implementation, involving phases like discovery, allocation, kickoff, quality assurance, and review.

a)

Project Development

b)

Strategic planning

c)

Project Planning

d)

Quality Assurance

2.

The process of designing and implementing internet-based computer programs, often used for creating websites with specific purposes, company branding, or user information.

a)

Web Systems Architecture

b)

Database Management

c)

Web Design

d)

Web Application Architecture

3.

The key considerations and steps involved in creating a comprehensive project plan for the development of a web system are crucial for ensuring the successful execution of the project.

a)

Testing

b)

Design

c)

Development

d)

Project Planning

4.

Identifying and defining stakeholder needs and project scope is essential for laying the foundation of a software development project.

a)

Analysis

b)

Planning

c)

Development

d)

Requirement Analysis

5.

What ongoing processes ensure the smooth operation and performance optimization of a developed web system?

a)

Documentation

b)

Development

c)

Maintenance

d)

Monitoring and Maintenance

6.

In web system development, which crucial aspect involves the systematic recording of project details, processes, and instructions for future reference and maintenance?

a)

User Training

b)

Documentation

c)

Planning

d)

Development

7.

Which process in web system development involves the incorporation of user input and refinement of functionalities to enhance the system's performance and usability?

a)

Project Closure

b)

Feedback and Iteration

c)

Software Documentation

d)

User Training

8.

How does web system development continually safeguard data and prevent unauthorized access or breaches?

a)

Software Documentation

b)

Security Implementation

c)

Feedback and Iteration

d)

Monitoring and Maintenance

9.

How does the integration of functionalities such as code editing, debugging, and compilation to enhance the efficiency of software development processes?

a)

Debugger

b)

Compiler

c)

IDE

d)

Text Editor

10.

In the document structure, what aspect does the <meta charset> tag specify or control?

a)

Specifies Image Source

b)

Specifies Page Layout

c)

Specifies Character Encoding

d)

Specifies Text Alignment

11.

Test II Enumeration: List down or enumerate what is being asked on each of the following items

Identify the twelve stages involved in the process of creating and implementing a

web-based application for web system project development.

(a)  

12.

Test III Remembering: Ensure to carefully arrange the answers in the correct order as required

Reorder the five most popular and widely recommended coding practices for future scalability and collaboration in the correct sequence.

4 lines
13.

Test III.2 Analyzing: Write a CSS code that connects with the existing JavaScript and HTML files

The CSS should apply the "Custom Class" to HTML elements,

resulting in a light blue background color. (3 Points)

4 lines
14.

Test IV Analyzing: Create a JavaScript function named changeText() that performs the following tasks:(20pts)

1. Changes the content of an HTML element with the id "heading" to "Success".

2. Sets the color of the text within the "heading" element to green.

3. Prompts the user with a var confirmation dialog asking if they want to display the "Success" alert.

4. If the user confirms the prompt, display an alert with the message "Success".

4 lines