LESSON 1 Flashcards

1
Q

WHAT IS WEB DEVELOPMENT ABOUT?

A

It is about creating dynamics and infrastructure for web application

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

WHAT IS A WEBSITE?

A

It is a location (server), connected to the internet,that contains one or more web pages

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

WHAT IS A WEB PAGE?

A

A single document written in HTML on a computer

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

WHAT ARE SOME VALUES OF WEBSITES?

A

Information & knowledge, products and services, entertainment and trade

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

WHAT IS WEB DEVELOPMENT?

A

Refers to building, creating and maintaining web content.

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

WHAT DOES WEB DEVELOPMENT INCLUDE?

A

Web design, web publishing, web programming, and database management

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

WHAT’S THE DIFFERENCE BETWEEN WEB DESIGN AND WEB DEVELOPMENT?

A

A web designer is focused on the look and feel of the website, colours, fonts and layout, menus and navigation and usually has a design background while web developers focus on the functionality of the website, are more programming focused, create databases and deal with servers and hosting.

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

IN BRIEF WHAT’S THE DIFFERENCE BETWEEN WEB DESIGNER AND WEB DEVELOPMENT?

A

WEB DESIGNER - architecture

WEB DEVELOPER - engineer

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

WHAT’S THE DIFFERENCE BETWEEN A WEBSITE AND A WEB APPLICATION?

A

A website is static, has informational, brochure style content and generally the same across users eg. IMDb and The New York Times. A web application is more dynamic, dependant on user interaction and changes based on user’s data eg. Instagram and YouTube

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

WHAT ARE COMPONENTS OF A WEB APPLICATION AND WHAT DO THEY INCLUDE?

A

Modules that join together to make up the while, includes a web server, web pages, backend code and databases

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

THE COMPONENTS OF WEB APPLICATION CAN BE DIVIDED INTO 4 MAINCATEGORIES. WHAT ARE THEY?

A
  • Web server software

-

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

THE COMPONENTS OF WEB APPLICATION CAN BE DIVIDED INTO 4 MAINCATEGORIES. WHAT ARE THEY?

A
  • Web server software
  • Web pages
  • Back End Code
  • Database software
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

WEB SERVER SOFTWARE

A

Computer with software installed to deliver web pages. Contains content of a website. These are the systems that run web applications . It processes incoming network requests. the primary function is to store, process and deliver web pages to clients. The communication between client and server takes place using the Hypertext Transfer Protocol (HTTP)

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

WEB PAGES

A

made up of HTML (content), CSS (layout and design), JavaScript (add dynamic functionality)

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

BACK END CODE

A
  • brain
  • code that runs on the server, that receives requests from the clients, and contains the logic to send the appropriate data back to the client.
  • includes database, which will persistently store all of the data for the application
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

DATABASE SOFTWARE

A
  • memory of the web application
  • store and manage information/database in an organised manner that are stored on the server and to provide data access for authorised users. This type of server keeps the data in a central location that can be regularly backed up. It also allows users and applications to centrally access the data across the network
17
Q

WHAT DOES HTML STAND FOR?

A

HyperText Markup Language

18
Q

HTML

A

Coded language used to create web pages

19
Q

WHAT IS A TAG ?

A

Enclosed content