0% found this document useful (0 votes)
25 views2 pages

Mid3 WT Ats 3

The document contains a 10 question multiple choice quiz about web technologies topics like Bootstrap and Git. The questions test knowledge of common Bootstrap classes like .container and .jumbotron as well as Git commands like git pull and git branch. The key with the correct answers is provided at the end.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views2 pages

Mid3 WT Ats 3

The document contains a 10 question multiple choice quiz about web technologies topics like Bootstrap and Git. The questions test knowledge of common Bootstrap classes like .container and .jumbotron as well as Git commands like git pull and git branch. The key with the correct answers is provided at the end.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Rajiv Gandhi University of Knowledge Technologies

Nuzvid
(Department of Computer Science and Engineering)
AT – III (A.Y.2023-24)
Year/Sem: E2/SEM II Date: 07-05-2024
Subject: Web Technologies Time: 20 Minutes
Subject Code: 20CS2203 Max. Marks: 10

1. Which class provides a responsive fixed width container in Bootstrap?


a. .container-fixed
b. .container-fluid
c. .container
d. .fixed-container
2. Which Bootstrap class is used to create a big box for calling extra attention?
a. .jumbotron
b. .bigbox
c. .container
d. .alert use
3. What does the git pull command do?
a. It pushes changes to the remote repository.
b. It merges changes from the remote repository into the current branch.
c. It creates a new branch.
d. It switches to a different branch.
4. What does the git fetch command do?
a. It downloads objects and refs from another repository.
b. It creates a new branch
c. It switches to a different branch.
d. It merges changes from the remote repository into the current branch.
5. Which class in Bootstrap is used to create a list group?
a. .list-group
b. .group-list
c. .list d
d. Both A and B
6. Which class in Bootstrap cannot be used to create a card?
a. .navbar
b. .jumbotron
c. .alert
d. all of these
7. Which class in Bootstrap is used to create a dropdown menu?
a. .dropdown-menu
b. .drop-down
c. .dropdown
d. .menu-dropdown
8. Who were the original creators of Bootstrap?
a. Mark Zuckerberg and Jack Dorsey
b. Mark Otto and Jacob Thornton
c. Larry Page and Sergey Brin
d. Bill Gates and Paul Allen
9. Which among the following is not version control system?
a. Git
b. Mercurial
c. GitHub
d. GNU bazaar
10. Which command is used to create a new branch in Git?
a. git branch <branch-name>
b. git new <branch-name>
c. git checkout <branch-name>
d. git create <branch-name>

Key:

1 C 6 D

2 A 7 A

3 B 8 B

4 A 9 C

5 A 10 A

You might also like