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. Third-party cookie
B. Session cookie
C. Secure cookie
D. Persistent 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
What is the operational goal of a web browser's 'JavaScript Engine' (such as Google's V8 engine inside Chrome)?
A. To manage physical fiber optic cable transmissions
B. To render structural CSS layout designs cleanly
C. To parse, interpret, compile, and execute JavaScript code scripts rapidly into machine instructions natively within the browser client
D. To route incoming email attachments through proxy servers

Correct Answer: Option C


Explanation:
The JavaScript engine is a specialized component that executes interactive client-side programming code, dynamically modifying the webpage UI based on user actions.

This question belongs to: Computer Internet and Web Technologies
Question #2
What does a '504 Gateway Timeout' HTTP status code tell a web user?
A. The user entered an unapproved domain string value inside the search engine interface.
B. The server, while acting as a gateway or proxy, did not receive a timely response from the upstream backend server to complete the request.
C. The digital SSL identity certificate has completely expired.
D. The browser cache folder space has run out of local memory storage.

Correct Answer: Option B


Explanation:
A 504 status code means that an intermediate proxy or gateway server timed out while waiting for a response from an internal upstream server during a request loop.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which type of web application asset acts as a structured repository database format, utilizing extensible markup labels to store data configurations cleanly over the web?
A. CSS visual styling layouts
B. XML (Extensible Markup Language)
C. Unlinked text files
D. SMTP route headers

Correct Answer: Option B


Explanation:
XML is a markup language designed to store, structure, and transport data using customizable tags, making data highly readable across different platforms.

This question belongs to: Computer Internet and Web Technologies