FINALS- LECTURE ACTIVITY TASK MODULE 6
I. LEARNING TASKS A. ENGAGE A.XML A standard for developing markup languages that explain the organization and significance of data in a document is called Extensible Markup Language (XML). XML offers a standard format for exchanging data via the World Wide Web (WWW) or enterprise intranet by separating a document's content from its presentation. B.JSON In JSON, a literal can be false, null, or true. Boolean terms refer to the literals true and false. An integer or a floating point number can both be used to represent a number. A JSON value can be either a JSON text or a JSON Simple type, with a JSON Simple type being one of three things: a JSON literal, an integer, or a string. C.AJAX Ajax, often known as JavaScript and XML Asynchronous, is an acronym for Asynchronous JavaScript and XML. With the use of the programming language Ajax, particular portions of content on a website can be updated without requiring a page reload. B. EXPLORE & EXPLAIN Answer the following ques...