Technical Questions Flashcards

1
Q

What is HTML?

A

HTML is a hyper-text markup language for creating Web pages.

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

What is JavaScript?

A

JavaScript is a scripting language which is used a lot to add interactivity to HTML pages

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

What is CSS?

A

CSS stands for Cascading Style Sheets;
CSS define how to display HTML elements.

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

What is XML?

A

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.

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

What is Cookies?

A

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).

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

What is HTTP?

A

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.

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

What is IP address?

A

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.

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

What is VPN?

A

Virtual private network is a mechanism for creating a secure connection between a computing device and a computer network

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

What is PHP?

A

PHP is a server scripting language, a tool for making dynamic and interactive Web pages.

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

What is API?

A

An API (Application Programming Interface) is the interface implemented by an application which allows other applications to communicate with it.

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