GIT & HTML

GIT & HTML

12th Grade

32 Qs

quiz-placeholder

Similar activities

1/12 Algebra 2 Quiz 1 Review

1/12 Algebra 2 Quiz 1 Review

9th - 12th Grade

28 Qs

LINEAR INEQUALITIES

LINEAR INEQUALITIES

12th Grade

30 Qs

Inequalities Test

Inequalities Test

8th Grade - University

28 Qs

Algebra 1H- Compound and Absolute value Inequalities 5.3-5.4

Algebra 1H- Compound and Absolute value Inequalities 5.3-5.4

9th - 12th Grade

30 Qs

Chapter 8 Practice Test

Chapter 8 Practice Test

10th - 12th Grade

29 Qs

Domain and Range Day 2

Domain and Range Day 2

9th Grade - University

29 Qs

Concepts: Inequalities & Absolute Value

Concepts: Inequalities & Absolute Value

9th - 12th Grade

28 Qs

SOL A.5 Review

SOL A.5 Review

9th - 12th Grade

28 Qs

GIT & HTML

GIT & HTML

Assessment

Quiz

English, Mathematics

12th Grade

Medium

Created by

Chính Đồng

Used 18+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Điền từ còn thiếu vào phát biểu sau: Git là một .... theo hình thức .... được sử dụng phổ biến nhất hiện nay. Git được sử dụng để quản lý mã nguồn và ghi nhận các thay đổi trong suốt quá trình phát triển.

a. hệ thống quản lý phiên bản, tập trung

b. hệ thống điều khiển phiên bản, tập trung

c. hệ thống quản lý phiên bản, phân tán

d. hệ thống điều khiển phiên bản, phân tán

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Có 2 loại repository là?

a. Local Repository là các kho chứa được lưu trên máy tính của lập trình viên. Thường thì có bao nhiêu lập trình viên thì có bấy nhiêu Local Repository

b. Remote Repository là kho chứa được lưu trên một máy chủ chia sẻ chung. Thường thì mỗi công ty có một Remote Repository

c. Local Repository là các kho chứa được lưu trên máy tính của công ty. Thường thì có bao nhiêu công ty lập trình thì có bấy nhiêu Local Repository

d. Remote Repository là kho chứa được lưu trên một máy chủ chia sẻ chung. Thường thì mỗi một sản phẩm trong một nhóm thì có một Remote Repository.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hãy xác định câu lệnh dùng để khởi tạo một Repository mới?

git add

git create

git commit

git init

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chúng ta vừa tạo một file index.html, câu lệnh nào sau đây sẽ đưa file này vào quản lý trong chỉ mục của Git?

add git index.html

git add new

git add index.html

git insert index.html

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh git status trả về kết quả như sau:

On branch master  

Initial commit   Changes to be committed:  

(use "git rm --cached <file>..." to unstage)      

new file:   index.html

Hãy chỉ ra câu lệnh được sử dụng để commit phiên bản này kèm theo message là"adding new authors to index".

git commit

git commit -m "adding new authors to index"

git commit "adding new authors to index"

git commit message "adding new authors to index"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào sau đây chỉ định git theo dấu tất cả các thay đổi hiện có?

git push -am "Message"

git add

git commit add

git commit

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Câu lệnh nào sau đây giúp nhân bản một Repository về máy tính của mình?

git fork

git commit

git clone

git push

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?