BLOGPOST MODULE 6

 A. ENGAGE

Instruction: Based on your own understanding, kindly define the following terminologies: 

A.XML 


XML, or Extensible Markup Language, is a flexible and widely used format for storing and exchanging structured data. It is a plain-text language that uses tags to define elements and their relationships, allowing for the representation of complex information. XML provides a way to store data in a human-readable and machine-readable format, making it easy to understand and process. 


B.JSON 

JSON or JavaScript Object Notation, It is a text-based format that allows for the representation of structured data in a human-readable manner. JSON is built on key-value pairs, where data is organized into objects and arrays. It is easy to understand and manipulate by both humans and machines. JSON is widely supported across different programming languages and platforms, making it ideal for data exchange between systems. It is commonly used in web APIs, where data is transmitted between the server and client in JSON format. 

C.AJAX

Asynchronous JavaScript and XML, is a technique used in web development to update parts of a web page without requiring a full page reload. It allows for the asynchronous retrieval of data from a server in the background while the user continues interacting with the page. By utilizing JavaScript and XML (although JSON is often used in place of XML), AJAX enables dynamic and interactive web experiences. It enables developers to fetch data, send data, and update the content of a webpage in real-time without disrupting the user's workflow.



B. EXPLORE AND EXPLAIN

1. What is the difference between JSON and XML?

 JSON is a lightweight and straightforward data format that uses key-value pairs and arrays to represent data, making it easy to read and write for humans and parse for machines. XML, on the other hand, uses tags to define elements and their hierarchy, providing more flexibility and extensibility


2. What is the difference between JSON and JAVASCRIPT?

JSON is a data format used for storing and exchanging structured data, while JavaScript is a programming language used for building dynamic and interactive web applications. JSON provides a way to represent data in a human-readable and machine-readable format, making it easy to transmit and parse data between different systems. JavaScript, on the other hand, is a versatile programming language that allows for the manipulation of HTML, CSS, and the behavior of web pages.


3. What is the difference between OBJECTS and ARRAYS?


An OBJECT is a collection of key-value pairs, where each value is accessed by its corresponding key. It allows for storing and retrieving data using descriptive names, making it suitable for representing entities or complex data structures. On the other hand, an ARRAY is an ordered collection of values, accessed using numeric indices. It is useful when working with lists or sequences of data that need to be accessed and manipulated based on their position.


C. ELABORATE AND EVALUATION

Answer the following questions: Acronym 

1. JSON    -    JavaScript Object Notation

2. HTTP    -    Hypertext Transfer Protocol

3. XML      -    Extensible Markup Language

4. AJAX    -    Asynchronous JavaScript and XML

5. PHP      -    Hypertext Preprocessor.

Comments

Popular posts from this blog