You are on page 1of 5

Q1: Which of the following is not a SQL operator??

a All of the above are valid SQL operators

b Between .. and ..

c Not in

d Is null

e Like

f In

Q2: If we wish to mount a directory with Read Only option, which of the following is
correct?

a mount ext4 noexect,ro /path/to-dir /mnt/folder

b mount ext4 -no-read-only /path/to-dir /mnt/folder

c mount ext4 -no-read-only /mnt/folder /path/to-dir

d mount -t ext4 -o noexect,ro /path/to-dir /mnt/folder

e mount ext4 -no-read-only /mnt/folder /path/to-dir

f mount -t ext4 -o noexect,ro /mnt/folder /path/to-dir

Q3: Is the NULL value treated as 0??

a False

b None

c None

d None

e None

f True

Q4: What will happen if some of the columns in a table are of char datatype and others are
of varchar datatype??
a None

b MySQL will convert all varchar datatypes into char

c MySQL will convert all char datatypes into varchar

d Nothing will happen

e MySQL will generate an error

f None

Q5: On which file is stored the configuration of which DNS server the machine will use??

a By running the command show dns

b /var/dns

c /etc/dns.conf

d /etc/resolv.conf

e None

f None

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

a Find the last character of a string

b None

c Locate position of a string’s first character

d Both b and c

e None

f Search for character within a string

Q7: What will be the output of the following query INSERT INTO students (student name)
VALUE ('James Lenon');?

a None
b None

c None

d a student record with the name James Lenon will be added into the students table

e None

f the above query will generate an error message.

Q8: Which file is the single most important file in Wordpress??

a None

b wp-setting.php

c header.php

d page.php

e wp-config.php

f None

Q9: To create a combo box (drop down box) which tag will you use??

a None

b <list>

c None

d <select>

e <input type="dropdown">

f all of above

Q10: Which of the following is a text editor that can be used in command mode to edit files
on a Linux system??

a open

b None

c edit
d lsof

e vi or vim

f None

Q11: What are Importers in WordPress??

a Importers are linking files that provide the functionality to export a bulk XML file
with any number of records.

b None

c Importers are plugins that provide the functionality to import a bulk XML file with
any number of records.

d None

e None

f None

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

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

b All of These

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

d None

e None

f HTML5 is a cooperation between the World Wide Web Consortium (W3C) and the
Web Hypertext Application Technology Working Group (WHATWG).

Q13: Which of the following will create the so called Hamburger Menu??

a None

b None
c Icon-next

d Icon-prev

e Img-circle

f Icon-bar

You might also like