GCSE Computer Science Theory

Notes for the AQA GCSE Computer Science (4512/1) theory examination Content based on BourneToCode

Web application concepts

What is a web application?

A web application, or web app for short, is a program that is created using scripting. It usually runs in a webpage.

Specifically, a web application is a dynamic web page. Whereas a static web page has no form of interactivity and so only uses HTML and CSS (HyperText Markup Language and Cascading Style Sheets respectively), a dynamic web page contains elements that allow the user to interact with a website. A common example is a website containing a database of login information, for example.

Client-side vs. server-side

Many web applications use both client-side and server-side features:

client-server model