Module 4 Flashcards

(14 cards)

1
Q

It is is the development or creation of a user interface using some markup languages and other tools.

A

Front-End Development

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

It is the development of the user side where only user interaction will be counted.

A

Front-End Development

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

It is a most visible, accessible and usable part of your software application.

A

Front-End

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

It is one of the critical software development which will decide the success of your project.

A

Front-End Development

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

It involves the logic, database, and
other operations that are built behind the scenes to run the web servers efficiently.

A

Backend Development

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

It involves the creation and maintenance of server side logic that operates behind the scenes of web applications, APIs and other software systems.

A

Back-End Development

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

It is code that enables two software programs to communicate.

A

Application Programming Interface

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

It facilitates the exchange of data, features and functionalities between software applications.

A

Application Programming Interface

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

It is a popular and widely used API architecture style.

A

REST (Representational State Transfer)

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

It uses Http request to post, create, put, update, get, read and delete.

A

RESTful APIs

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

An older technology that uses XML as its messaging format. They are are known for their reliability and security.

A

SOAP (Simple Object Access Control)

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

This is a query language for API that was developed by Facebook. It enables the client to request exactly the data they need. They are known for their flexibility and efficiency.

A

GraphQL API

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

This is a high performance open source that is remote procedure call framework that is widely used for building APIs. It enables developers to build efficient and scalable APIs using a wide range of programming languages.

A

gRPC

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

This is a protocol for bidirectional real time communication between a client and the server.

A

WebSockets

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