You are on page 1of 2

Q1: What is the correct way to open the file "time.txt" as readable??

a fopen("time.txt","r");

b open("time.txt");

c None

d fopen("time.txt","r+");

e open("time.txt","read");

f None

Q2: Which of the following is NOT available in MySQL:?

a REVOKE

b LIKE

c FETCH

d None

e None

f JOIN

Q3: What is a Widget??

a None

b WordPress Widgets add content and features to your Sidebars.

c None

d Widget is a function of special software that allows feedreaders to access a site.

e Widget is a vertical column provided by a theme for displaying information other


than the main content of the web page.

f None of the mentioned

Q4: How do we change permissions on files?


a We Can't change them

b chattr

c None

d lsattr

e chown

f chmod

Q5: DISTINCT keyword is used for:?

a There is no such keyword

b None

c For selecting only unique records by a specific field

d None

e To reduce the load on the server with loss of query performance

f To speed up the selection for a specific field

Q6: What is virtualization??

a None

b Virtualization is the process of creating a software-based, virtual version of


something(compute storage, servers, application, etc.).

c Virtualization is the process of creating a software-based, real version of


something(compute storage, servers, application, etc.).

d None

e None

f None

You might also like