Podcast
Questions and Answers
Which of the following is an example of JSON format?
Which of the following is an example of JSON format?
- {'question': 'Sample question', 'options': {'a': 'Option A', 'b': 'Option B', 'c': 'Option C', 'd': 'Option D'}, 'answer': 'a', 'info': 'Additional information'} (correct)
- {'question': 'Sample question', 'options': ['Option A', 'Option B', 'Option C', 'Option D'], 'answer': 'a', 'info': 'Additional information'}
- ['question': 'Sample question', 'options': {'a': 'Option A', 'b': 'Option B', 'c': 'Option C', 'd': 'Option D'}, 'answer': 'a', 'info': 'Additional information']
- {'question': 'Sample question', 'options': ['Option A', 'Option B', 'Option C', 'Option D'], 'answer': 'a', 'info': 'Additional information'}
What is the purpose of JSON format?
What is the purpose of JSON format?
- To secure a network connection
- To create visual effects on a website
- To perform complex mathematical calculations
- To transmit data between a server and a web application (correct)
Which of the following is a characteristic of JSON format?
Which of the following is a characteristic of JSON format?
- Supports nested structures (correct)
- Uses angle brackets for encapsulation
- Limited to storing only string values
- Relies on a schema for data validation
Flashcards are hidden until you start studying