Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Full-Stack Concepts

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

React is a framework built on top of what language?

a)

JavaScript

b)

HTML

c)

Python

d)

HTTP

2.

Which of the following is a front-end technology?

a)

SQLite

b)

Django

c)

React

d)

NodeJS

3.

Which tool allows a developer to test the back-end HTTP requests without a front-end?

a)

React

b)

Postman

c)

Git

d)

npm

4.

In GitHub, what is a fork?

a)

A set of changes pushed to the main repository

b)

A copy of a repository that you manage

c)

A local version of a repository

d)

A dining utensil

5.

How can you add your changes to the main GitHub repository after pushing them to your fork?

a)

clone them

b)

branch them

c)

delete them

d)

use a pull request

6.

Which HTTP method creates new data objects?

a)

GET

b)

POST

c)

PUT

d)

CREATE

7.

The front-end sends _______ requests to the back-end

a)

JSON

b)

Serialized

c)

HTTP

d)

JavaScript

8.

Where should data be stored for a full-stack application?

a)

React app

b)

Django server

c)

SQL Database

d)

HTTP REST API

9.

On the back-end, what does a serializer do?

a)

Converts data into a sendable format

b)

Sends data through an HTTP request

c)

Converts JSON data into a JavaScript object

d)

Determines the type of data

10.

On the front-end, which JavaScript function makes HTTP requests to connect with the back-end?

a)

get

b)

this.state

c)

fetch

d)

http