WorksheetsDigital marketer - Revision Quiz 5
Total questions: 26
Worksheet time: 13mins
What are common tools for designing algorithms in coding?
HTML and CSS
Pseudocode and Flow Charts
JavaScript and PHP
Agile and Testing
Which of the following is NOT a component of flow control in coding?
Sequence
Selection
Iteration
Requirement gathering and analysis
Which step in the Software Development Lifecycle focuses on gathering and analysing project requirements?
Design
Implementation
Testing
Requirement gathering and analysis
Which programming language is commonly used for creating the structure and content of a web page?
HTML
CSS
JavaScript
PHP
Which language is primarily used for styling and layout of web pages?
HTML
CSS
JavaScript
PHP
Which organisation sets standards for web technologies and compatibility?
HTML5 Consortium
JavaScript Alliance
What is the term for ensuring that a website functions properly on various devices and browsers?
Mobile responsiveness
Bootstrap design
Agile development
What is responsible for hosting and serving web pages to users?
Web client
Mail server
Webserver
Router
Which of the following is NOT a hardware component of the web?
Webserver
Client
Router
DNS
Which protocol is used for secure data transmission over the web?
HTTP
HTTPS
FTP
SMTP
Which protocol is responsible for sending emails?
HTTP
FTP
SMTP
HTTPS
What service translates domain names into IP addresses?
DNS
FTP
HTTP
IP addresses
What technology is used to identify the location of a device on the internet?
MAC address
Which of the following is NOT a phase in the traditional Waterfall model of SDLC?
Iteration
Which SDLC methodology is characterised by iterative development cycles, with each cycle resulting in a potentially shippable product increment
Rapid application development
Kanban
Scrum
In Scrum, what is the purpose of a sprint?
To complete all project requirements
To develop a prototype
To deliver a specific set of features or functionality
To conduct user acceptance testing
Which SDLC methodology emphasises adaptability and collaboration with stakeholders throughout the development process?
Scrum
Spiral
Extreme programming
Waterfall
What is the primary goal of the Spiral model in SDLC?
To complete all development tasks in a single phase
To minimize project risks through iterative development and risk analysis
To deliver the project in the shortest possible time
To follow a strict, sequential approach to development
Extreme programming places a strong emphasis on which of the following practices?
Extensive documentation
Frequent code freezes
Pair programming and test-driven development
Strict adherence to project plans
Which SDLC methodology is known for its focus on rapid prototyping and user feedback to refine the system continuously?
Scrum
Waterfall
Rapid application development
Kanban
In the context of Kanban methodology, what is the primary purpose of a Kanban board?
To plan sprints
To track and visualise work in progress
To conduct code reviews
To facilitate stakeholder meetings
What are the steps in the Software Development Life Cycle?
Requirement gathering and analysis, Design, Implementation, Testing, Deployment, Maintenance
Design, Implementation, Testing, Deployment, Maintenance
Requirement gathering and analysis, Design, Implementation, Testing
Design, Implementation, Testing
What is the purpose of the HTTP protocol?
To transfer hypertext documents on the web
To secure the transfer of data on the web
To transfer files between servers and clients
To send emails
What are the hardware components of the web?
Webserver, Client, Router, Mail server
Webserver, Client
Client, Router
Webserver, Router
Which of the following protocols is used for secure communication on the web?
HTTP
HTTPS
FTP
SMTP
What is the purpose of DNS in web technologies?
To translate domain names into IP addresses
To host websites
To transfer files between servers and clients
To secure the transfer of data on the web
