Technical Questions Flashcards
What is HTML?
HTML is a hyper-text markup language for creating Web pages.
What is JavaScript?
JavaScript is a scripting language which is used a lot to add interactivity to HTML pages
What is CSS?
CSS stands for Cascading Style Sheets;
CSS define how to display HTML elements.
What is XML?
XML stands for EXtensible Markup Language;
XML was designed to carry data, not to display data;
XML tags are not predefined. You must define your own tags.
What is Cookies?
Cookies is a piece of data from a website that is stored within a web browser that the website can retrieve at a later time
(such as items in a shopping cart) or to record the user’s browsing activity (clicking particular buttons, logging in, etc).
What is HTTP?
Short for HyperText Transfer Protocol, HTTP is a set of standards that allow users of the World Wide Web to exchange information found on web pages.
What is IP address?
An Internet Protocol address (IP address) is a numerical label assigned to each device (e.g., computer, printer) participating in a computer network that uses the Internet Protocol for communication.
What is VPN?
Virtual private network is a mechanism for creating a secure connection between a computing device and a computer network
What is PHP?
PHP is a server scripting language, a tool for making dynamic and interactive Web pages.
What is API?
An API (Application Programming Interface) is the interface implemented by an application which allows other applications to communicate with it.