Which of the following is a type of web cookie that is deleted when the browser is closed? MCQ with Answer and Explanation

Which of the following is a type of web cookie that is deleted when the browser is closed?
A. Persistent cookie
B. Session cookie
C. Secure cookie
D. Third-party cookie
Answer: Option B
Solution (By JKSSB Mock Tests)
Session cookies (non-persistent) exist only until the browser is closed, while persistent cookies have an expiration date.

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 is an example of a web browser extension?
A. Firefox Monitor
B. AdBlock
C. Chrome Web Store
D. Google Search

Correct Answer: Option B


Explanation:
AdBlock is a popular browser extension that blocks advertisements. The Chrome Web Store is a store for extensions, not an extension itself.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which HTTP status code is returned by a web server to indicate that the requested resource could not be found?
A. 200 OK
B. 404 Not Found
C. 500 Internal Server Error
D. 301 Moved Permanently

Correct Answer: Option B


Explanation:
The 404 Not Found status code indicates that the server cannot find the specific resource or page requested by the client browser.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following fields in an email header allows you to send a copy of a message to a recipient without their email address being visible to other recipients?
A. To
B. Bcc
C. Cc
D. Subject

Correct Answer: Option B


Explanation:
Bcc stands for Blind Carbon Copy. Addresses added to the Bcc field are hidden from all other recipients of the email.

This question belongs to: Computer Internet and Web Technologies