Web Flashcards
what is a framework
a set of code libs and data structs that provide generic func which can be used, overridden or specialized
difference between a library and a framework
dictates control structure, provide structure, default functionalities built in
whats the difference bw a markuplanguage (htML) and a programming language
programs define behavior
markup: annotate and add semantic meaning to a document
relative link
a link to a page in the same directory
absolute link
link to a page in a specified directory or location outside of where its being called from
what is an associative array
uses a word instead of a default number as its key like [“country”]=”USA”;[“population”]=100; almost acts like a row