1. Where is a cookie stored? At the server side when an HTTP request is sent from a client to a server. At the client ma
Posted: Sun May 15, 2022 12:28 pm
1. Where is a cookie stored?
At the server side when an HTTP request is sent from a client to
a server.
At the client machine where the browser is executed.
It is generated and not stored anywhere.
None of the above.
2. Is it true we can use the setcookie() function to delete a
cookie?
3. Which one of the following function is used to start a
session?
start_session()
session_start()
session_begin()
begin_session()
4. What does DOM stand for?
Document of Model
Document Object Model
Document Open Model
5. Which of the following tag is used to enclose JavaScript
code?
<script>
<code>
<html>
None of the above
At the server side when an HTTP request is sent from a client to
a server.
At the client machine where the browser is executed.
It is generated and not stored anywhere.
None of the above.
2. Is it true we can use the setcookie() function to delete a
cookie?
3. Which one of the following function is used to start a
session?
start_session()
session_start()
session_begin()
begin_session()
4. What does DOM stand for?
Document of Model
Document Object Model
Document Open Model
5. Which of the following tag is used to enclose JavaScript
code?
<script>
<code>
<html>
None of the above