You are on page 1of 4

Q1: What is Granularity??

a The size of database

b None

c The size of file

d The size of data items

e The size of record

f None

Q2: Which function in PHP is used to get the length of a string variable??

a None

b len

c strcount

d count()

e strlen

f None

Q3: Which functions can be used to get the image's properties (size, width, and height)??

a None

b None

c The functions are getsizeimage() for size, imagesx() for width and imagesy() for
height.

d None

e The functions are getimagesizeof() for size, imagesxn() for width and imagesyn()
for height.

f The functions are getimagesize() for size, imagesx() for width and imagesy() for
height.
Q4: Which of the following is NOT a valid mode fopen() mode :?

ax

ba

cr

dw

e x+

f r+

Q5: What is a WordPress taxonomy??

a In WordPress, a “taxonomy” is a grouping mechanism for some posts (or links or


custom post types).

b In WordPress, a “taxonomy” is a grouping mechanism for some plugins .

c None

d None

e In WordPress, a “taxonomy” is a grouping mechanism for some pages .

f None

Q6: Which of the following is used to destroy the session??

a session_destroy() function

b $_SESSION[]

The correct Answer is: None

d session_start() function

The correct Answer is: None

f isset() function

Q7: How to delete an image from the local storage system??


a None

b $ docker --rmi <image-id>

c $ docker rmin <imageid>

d $ docker rmi <image-id>

e None

f None

Q8: What will be the output of the query SELECT MINIMUM (amount) FROM sales;?

a the query will generate an error

b None

c None

d None

e None

f return the lowest sales value

Q9: UPDATE keyword is used for:?

a to manage users

b None

c to select data

d to change data

e None

f to create database elements

Q10: Docker containers and images are included in Plesk Backup and migrated by Plesk
Migrator.?

The correct Answer is: None

b False
c True

The correct Answer is: None

The correct Answer is: None

The correct Answer is: None

You might also like