You are on page 1of 3

Q1: Which HTML tag would be used to display power in expression (A+B)2 ??

a <sup>

b None

c <sub>

d <b>

e None

f <p>

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

a onended

b None

c ondurationchange

d onemptied

e ondrop

f None

Q3: How is a constant defined in a PHP script??

a define ("ACONSTANT" 123)

b define ("ACONSTANT", 123);

c None

d define (CONSTANT, 123);

e None

f None

Q4: Which of the answers listed below refers to a command used for invoking a text editor
in Unix-like operating systems??
a notepad

b vi

c None

d edit

e None

f bcdedit

Q5: How can you create a static page with WordPress??

a To create a static page in WordPress, in the page section you have to upload a
PERL file to the server in the theme folder, and then select that as your template.

b To create a static page in WordPress, in the page section you have to upload a
HTML file to the server in the theme folder, and then select that as your template.

c None

d None

e To create a static page in WordPress, in the page section you have to upload a PHP
file to the server in the theme folder, and then select that as your template.

f None

Q6: How can you add a comment in a JavaScript??

a None

b None

c 'This is a comment

d None

e //This is a comment

f <!--This is a comment-->

Q7: How can we determine the number of rows returned in the result set of a MySQL
query??
a None

b The function mysqli_get_rows() returns the number of rows in a result set.

c The function mysqli_num_rows() returns the number of rows in a result set.

d None

e The function mysqli_count_rows() returns the number of rows in a result set.

f None

Q8: Which argument do you need to specify in order to run a specific Ansible module??

a --modules

b None

c -m

d None

e -ml

f --ansible-module

Q9: What are the API versions available??

a Single level, High level and Multi level. All these version features are in multiple
standards.

The correct Answer is: None

c Alpha level, Beta level and Stable level. All these version features are in multiple
standards.

The correct Answer is: None

The correct Answer is: None

f Pod level, Stage level and Sigma level. All these version features are in multiple
standards.

You might also like