Which of the following is an example of a web-based version control system? MCQ with Answer and Explanation

Which of the following is an example of a web-based version control system?
A. GitHub
B. Bitbucket
C. All of the above
D. GitLab
Answer: Option C
Solution (By JKSSB Mock Tests)
GitHub, GitLab, and Bitbucket are all web-based platforms for hosting and managing Git repositories.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which of the following HTTP status code categories indicates that a server-side failure or system issue occurred while processing a request?
A. 5xx series
B. 4xx series
C. 2xx series
D. 3xx series

Correct Answer: Option A


Explanation:
HTTP status codes in the 5xx range (such as 500 Internal Error or 502 Bad Gateway) mean the request failed due to an error on the server side.

This question belongs to: Computer Internet and Web Technologies
Question #2
What does the 'Secure' attribute flag do when appended to an HTTP cookie string specification?
A. It instructs the browser that the cookie should only be sent over encrypted HTTPS connections, protecting it from network interception.
B. It blocks automated search engine crawlers from reading the page structure.
C. It automatically formats the page text layout styles into complex encryption files.
D. It prevents the cookie from being deleted when the user closes the active window tab.

Correct Answer: Option A


Explanation:
The 'Secure' cookie attribute ensures that sensitive authentication cookies are never sent over unencrypted HTTP pathways, mitigating eavesdropping risks.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a protocol used for transferring files over the internet, often used for uploading website content?
A. FTP
B. HTTP
C. SMTP
D. DNS

Correct Answer: Option A


Explanation:
FTP (File Transfer Protocol) is used to transfer files between client and server, commonly used for uploading website files to web hosts.

This question belongs to: Computer Internet and Web Technologies