ACTIVITY TASK MODULE 6 INFMNGT LECTURE AND LABORATORY
I. LEARNING TASKS A. ENGAGE Instruction: Based on your own understanding, kindly define the following terminologies: A.XML - XML stands for extensible markup language. A markup language is a set of codes, or tags, that describes the text in a digital document. The most famous markup language is hypertext markup language (HTML), which is used to format Web pages. XML, a more flexible cousin of HTML, makes it possible to conduct complex business over the Internet. B.JSON - JSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers. C.AJAX - AJAX stands for A synchronous Ja vaScript ...