You are on page 1of 3

Q1: PHP server scripts are surrounded by delimiters, which??

a <script>...</script>

b None

c <?php>...</?>

d <?php...?>

e None

f <&>...</&>

Q2: The die() and exit() functions do the exact same thing.?

a None

b False

c True

d None

e None

f None

Q3: What is the correct JavaScript syntax for opening a new window called "w2" ??

a w2 = window.new("http://www.w3schools.com");

b w2 = window.open("http://www.w3schools.com");

c None

d None

e None

f None

Q4: Is JavaScript case-sensitive??


a None

b True

c None

d None

e False

f None

Q5: How to remove unused data (all unused containers, networks, images (both dangling
and unreferenced), and optionally, volumes) in Docker.,?

a docker system --prune

b None

c docker system prune sys

d None

e docker system prune

f None

Q6: Which of the following function opens a file??

a file_exist()

b None

c None

d fread()

e fopen()

f filesize()

Q7: How can you make a bulleted list??

a <ol>

b <list>
c None

d <ul>

e <dl>

f None

You might also like