Web Flashcards

1
Q

what is a framework

A

a set of code libs and data structs that provide generic func which can be used, overridden or specialized

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

difference between a library and a framework

A

dictates control structure, provide structure, default functionalities built in

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

whats the difference bw a markuplanguage (htML) and a programming language

A

programs define behavior

markup: annotate and add semantic meaning to a document

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

relative link

A

a link to a page in the same directory

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

absolute link

A

link to a page in a specified directory or location outside of where its being called from

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

what is an associative array

A

uses a word instead of a default number as its key like [“country”]=”USA”;[“population”]=100; almost acts like a row

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