lOMoARcPSD|24161214 Final EXAM - Application Development AND Emerging Technology Application Development and Emerging Technology Source (AMA Computer University) Studocu is not sponsored or endorsed by any college or university Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Question 1 Answer saved Marked out of 1.00 Flag question Question text The segment index value for the controller. Select one: a. 1 b. 2 c. 3 d. 0 Clear my choice Question 2 Answer saved Marked out of 1.00 Flag question Question text This helper file contains functions that assist in working with URLs. Select one: a. URI segments b. URL c. Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Link d. Address Clear my choice Question 3 Answer saved Marked out of 1.00 Flag question Question text You can manually remove the index.php in CodeIgniter by .htaccess file Select one: True False Question 4 Answer saved Marked out of 1.00 Flag question Question text Null keywords should be written in Select one: a. Uppercase b. no correct answer c. any case d. lowercase Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Clear my choice Question 5 Answer saved Marked out of 1.00 Flag question Question text Permits you to set the value of an input form or textarea and used in form validation. Select one: a. set_value b. value c. set_num d. num Clear my choice Question 6 Answer saved Marked out of 1.00 Flag question Question text Function that redirect to other pages. Select one: a. move b. direct Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM c. browse d. redirect Clear my choice Question 7 Answer saved Marked out of 1.00 Flag question Question text This function will be called if the browser contents has properly loaded its contents and is ready. Select one: a. //$(document).$ready() b. //$(document).ready() c. //$(document).readys() d. //$(documents).ready() Clear my choice Question 8 Answer saved Marked out of 1.00 Flag question Question text A configuration variables contain full URL to the controller class/function containing your pagination Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Select one: a. directory b. path c. config d. base_url Clear my choice Question 9 Answer saved Marked out of 1.00 Flag question Question text How many parameters does CAPCHA requires Select one: a. 4 b. 5 c. 2 d. 3 Clear my choice Question 10 Answer saved Marked out of 1.00 Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Flag question Question text Which of the following is correct from the given statement below: //$query = $this->db->get('mytable'); //return $query->result(); Select one: a. Select all records that are unique and return as an array of string b. Select all records that are unique and return as an array of objects c. Select all records and return as an array of string d. Select all records and return as an array of objects Clear my choice Question 11 Answer saved Marked out of 1.00 Flag question Question text A configuration variables represents the total rows in the result set you are creating pagination for Select one: a. total b. count_all Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM c. count_rows d. total_rows Clear my choice Question 12 Answer saved Marked out of 1.00 Flag question Question text An email preference for mail sending protocol Select one: a. smtp b. sendmail c. smtp_host d. protocol Clear my choice Question 13 Answer saved Marked out of 1.00 Flag question Question text This permits you to extend the validation class to meet your needs. Select one: Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM a. Callbacks b. nodes c. validation_rule d. functions Clear my choice Question 14 Answer saved Marked out of 1.00 Flag question Question text Similarly to the form_error() function, returns all validation error messages produced by the Form Validation Library. Select one: a. validation_error() b. validation_errors() c. form_errors() d. form_error() Clear my choice Question 15 Answer saved Marked out of 1.00 Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Flag question Question text A rule reference that returns FALSE if the form element is not unique to the table and field name in the parameter. Select one: a. is_unique b. single c. is_exists d. unique Clear my choice Question 16 Answer saved Marked out of 1.00 Flag question Question text It is a software framework that is designed to support the development of dynamic websites, web applications, web services and web resources. Select one: a. Web Application Framework b. HTML5 c. API Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM d. MVC Clear my choice Question 17 Answer saved Marked out of 1.00 Flag question Question text Given the URL http://www.abc.com/student/record/201512345 State the following record Select one: a. controller b. method c. base_url d. data (ex. id) Clear my choice Question 18 Answer saved Marked out of 1.00 Flag question Question text Given the URL http://www.abc.com/student/record/201512345 State the following student Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Select one: a. data (ex. id) b. base_url c. controller d. method Clear my choice Question 19 Answer saved Marked out of 1.00 Flag question Question text An algorithm that is used in security hashing that transforms data into a 128 bit string Select one: a. MD7 b. MD8 c. MD5 d. MD6 Clear my choice Question 20 Answer saved Marked out of 1.00 Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Flag question Question text A cart library method that permits you to destroy the cart. Select one: a. remove() b. exit() c. destroy() d. clear() Clear my choice Question 21 Answer saved Marked out of 1.00 Flag question Question text This method returns a single result row Select one: a. result() b. results() c. rows() d. row() Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Clear my choice Question 22 Answer saved Marked out of 1.00 Flag question Question text Given the URL http://www.abc.com/student/record/201512345 State the following www.abc.com Select one: a. controller b. method c. base_url d. data (ex. id) Clear my choice Question 23 Answer saved Marked out of 1.00 Flag question Question text Variables that can be accessed anywhere on the web application because it is stored on the browser session Select one: a. Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM accessable_var b. global c. superglobal d. No correct answer Clear my choice Question 24 Answer saved Marked out of 1.00 Flag question Question text What file you need to edit so that a given config file are automatically loaded. Select one: a. controllers.php b. autoload.php c. model.php d. constructor.php Clear my choice Question 25 Answer saved Marked out of 1.00 Flag question Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Question text This is used to emphasize a quote or citation by putting a colored left border to the text Select one: a. Roboto b. Blockquote c. MaterializeCSS d. paragraph Clear my choice Question 26 Answer saved Marked out of 1.00 Flag question Question text A cart library method that returns the total amount Select one: a. total() b. sum_all() c. total_all() d. sum() Clear my choice Question 27 Answer saved Marked out of 1.00 Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Flag question Question text Which is the right code for loading models Select one: a. //$this->loads->model('sub_folder/model_name'); b. //$this->load->model('model_name'); c. No correct answer d. //$this->model->name-> /model_name; Clear my choice Question 28 Answer saved Marked out of 1.00 Flag question Question text Which of the following refers to the business logic Select one: a. View b. None c. Controller d. Model Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Clear my choice Question 29 Answer saved Marked out of 1.00 Flag question Question text It is used to get or set values from and to an input element particularly textboxes. Select one: a. show b. text c. hide d. val Clear my choice Question 30 Answer saved Marked out of 1.00 Flag question Question text MVC is a software architecture and architectural. pattern used in software engineering Select one: True False Question 31 Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Answer saved Marked out of 1.00 Flag question Question text It is an Application Development Framework - a toolkit - for people who build web sites using PHP Select one: a. Ruby on Rails b. Spring MVC c. CodeIgniter d. ASP.Net Clear my choice Question 32 Answer saved Marked out of 1.00 Flag question Question text What do you call variables are just like session variables except it is only available on the next request Select one: a. Flashdisk b. Flashdata c. Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Flashpoint Clear my choice Question 33 Answer saved Marked out of 1.00 Flag question Question text CodeIgniter's Pagination class is very easy to use, but it is not 100% customizable, either dynamically or via stored preferences. Select one: True False Question 34 Answer saved Marked out of 1.00 Flag question Question text In CodeIgniter the validation system supports callforward to your own validation methods. Select one: True False Question 35 Answer saved Marked out of 1.00 Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Flag question Question text A cart library method used to update the information of a specific cart item. Select one: a. update() b. refresh() c. set() d. replace() Clear my choice Question 36 Answer saved Marked out of 1.00 Flag question Question text A query method used to returns the query result as an array of objects, or an empty array on failure Select one: a. row() b. execute() c. row() d. Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM result() Clear my choice Question 37 Answer saved Marked out of 1.00 Flag question Question text To make a function private, simply add an ________ as the name prefix and it will not be served via a URL request. Select one: a. underscore b. ampersand c. dollar d. private Clear my choice Question 38 Answer saved Marked out of 1.00 Flag question Question text A cart library method used to add item to the shopping cart. Select one or more: a. concat() Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM b. insert() c. input() d. add() Question 39 Answer saved Marked out of 1.00 Flag question Question text Function when showing errors in CI page Select one: a. show404() b. shows_404 c. show_404 d. show_404_error Clear my choice Question 40 Answer saved Marked out of 1.00 Flag question Question text This wildcard type use to match a segment containing only numbers. Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Select one: a. (:any) b. (:num) c. (:integer) d. (\d) Clear my choice Question 41 Answer saved Marked out of 1.00 Flag question Question text A configuration variables that set number of items you intend to show per page. Select one: a. page b. per_page c. row d. view_page Clear my choice Question 42 Answer saved Marked out of 1.00 Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Flag question Question text This Class provides a means to retrieve configuration preferences and it is automatically initialized by the system. Select one: a. Database b. Config c. Autoload d. Route Clear my choice Question 43 Answer saved Marked out of 1.00 Flag question Question text Which of the following has the correct syntax of active records. Select one: a. //$this->select(); b. //this->db->select(); c. //$this->where(); d. Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM //$this->db->select_where(); Clear my choice Question 44 Answer saved Marked out of 1.00 Flag question Question text Which of the following do you think that is useful for searching? Select one: a. //$this->db->set() b. //$this->db->join() c. //$this->db->where() d. //$this->db->like() Clear my choice Question 45 Answer saved Marked out of 1.00 Flag question Question text In file upload the maximum size are set in _________ that the file can be. Set to zero for no limit Select one: a. kilobytes b. Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM megabytes c. bytes d. gigabytes Clear my choice Question 46 Answer saved Marked out of 1.00 Flag question Question text This validation method permits you to set validation rules. Select one: a. callbacks b. set_rules c. required d. set_value Clear my choice Question 47 Answer saved Marked out of 1.00 Flag question Question text CodeIgniter's Image Manipulation class lets you perform Image Watermaking. Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM Select one: True False Question 48 Answer saved Marked out of 1.00 Flag question Question text Creator of CI Select one: a. No correct answer b. Microsoft c. Linux d. Ellislab Clear my choice Question 49 Answer saved Marked out of 1.00 Flag question Question text This pattern allows information to be retrieved, inserted, and updated in your database with minimal scripting Select one: a. Downloaded by Piso avail Avaol (avail@plumkeen.shop) lOMoARcPSD|24161214 UGRD-ITE6200 Application Development and Emerging Technology Final Exam 47/50 By: ACM MySQL b. Oracle c. JavaScript d. Query Builder Clear my choice Question 50 Answer saved Marked out of 1.00 Flag question Question text Most web application frameworks are based on the model-view-controller (MVC) pat tern. Select one: True False Finish attempt ... ◄ Final lab quiz 2 Jump to... Downloaded by Piso avail Avaol (avail@plumkeen.shop)