0% found this document useful (0 votes)
34 views4 pages

2 Notes For FXVC

The document contains 12 multiple choice questions about various technical topics such as the difference between WordPress posts and pages, Docker containers, HTML, databases, JavaScript, libraries, container orchestrators, the sed command, font sizes in HTML, virtualization, WordPress plugins, and returning values from functions.

Uploaded by

celdrix ilem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views4 pages

2 Notes For FXVC

The document contains 12 multiple choice questions about various technical topics such as the difference between WordPress posts and pages, Docker containers, HTML, databases, JavaScript, libraries, container orchestrators, the sed command, font sizes in HTML, virtualization, WordPress plugins, and returning values from functions.

Uploaded by

celdrix ilem
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Q1: What is the difference between WordPress Posts and Pages??

a None

b Posts are entries listed in reverse chronological order on the site homepage and
Pages are static and are not listed by date.

c There is no difference between Posts and Pages.

d None

e Pages are entries listed in reverse chronological order on the site homepage and
Posts are static and are not listed by date.

f None of the above.

Q2: Docker containers can run on:?

a None

b None

c Only Linux distributions

d None

e Linux distributions and Windows systems

f Only Windows systems

Q3: HTML are web pages read and rendered by?

a Server

b None

c None

d Web Browser

e Interpreter

f Compiler

Q4: The command DROP SCHEMA `STUDENTS`; will delete the students database.?
a None

b False

c True

d None

e None

f None

Q5: How to write an IF statement in JavaScript??

a if i == 5 then

b if (i == 5)

c None

d if i = 5

e if i = 5 then

f None

Q6: Which library is needed to be able to use the image function??

a GD library is needed to execute image functions.

b None

c None

d None

e None

f GH library is needed to execute image functions.

Q7: Which of the following are Container Orchestrators? Select all answers that apply.?

a Vault
The correct Answer is: None

c Ansible

d Kubernetes

e Docker Swarm

The correct Answer is: None

Q8: What is the command ‘sed’ is used for??

a Is a text editor.

b To perform arithmetic calculations

c None

d To mount a device

e Used as text filter

f None of the above

Q9: Which tag is used to display the large font size??

a None

b None

c <LARGE></LARGE>

d <BIG></BIG>

e <FONT></FONT>

f < SIZE ></SIZE>

Q10: What is virtualization??

a None

b None

c None
d Virtualization is the process of creating a software-based, real version of
something(compute storage, servers, application, etc.).

e None

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


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

Q11: Do deactivated plugins slow down a WordPress site??

a None

b None

c Deactivated do not plugins slow down your website

d Even deactivated plugins slow down your website

e None

f None

Q12: If we want to return a value from a function we called, how can we do that??

a We need to use 'return: $value;'

b We need to use 'return = $value;'

c We need to use 'return $value;'

d None

e None

f None

You might also like