You are on page 1of 3

Q1: What are categories in WordPress.?

a Categories allow a user to merge its content from different sections.

b Categories allow a user to divide its content into different sections.

c Categories allow a user to list out all the contents

d None

e None

f None

Q2: The die() and exit() functions do the exact same thing.?

a None

b None

c True

d False

e None

f None

Q3: What is the login name of the administrator in Linux??

a None of the mentioned

b root

c administrator

d admin

e All of the mentioned

The correct Answer is: None

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

b vi

c notepad

d None

e None

f edit

Q5: How to install a docker plugin vieux/sshfs with debug environment set to 1.?

a $ docker install vieux/sshfs DEBUG=1

b $ docker install plugins vieux/sshfs DEBUG=1

c None

d $ docker plugin install vieux/sshfs DEBUG=1

e None

f None

Q6: Which programming language does PHP resemble??

a JavaScript

b VueJS

cC

d Perl

e None

f Javascript

Q7: How do we access the value of 'd' later? $a = array( 'a', 3 => 'b', 1 => 'c', 'd' );?

a $a[0]

b None
c $a[4]

d $a[2]

e $a[1]

f $a[3]

You might also like