Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

edX Vanderbilt - Day 1 Review

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

What does CLI stand for?

a)

Command Line Interface

b)

Critical Linux Infrastructure

c)

Clone List Index

d)

Create List Index

2.

What does HTML stand for?

a)

Hyper Text Markup Language

b)

High Tech Markup Language

c)

Home Tool Markup Language

d)

Hyperlink Text Language

3.

What is the purpose of CSS?

a)

To create dynamic web pages

b)

To define the structure of a web page

c)

To add interactivity to a web page

d)

To style the elements of a web page

4.

What is the purpose of JavaScript?

a)

To provide the content for a web page

b)

To style the elements of a web page

c)

To add interactivity to a web page

d)

To define the structure of a web page

5.

Which of the following programs is a "version control system" that allows users to safely edit, save, and collaborate with code?

a)

Git

b)

Java

c)

Terminal

d)

Bash

6.

Which of the following command line commands will CREATE a file?

a)

cd

b)

ls

c)

touch

d)

mkdir

7.

Which of the following command line commands will list the files and folders in a directory?

a)

cd

b)

ls

c)

touch

d)

mkdir

8.

Which of the following command line commands would move the user back/up one level or folder in the file system?

a)

cd ..

b)

cd /

c)

git +

d)

git add .

9.

Which of the following git commands would save all staged changes to your code?

a)

git add -A

b)

git commit

c)

git add .

d)

git pull

10.

If you previously cloned (copied) a git repository to your computer from GitHub, edited and committed the files, which of the following commands would send the saved changes in your main branch back to your GitHub repository?

a)

git pull origin clone

b)

git pull origin main

c)

git push origin clone

d)

git push origin main