You are on page 1of 3

Q1: Which of the following is an attribute related to font tag??

a None

b color

c size

d All the options are style tags

e None

f face

Q2: How to initialize a docker swarm??

a None

b docker init swarm --advertise-addr your_server_ip_here

c docker master init --advertise-addr your_server_ip_here

d docker init --advertise-addr your_server_ip_here

e None

f docker swarm init --advertise-addr your_server_ip_here

Q3: What is virtualization??

a None

b None

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


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

d None

e None

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


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

Q4: Is it possible to remove the HTML tags from passed data??


a The stripTags() function enables us to clean a string from the HTML tags.

b None

c The strip_tags() function enables us to clean a string from the HTML tags.

d The string_tags() function enables us to clean a string from the HTML tags.

e None

f None

Q5: What Is a MySQL View??

a None

b VIEWS are virtual tables that do not store any data of their own but display data
stored in other tables.

c VIEWS are no different that any other tables except they are used for faster
loading.

d None

e VIEWS are static tables that store data but the data can't be changed

f VIEWS are temporary tables that store data which store data only for a certain
amount of time

Q6: Can you run several versions of PHP at the same time??

a None

b False

c None

d None

e True

f None

Q7: When would you use path along with file name of a picture in an IMG tag??
a when the location of image file and html file are different

b path is always necessary when inserting image

c path is optional and not necessary

d None

e None

f when image file and html file both are on same location d.

You might also like