Font size
WorksheetsMidterm Exam
Total questions: 14
Worksheet time: 14mins
The process of planning and resourcing a project from concept to implementation, involving phases like discovery, allocation, kickoff, quality assurance, and review.
Project Development
Strategic planning
Project Planning
Quality Assurance
The process of designing and implementing internet-based computer programs, often used for creating websites with specific purposes, company branding, or user information.
Web Systems Architecture
Database Management
Web Design
Web Application Architecture
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.
Testing
Design
Development
Project Planning
Identifying and defining stakeholder needs and project scope is essential for laying the foundation of a software development project.
Analysis
Planning
Development
Requirement Analysis
What ongoing processes ensure the smooth operation and performance optimization of a developed web system?
Documentation
Development
Maintenance
Monitoring and Maintenance
In web system development, which crucial aspect involves the systematic recording of project details, processes, and instructions for future reference and maintenance?
User Training
Documentation
Planning
Development
Which process in web system development involves the incorporation of user input and refinement of functionalities to enhance the system's performance and usability?
Project Closure
Feedback and Iteration
Software Documentation
User Training
How does web system development continually safeguard data and prevent unauthorized access or breaches?
Software Documentation
Security Implementation
Feedback and Iteration
Monitoring and Maintenance
How does the integration of functionalities such as code editing, debugging, and compilation to enhance the efficiency of software development processes?
Debugger
Compiler
IDE
Text Editor
In the document structure, what aspect does the <meta charset> tag specify or control?
Specifies Image Source
Specifies Page Layout
Specifies Character Encoding
Specifies Text Alignment
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)
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.
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)
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".
