Git And GitHub

Git And GitHub

University

61 Qs

quiz-placeholder

Similar activities

FINAL EXAM - CSC 121 Web Page Design and Development

FINAL EXAM - CSC 121 Web Page Design and Development

University

60 Qs

Web Technology - JavaScript - Tutorial Sheet - 03

Web Technology - JavaScript - Tutorial Sheet - 03

University

60 Qs

Perbaikan UAS - Pemrograman 3

Perbaikan UAS - Pemrograman 3

University

60 Qs

FSWD Ajax React PHP Jquery

FSWD Ajax React PHP Jquery

University

66 Qs

Application Bug Fixing

Application Bug Fixing

University

60 Qs

Q-Round-1

Q-Round-1

University

60 Qs

1ºDAM/DAW - Entornos de Desarrollo. 1er.Trim. Prof. C. Boni

1ºDAM/DAW - Entornos de Desarrollo. 1er.Trim. Prof. C. Boni

University - Professional Development

61 Qs

SD-Dip 1-Unit 24 quiz (60 questions)

SD-Dip 1-Unit 24 quiz (60 questions)

University

58 Qs

Git And GitHub

Git And GitHub

Assessment

Quiz

Computers

University

Hard

Created by

Shashwat Mahendra

FREE Resource

61 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the database commonly used in backend development?
HTML
MongoDB
CSS
JavaScript
None

Answer explanation

MongoDB is a widely used NoSQL database in backend development, especially for applications that require flexible data models.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which middleware function is commonly used for serving static files in an Express.js application?
Express.static()
Express.json()
Express.urlencoded()
Express.cookieParser()
None

Answer explanation

Express.static() is a built-in middleware function in Express.js that serves static files such as images, CSS files, and JavaScript files.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of nodemon?
To monitor code changes
To install Express globally
To execute a nodemon server
To initialize a new Node.js project globally
None

Answer explanation

Nodemon is a utility that monitors changes in your source code and automatically restarts your Node.js application, making development easier.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is GitHub used for in relation to Git?
Playing online games
Hosting virtual meetings
Collaborating on code and storing repositories online
Sending emails
None

Answer explanation

GitHub is a platform that hosts Git repositories online, enabling collaboration among developers on code projects.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Express.js is a framework for which runtime environment?
Python
Node.js
Ruby on Rails
Django
None

Answer explanation

Express.js is a web framework specifically designed for the Node.js runtime environment, facilitating server-side development.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How does Express simplify handling different routes?
By directly mapping request URLs to specific functions without any additional configuration.
By automatically generating routes based on file names or structure within the project.
By providing a clear and organized way to define routes, middleware, and error handling, reducing code complexity.
By offering a built-in routing system that only understands basic GET and POST requests.
None

Answer explanation

Express provides a structured way to define routes and middleware, making it easier to manage and organize code, thus reducing complexity.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a remote repository in Git?
A repository hosted on a server
A local repository
A repository on GitHub
A repository on Bitbucket
None

Answer explanation

A remote repository is hosted on a server, allowing multiple users to collaborate on the same project from different locations.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?