You are on page 1of 4

Q1: To start a list using circles, use?

a <ul "round">

b <ul Type="circle">

c <ul Type="round">

d None

e <ul ="round">

f None

Q2: The SQL keyword BETWEEN is used??

a None Of The Above

b As A Wildcard

c None

d To Limit The Columns Displayed

e None

f For Ranges

Q3: How can you edit a WordPress comment??

a You can edit WordPress comment using the dashboard. From the panel, under the
Comments option, select edit to edit a comment.

b None

c You can edit WordPress comment using the command. From the panel, under the
Comments option, select edit to edit a comment.

d None

e None

f You can edit WordPress comment using the profile. From the panel, under the
Comments option, select edit to edit a comment.
Q4: Where are the online repositories configured on a Debian/Ubuntu Machine?

a /etc/apt/sources.list

The correct Answer is: None

The correct Answer is: None

d /etc/apt/repos

e /etc/fstab

f /etc/apt/yum.repos

Q5: How to change the priority of a swap file/partition to 10?

The correct Answer is: None

b We can't change the priority of swap partions

The correct Answer is: None

d swapon +10 /path/to/swapfile

e swapon -P 10 /path/to/swapfile

f swapon -p 10 /path/to/swapfile

Q6: What is the function func_num_args() used for??

a None

b None

c The function func_num_args() is used to give the boolean r of parameters passed


into a function.

d The function func_num_args() is used to give the number of parameters passed


into a function.

e None

f The function func_num_args() is used to give the string of parameters passed into a
function.
Q7: What is a cluster??

a A software package that performs a specific function for an end user

b A computer program or device that provides services to other computers

The correct Answer is: None

d A system made up of multiple servers and other resources

e A specific set of ordered operations

The correct Answer is: None

Q8: Which command can be used to rename a file/directory??

a cp

b rename

The correct Answer is: None

d mv

The correct Answer is: None

f rm

Q9: What is Hypervisor??

a A hypervisor is a hardware that makes optimization possible. It is also called


Virtual Machine Monitor.

b A hypervisor is a software that makes optimization possible. It is also called


Virtual Machine Monitor.

c A hypervisor is a software that makes virtualization possible. It is also called


Virtual Machine Monitor.

d None

e None

f None
Q10: Which command can be used to make variables of shell to be made available to sub
shell??

a echo

b set

c None

d None

e export

f import

Q11: What is the correct way to create a function in PHP??

a new_function myFunction()

b create new_function myFunction()

c create myFunction()

d function myFunction()

e None

f None

You might also like