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

Q1: What does PHP stand for??

a None

b PHP: Hypertext Preprocessor

c Personal Home Page

d None

e Personal Hypertext Processor

f Private Home Page

Q2: Expand JFS in context of file system??

a Journal Failing System

b Journal File System

The correct Answer is: None

The correct Answer is: None

e Journal Failing Service

f Journal File Service

Q3: Which command will you use to run a playbook called install.yaml with Ansible??

a None

b None

c ansible-playbook install.yml

d ansible -p install.yml

e ansible install.yml

f ansible --playbook install.yml

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


a To mount a device

b None

c To perform arithmetic calculations

d None of the above

e Is a text editor.

f Used as text filter

Q5: How do you declare a JavaScript variable??

a var carName;

b v carName;

c None

d None

e None

f variable carName;

Q6: What is service container in Laravel??

a None

b None

c None

d None

e Dockerized Laravel applications are called service containers.

f Service container is a tool used for performing dependency injection in Laravel.

Q7: What is the correct HTML for inserting an image??

a <img src="image.gif" alt="MyImage">

b <image src="image.gif" alt="MyImage">


c <img href="image.gif" alt="MyImage">

d None

e None

f <img alt="MyImage">image.gif</img>

Q8: MySQL supports different Character Sets, which command is used to display all of
them??

a None

b None Of The Mentioned

c None

d CHARACTER SET;

e SHOW CHARACTER SET

f SHOW; ;

Q9: What is a Child Theme??

a The child theme is an extension of the super parent theme

b The child theme is an extension of the parent theme

c None

d The child theme is an extension of the sub-child theme

e None

f None

Q10: What does the unlink() function do??

a None

b None

c None

d None
e The unlink() function is dedicated for file system handling. It simply deletes the
file given as entry.

f The unlink() function is not dedicated for file system handling. It does not deletes
the file given as entry.

Q11: What does the include() function does??

The correct Answer is: None

b The include() function takes specified strings and includes them into another
string. This is used when we want to concatenate different strings.

The correct Answer is: None

d The include() function takes all the text in a specified file and copies it into the file
that uses the include function

The correct Answer is: None

f The include() function takes the included file and makes sure it's executed before
the file the function is used into

You might also like