Frameworks and Libraries Flashcards

1
Q

Define framework

A

Universal, reusable software environment that provides particular functionality as part of a larger software platform to facilitate development of software applications, products and solutions

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

Define library

A

Non-volatile (doesn’t go away) resources used by computer programs, often to develop software. These may include configuration data, documentation, help data, message templates, pre-written code and subroutines, classes, values or type specifications.

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

Compare frameworks and libraries

A

Frameworks call your code; libraries are called by your code

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

What is AngularJS?

A

Open-source client-side web application framework mainly maintained by Google and by a community of individuals and corporations to address many of the challenges encountered in developing single-page applications.

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

Can we compare AngularJS and JQuery?

A

Not really. jQuery (library) is for DOM manipulation and AngularJS (framework) is for whole web apps.

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