You are on page 1of 3

Q1: Distinguish between cmp and diff commands??

a ‘cmp’ shows the last difference from two file whereas ‘diff’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

b ‘diff’ shows all the differences from two file whereas ‘cmp’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

c ‘cmp’ shows all the differences from two file whereas ‘diff’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

The correct Answer is: None

The correct Answer is: None

f ‘diff’ shows the last difference from two file whereas ‘cmp’ shows the only the first
occurring difference. The said is applicable only if differences between the files do exist.

Q2: Which of the following statements is NOT true for views in SQL??

a A view is updatable if it has been defined from a single relation

b None

c None

d Select statement used in the view definition cannot include ORDER BY clause.

e A view contains a copy of the data

f A view drives its data from the base tables(s)

Q3: A virtual filesystem created dynamically by Linux that contains information about
system resources is:?

a /proc

b /boot

c /system

d /mkdir

e None
f None

Q4: Which command is used to copy file across different system??

a rcp

b mcp

c ncp

d rsync

e None

f scp

Q5: Crontab gives administrators the ability to do what??

a Identify users on the system

b Set up scheduled tasks on a system

c None

d None

e View the status of Linux kernel modules

f Call up a list of open files

Q6: You have lost access to your admin area and can't recover it with email. What do you
do??

a Install a plugin to recover your password.

b Register a new user and set it as an administrator via your panel.

c Reset the password of your user through MySQL.

d Delete your themes folder.

e Reinstall Wordpress.

f Add a new user with admin privileges in MySQL.

Q7: How can we destroy a PHP session:?


a sessionDestroy()

b session()

c startD()

d session_destroy()

e destroy_session()

f destroySession()

Q8: How can you create a static page with WordPress??

a To create a static page in WordPress, in the page section you have to upload a
HTML file to the server in the theme folder, and then select that as your template.

b To create a static page in WordPress, in the page section you have to upload a PHP
file to the server in the theme folder, and then select that as your template.

c None

d To create a static page in WordPress, in the page section you have to upload a
PERL file to the server in the theme folder, and then select that as your template.

e None

f None

Q9: PHP is an example of ___________ scripting language.?

a None

b None

c In-side

d Client-side

e Browser-side

f Server-side

You might also like