Internet Services Technologies Flashcards

1
Q

AJAX

A

AJAX(Asynchronous JavaScript and XML ) combines JavaScript with the browser command to allow the browser to download data without requiring the whole page to refresh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Cookie

A

A text file (max 4 kb) used to store customized settings for a website on your local computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

CSS

A

CSS(Cascading Style Sheets) allow you to define and name styles and then specify the formatting for those styles

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

JavaScript

A

A language designed specifically for execution within web browsers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Online Storage

A

Storage of data in a database by a web server, which manages resource files needed to generate web pages

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Server-side instructions / scripting

A

Server-side instructions, make dynamic creation of a web page possible and are written in languages such as Perl, Ruby and Python

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

SQL-stored procedures

A

A whole lot of SQL instructions are grouped together and given a unique name, and then stored inside the database for easy reuse

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Web storage specifications

A

A newer alternative to cookies that allow more continuous and flexible local data storage, and larger amounts of it, using JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

XML

A

XML or eXtensible Markup Language is a set of rules that you follow when creating your own codes, to allow you to structure data in a text document in any way you need

How well did you know this?
1
Not at all
2
3
4
5
Perfectly