NEW
Font size
WorksheetsUnderstanding Backend
Total questions: 10
Worksheet time: 5mins
This is the part of a website or application that users directly interact with
First-end
Front-end
Back-end
Last-end
This is responsible for storing and organizing data needed for the application.
First-end
Front-end
Back-end
Last-end
HTML, CSS, & Javascript are related to what development?
First-end
Front-end
Back-end
Last-end
Front-end is also known as?
Client-side
Customer-side
Back-side
Server-side
Back-end is also known as?
Client-side
Customer-side
Back-side
Server-side
These are computers that store and process data for the web. Receiving requests and delivering results.
Application Logic
Security
Servers
Databases
These are structured collections of data that the backend can access, organize, and manipulate.
Application Logic
Security
Servers
Databases
It manages the connection for accessing and managing the back end; Defines the core functionality of the application.
Application Logic
Security
Servers
Databases
Servers are what type of web backend component?
Software
Physical
Code
Abstract
A scripting language for web development that will be used for connecting and accessing database.
JavaScript
Node.JS
PHP
MySQL
