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

Q1: If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the

value of $$var2??

a $$var2 contains the value 20

b $$var2 contains the value 5

c None

d $$var2 contains the value 1.

e None

f $$var2 contains the value 10.

Q2: Which of the following methods sends input to a script via a URL??

a Get

b None

c Post

d None

e None

f Both

Q3: Which of the following type of variables are floating-point numbers, like 3.14159 or
49.1??

The correct Answer is: None

b Strings

c Booleans

d Doubles

The correct Answer is: None

f Integers

Q4: What are Ansible ad-hoc commands??


a None

b Ansible ad-hoc commands are also known as Ansible playbooks

c None

d Ansible ad-hoc commands are commands which helps you execute simple tasks
without the need of creating playbooks

e None

f None

Q5: How many error levels are available in PHP ??

a4

b None

c 19

d 16

e 20

f None

Q6: The main MySQL program that does all the data handling is called?

a Mysql

b Httpd

c Mysql.exe

d None

e None

f Mysqld

Q7: How do you create a cookie in PHP??

a None
b getcookie()

c makecookie()

d createcookie

e setcookie()

f None

Q8: The _____ character tells browsers to stop tagging the text?

a>

b%

c?

d None

e None

f/

You might also like