wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ITESA Roadmap Event 12-09-24

Total questions: 10

Worksheet time: 4mins

Name
Class
Date
1.

Main Objective of DSA --

a)

1) Project Based Learning

b)

2) Logic Building and Problem Solving Skills

c)

3) Hardware Use

d)

4) All of the above

2.

What is a "pull request" in GitHub?

a)

A) A request to download code from a repository

b)

B) A request to merge code changes from a branch to the main branch

c)

C) A request to delete a repository

d)

D) A request to fork a repository

3.

What is a "fork" in GitHub?

a)

A) A feature to delete a repository

b)

B) A copy of a repository that you own

c)

C) A command to update your repository

d)

D) A tool to manage issues in a repository

4.

What does the git push command do?

a)

A) Uploads local repository changes to a remote repository

b)

B) Downloads changes from a remote repository to your local machine

c)

C) Deletes changes from a remote repository

d)

D) Merges branches in a repository

5.

Which of the following is primarily used for making a website interactive?

a)

A) HTML

b)

B) CSS

c)

C) JavaScript

d)

D) SQL

6.

What does the README.md file typically contain in a GitHub repository?

a)

A) Configuration settings for the repository

b)

B) A list of contributors

c)

C) Documentation and an overview of the project

d)

D) A log of all commits

7.

What is the "staging area" in Git/GitHub?

a)

A) A space where you view your remote repository

b)

B) A temporary area where changes are prepared before committing

c)

C) A backup storage for old commits

d)

D) A section for managing pull requests

8.

How can you view all the branches in your Git repository?

a)

A) git branch

b)

B) git log

c)

C) git checkout

d)

D) git status

9.

What is the default branch in a Git repository?

a)

A) dev

b)

B) test

c)

C) main

d)

D) staging

10.

Which of the following correctly represents the hierarchical relationship among Artificial Intelligence (AI), Machine Learning (ML), and Deep Learning (DL) from the broadest to the most specific?

a)

A) Deep Learning → Machine Learning → Artificial Intelligence

b)

B) Artificial Intelligence → Machine Learning → Deep Learning

c)

C) Machine Learning → Artificial Intelligence → Deep Learning

d)

D) Artificial Intelligence → Deep Learning → Machine LearningAnswer