Module 4 Flashcards

1
Q

web browsers communicate with web servers using what protocol

A

http

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

technically, what is server-side scripting

A

sending an http request from the browser to the target server

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

URL parameters

A

field-value pairs sent via a query string

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

data sent by the HTTP POST method

A

POST data

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

identifies the affected source

A

URL

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

one that returns the same hard-coded content from the server whenever a particular resource is requested

A

static site

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

what request is sent to request a specific URL

A

GET

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

server retrieves the requested document from its file system and returns an HTTP response containing the document and a success status

A

static sites

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

examples of static sites

A
  1. resume
  2. portfolio
  3. brochure
  4. one-off landing
  5. blogs
  6. newsletter contents
  7. informational, read-only sites
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

created to display the same information to every person using their web pages

A

static websites

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

pages are created by inserting data from a database into placeholders in HTML templates

A

dynamic sites

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

can return different data for a URL based on information provided by the user or stored preferences and can perform other operations as part of returning a response

A

dynamic site

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

improving appearance and behavior of a rendered web page, selecting and styling UI components, navigations, form validation

A

client-side

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

involves choosing which content is returned to the browser in response to requests; validation of data and requests, using databases to store and retrieve data

A

server-side

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

server-side languages

A

PHP, python, ruby, C#, and JS (NodeJS)

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

examples of dynamic sites

A
  1. indeed
  2. jobstreet
  3. netflix
  4. online shopping
  5. amazon