Please answer the multiple choice questions in the link, thank you! http://imgur
ID: 3819620 • Letter: P
Question
Please answer the multiple choice questions in the link, thank you!
http://imgur.com/GSF1eoy
Data is passed to php scripts via a URL. The key/value pairs are separated by ____ and each key is separated from its value by ____. a. ?, & b. &, ? c. =, & d. &, = System Design is concerned with ______. a. Ul, DB, FURPS+ b. DB, System Interface, User Interface c. Ul, DB, System Architecture d. Functionality, Ul, DB A key physical design element is the ______, which describes how users interact with a computer system. a. HCl b. PCI c. Ul d. PI James stores plain text passwords in a database table. This is a bad idea because ______.Explanation / Answer
19 . with PHP Handling sessions the browser stores COOKIES WITH SESSION IDENTIFER (OPTION C)
20.Data is passed through PHP script via url the key value is separeated by & and each key is separated from its value by = ( option d)
21. System Design is concerned with DB, System Interface , User Interface (option b)
22. A key physical design element is the UI which describes how user interact with a computer system (option c)