Web Development Flashcards

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.

A

HTML

17
Q

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

A

HTML

18
Q

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

A

CSS

19
Q

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

A

JavaScript

20
Q

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

A

Bootstrap

21
Q

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

A

Bootstrap

22
Q

Is the server side of the website.

A

Back-end

23
Q

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

A

Backend

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.

A

Backend

25
Q

Backend roadmap

A

PHP
Node.js
Phyton
Ruby
Java
Golang
C#
Storage

26
Q

Is a server side scripting language designed specifically for web development.

A

PHP

27
Q

One of the most popular and widely used programming language. It is highly scalable.

A

Java

28
Q

Is a programming language that lets you work quickly and integrate systems more efficiently.

A

Python

29
Q

Is an open-source and cross-platform runtime environment for executing JavaScript code outside a browser.

A

Node.js