Web 2 Advanced Web Concepts Flashcards
1
Q
Client Side Scripting Languages
A
Runs in the user interface with which the user interacts in the web. It is mostly a browser or in the user’s machine, that runs the code. Examples JavaScript, HTML, and CSS
2
Q
Server Side Scripting Languages
A
deals with dynamic content and runs on the server. Examples PHP and Python
3
Q
Database
A
is a data structure that stores organized information. Most databases contain multiple tables, which may each include several different fields.
4
Q
CMS (Content Management Systems)
A
Stands for “Content Management System.” A CMS is a software tool that allows you to create, edit, and publish content to the web.