Web Development Flashcards

(29 cards)

1
Q

Refers to the building, creating, and maintaining of websites

A

Web Development

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

It includes aspects such as web design, web publishing, web programming, and database management.

A

Web Development

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

It is the creation of an application that works over the internet i.e. websites.

A

Web Development

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

It refers to websites, web pages or anything that works over the internet.

A

Web

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

Building the application from scratch.

A

Development

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

Wed development can be classified into two ways.

A

Front-end development and Back-end development

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

The part of a website that the user interacts directly. It is also referred to as the ‘client side’ of the application.

A

Front-end Development

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

Three programming languages used in Front-end development.

A

HTML, CSS, & JavaScript

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

CSS Frameworks

A

Bootstrap
Bulma
Foundation
Materialize CSS
Semantic UI
Tailwind CSS

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

CSS Library

A

Pure CSS

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

CSS Preprocessor

A

SASS & LESS

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

What are the package managers of CSS?

A

npm & yarn

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

JS Library

A

jQuery UI
jQuery Mobile
jQuery plugins

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

jQuery

A

script.aculo.us
p5.js
D3.js
Underscore.js
Lodash
Fabric.js

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

JS Framework

A

AngularJS
ReactJS
Vue.js

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

It is used to design the front-end portion of the web pages using markup language.

17
Q

It acts as a skeleton for a website since it is used to make the structure of the website.

18
Q

Is a simply designed language intended to simplify the process of making web pages presentable. It is used to style our website.

19
Q

Is a scripting language used to provide dynamic behavior to our website.

20
Q

Is a free and open-source tool collection for creating responsive websites and web applications.

21
Q

It is the most popular CSS framework for developing responsive, mobile-first websites.

22
Q

Is the server side of the website.

23
Q

It is part of the website that users cannot see and interact.

24
Q

It is the portion of software that does not come in direct contact with the users and is used to store and arrange data.

25
Backend roadmap
PHP Node.js Phyton Ruby Java Golang C# Storage
26
Is a server side scripting language designed specifically for web development.
PHP
27
One of the most popular and widely used programming language. It is highly scalable.
Java
28
Is a programming language that lets you work quickly and integrate systems more efficiently.
Python
29
Is an open-source and cross-platform runtime environment for executing JavaScript code outside a browser.
Node.js