1. : Who created PHP My Admin?
(A) Linus Torvalds
(B) Microsoft
(C) Tobias Ratschiller
(D) Steve Jobs
2. : Server side script is a?
(A) Invisible to end-user
(B) Visible to end-user
(C) Both A and B
(D) None of these
3. : Which one from the following is not included in users mailing list?
(A) php.bugs
(B) php.pears
(C) php.iL8
(D) php.functions
4. : Server side scripting websites consist of two main parts, one is scripting language and the other is?
(A) User interaction mode
(B) Scripting engine
(C) Both A and B
(D) None of these
5. : printf() function sends resulting string?
(A) To the scanf() function
(B) To the sprintf() function
(C) Directly to the output
(D) None of these
6. : Every byte that comes from internet in context of security is treated as?
(A) Hazard
(B) Save
(C) Both A and B
(D) None of these
7. : php.general, php.windows, php.install, and php.db all belong to?
(A) Network connection function
(B) PHP server mailing list
(C) PHP users mailing list
(D) None of these
8. : Function ImageColorAllocate() is used for?
(A) Color allocation
(B) Color matching
(C) Color set
(D) None of these
9. : Tools and PHP scripts used by hackers and crackers to break into a system are called?
(A) Script crackers
(B) Script hackers
(C) Script kiddies
(D) All of above
10. : Which of the following is an example of a painting and filling function?
(A) ImageFilledEllipse()
(B) ImageFill()
(C) ImageFilledArc()
(D) All of above
11. : For sending an e-mail, how many variables are necessary to set in php.ini file?
(A) 3
(B) 1
(C) 2
(D) No need to set any value
12. : Connecting websites to backend servers, processing data, and controlling behavior of higher layers is done by?
(A) Server side PHP script
(B) CSS script
(C) Both A and B
(D) None of these
13. : Which GD function is used for creating an image in PHP?
(A) Picture create()
(B) Create()
(C) ImageCreate()
(D) None of these
14. : Which command is used for taking “server side help” in MySQL command line tool?
(A) /h
(B) /c
(C) /e
(D) None of these
15. : Which command is used on MySQL command line tool to return to Windows command shell?
(A) exit()
(B) exit();
(C) exit
(D) None of these
