lecture 7 (layout, floats) Flashcards

1
Q

callback

A

function passed into another function as an argument

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

synchronous

A

events happen on after the another. ex. customers in a line

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

asynchronous

A

order in which events start may not be order in which they finish and you don’t have to wait for one event to end for another to start

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

front end

A

client side. the code we write gets run in a browser on the user’s (client’s) machine

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

back end

A

code we write gets run on a server

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

http

A

hyper text transfer protocol

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

GET

A

method is used to retrieve resources from a server

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

POST

A

sennd data to the server

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

PATCH

A

apply partial modifications

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

DELETE

A

delete the specified resource

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