You are on page 1of 3

Q1: Character data can be stored as?

a None

b Both fixed or variable length strings

c Variable length strings

d Fixed length strings

e None

f None of the mentioned

Q2: Which of the following variable is used to get user's browser and operating system
details in PHP??

a HTTP_USER_AGENT

b USER

c None

d AGENT

e None of the above.

f None

Q3: Which of the following is true about HTML 5??

a All of These

b None

c None

d HTML5 is a standard for structuring and presenting content on the World Wide
Web

e HTML5 is the next major revision of the HTML standard superseding HTML 4.01,
XHTML 1.0, and XHTML 1.1.

f HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the
Web Hypertext Application Technology Working Group (WHATWG).
Q4: How does a FOR loop start??

a None

b for (i <= 5; i++)

c for (i = 0; i <= 5)

d None

e for i = 1 to 5

f for (i = 0; i <= 5; i++)

Q5: How can we destroy a PHP session:?

a session_destroy()

b sessionDestroy()

c destroySession()

d startD()

e destroy_session()

f session()

Q6: What did the 1.8 version of Kubernetes introduce??

The correct Answer is: None

b Logging Secrets

c Federated Clusters

d Taints and Tolerations

e Cluster level

The correct Answer is: None

Q7: How do you write "Hello World" in an alert box??


a None

b alertBox("Hello World");

c alert("Hello World");

d msg("Hello World");

e None

f msgBox("Hello World");

You might also like