You are on page 1of 3

Q1: Systemd replaced which Linux command for mounting and automounting file systems??

a None

b None

c /esc/fdtab and autff

d /etc/fstab and autofs

e /etc/ftab and autofs

f /etc/fstab and autom

Q2: What is the use of the function 'imagetypes()'??

a None

b None

c imagetypes() hasn't been used since PHP4 and it's not being supported.

d imagetypes() is not a real function

e imagetypes() gives the image format and types supported by the current version
of GD-PHP.

f imagetypes() gives the image size and types supported by the current version of
GH-PHP.

Q3: PHP allows you to send emails directly from a script?

a None

b False

c None

d None

e None

f True

Q4: What does PHP stand for??


a None

b Private Home Page

c Personal Home Page

d Personal Hypertext Processor

e PHP: Hypertext Preprocessor

f None

Q5: MySQL supports different Character Sets, which command is used to display all of
them??

a None

b None Of The Mentioned

c None

d SHOW CHARACTER SET

e CHARACTER SET;

f SHOW; ;

Q6: tcpdump is a packet-sniffing Linux command that offers administrators the ability to
monitor what??

a Application performance

b Network traffic and activity

c Server performance

d Files and directories

e None

f None

Q7: What will be the output of the following query. SELECT * FROM `sales` WHERE amount
> 200.?
a the query will display all the sales records with amounts starting from 200 and
above

b None

c None

d the query will display all the sales records with amounts greater than 200

e the query will display all the sales records with amounts less than 200

f the query will output sales records with the amount equal to 200.

Q8: What is PHP heredoc used for??

a None

b allows creating single line of string without using quotations

c allows creating single lines of string with using quotations

d allows creating multiple lines of string without using quotations

e allows creating multiple lines of string with quotations

f None

Q9: Which command can you use to re-execute a previous command??

a !a

b !!

c None

d !cat

e !3

f None

You might also like