You are on page 1of 3

Q1: ______ is used to destroy a variable in PHP ??

a None

b destroy()

c unset()

d delete()

e unlink()

f None

Q2: What type of a language is HTML??

a Programming Language

b Markup Language

c None

d Network Protocol

e Scripting Language

f None

Q3: What is the difference between Numeric and Associative?

a The Numeric and Associative arrays differ only in the maximum allowed objects in
them.

The correct Answer is: None

c There are no Associative arrays

d The Numeric arrays can store numbers, strings and any object but their index will
be represented by numbers while the Associative arrays have their index stored as string.

The correct Answer is: None

f The Numeric arrays can store numbers, strings and any object but their index will
be represented by numbers while the Associative arrays each element in the main array can
also be an array.
Q4: Which functions can be used to get the image's properties (size, width, and height)??

a None

b The functions are getimagesize() for size, imagesx() for width and imagesy() for
height.

c None

d The functions are getsizeimage() for size, imagesx() for width and imagesy() for
height.

e The functions are getimagesizeof() for size, imagesxn() for width and imagesyn()
for height.

f None

Q5: Which of the following commands would show you the status of a Kubernetes
deployment??

a kubectl rollout stats deployment/Deployment

The correct Answer is: None

c kubectl rollout status deployment/Deployment

d kubectl rollout log deployment/Deployment

The correct Answer is: None

The correct Answer is: None

Q6: Which of the following attribute triggers event when the length of the media is
changed??

a ondrop

b onended

c None

d ondurationchange

e None
f onemptied

You might also like