0% found this document useful (0 votes)
13 views

1 Psset For IOSO

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

1 Psset For IOSO

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Q1: The employees table has 20 records, what will be the output of the query SELECT

gender FROM employees GROUP BY gender;?

a the query will return 20 records

b None

c None

d the query will return two rows only

e the query will generate an error message

f the query will not return any records

Q2: Is it a good practice to edit the WordPress core files??

a Yes, you can change the core files without any further compilations

b None

c None

d No, because your changes will be lost during the next WordPress update

e None

f None

Q3: What Linux command is the modern replacement for Telnet, and allows admins to
connect to a specific network port??

a None

b ncat

c ethtool

d dhclient

e None

f ip

Q4: What does the fopen() function requires for it to execute properly:?
The correct Answer is: None

b It requires two arguments, the file name and the extension of the file we are
opening.

c It requires one argument, the file name. With a second argument being available if
we want to use it, in which mode to oparate.

d It requires two arguments stating first the file name and then mode in which to
operate.

e It requires one argument, the file name.

The correct Answer is: None

Q5: What is the recommended number of manager nodes in Docker Swarm??

a 3 or 5 managers

b None

c 0 managers

d None

e As many as possible

f 1 manager

Q6: Which character is used to indicate an end tag??

a None

b^

c<

d/

e None

f*

Q7: Which command can be used to display basic information about your server??
a show

b ls

c info

d uname

The correct Answer is: None

The correct Answer is: None

Q8: What is the purpose of $_SESSION[]??

a Used to initialize a session.

b None

c None

d Used to store variables of the current session

e Used to register a global variable

f none of the above

You might also like