4 Doc For ERKQ

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

Q1: How to check the current disk usage on Linux??

a usage

b None

c free

d uptime

e df

f None

Q2: HTML comments start with <!-- and end with -->?

a False

b None

c True

d None

e None

f None

Q3: Which of these elements are all <table> elements??

a <thead><body><tr>

b <table><tr><td>

c None

d <table><tr><tt>

e None

f <table><head><tfoot>

Q4: How to kill a container??


a $ docker --kill <container_id>

b docker kill <container_id>

c None

d None

e None

f docker terminated <container_id>

Q5: All HTML Tags must be enclosed In??

a # And #

b < And >

c ? And !

d None

e None

f { And }

Q6: Which command can be used to change file access permission bits??

a chmod

b umask

c chown

The correct Answer is: None

The correct Answer is: None

f chperm

Q7: To start a list using circles, use?

a <ul ="round">

b <ul "round">
c None

d <ul Type="round">

e <ul Type="circle">

f None

Q8: Referential integrity is directly related to?

a Relation Key

b Unique Key

c Primary Key

d None

e Foreign Key

f None

Q9: Which of the following gives a string containing PHP script file name in which it is
called??

a $php_errormsg

b None

c None

d $_PHP_SELF

e $_SESSION

f $_COOKIE

Q10: How can we end a session??

a session_close().

b session_end().

c None

d session_destroy_now();
e session_write_end().

f session_destroy();

Q11: Choose the correct HTML element to define important text?

a None

b <important>

c None

d <b>

e <i>

f <strong>

You might also like