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

Q1: Which of the following method can be used to create a MySql database using PHP??

a mysql_query()

b mysql_create()

c None of the mentioned

d mysql_close()

e mysql_connect()

The correct Answer is: None

Q2: In WordPress, objects are passed by value or by reference.?

a In WordPress, all objects are passed by value.

b None

c None

d None

e None

f In WordPress, all objects are passed by reference.

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

a None

b None

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

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

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

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

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


a None

b <BIG></BIG>

c None

d <FONT></FONT>

e <LARGE></LARGE>

f < SIZE ></SIZE>

Q5: Which of the following stores Kubernetes cluster data??

a ETCD

b “Kubelet

c Kube-API server

The correct Answer is: None

e None of the mentioned

The correct Answer is: None

Q6: DCL is used for _______??

a None of the above

b Control access to data stored in a database

c Inserting, Deleting and Updating data

d None

e None

f Managing the changes made by DML statements

Q7: Egress is incorrectly speed Ingress?

The correct Answer is: None

b false
The correct Answer is: None

The correct Answer is: None

e true

The correct Answer is: None

Q8: How can PHP and Javascript interact??

a They interact through services such as Apache or Nginx

b PHP and Javascript cannot directly interact since PHP is a server side language and
Javascript is a client-side language.

c None

d None

e None

f They interact via the browser

Q9: Which data type is used to store a sequence of characters in Python??

a Float

b None

c Boolean

d String

e None

f Integer

You might also like