<< Chapter < Page Chapter >> Page >
This page contains review questions and answers for the page titled "Json0200 The What and Why of JSON" in the book titled "The json-simple Java Library".

Revised: Fri Jun 03 14:06:45 CDT 2016

This page is included in the following Books:

Table of Contents

Preface

This is a page from the book titled The json-simple Java Library . The book explains how to use the json-simple Java library to generate, transform, and query JSON text. This page provides review questionsand answers for the page titled Json0200 The What and Why of JSON . Once you study that page, you should be able to answer the review questions in this page.

The questions and the answers in this page are connected by hyperlinks to make it easy for you to navigate from the question to the answer and back again.

The Figures and Listings (if any) are grouped together. It is recommend that when a question or an answer refers to a Figure or a Listing, that you open it in a new window tomake it easy to view it while reading the question or the answer.

Questions

Question 1 .

True or False? JSON is an acronym for "Java Object Names."

Go to answer 1

Question 2

True or False? JSON is based on a subset of the JavaScript Programming Language.

Go to answer 2

Question 3

True or False? JSON is a text format that is language independent but uses conventions that are familiar to programmers of the C-family of languagesincluding C, C++, C#, Java, JavaScript, Perl, Python, Visual Basic, and many others.

Go to answer 3

Question 4

True or False? JSON is part of the JavaScript programming language.

Go to answer 4

Question 5

True or False? JSON can represent three structured types: objects, arrays, and conditionals.

Go to answer 5

Question 6

True or False? Figure 1 shows a JSON text string containing name/value pairs as well as nested arrays.

Go to answer 6

Question 7

True or False? JSON is important in the implementation of Big Data NoSQL databases such as MongoDB and Couchbase .

Go to answer 7

Question 8

True or False? This book is intended to teach you about JSON.

Go to answer 8

Figure index

What is the meaning of the following two images?

These images were inserted here simply to insert some space between the questions and the answers to keep them from being visible on the screen at thesame time.

Spacer image of a rabbit and a penguin.

This image was also inserted for the purpose of inserting space between the questions and the answers.

Spacer image of a penguin and some houses.

Answers

Answer 8

False. This book is not intended to teach you about JSON. There are numerous tutorials on the web that you can access for that purpose. This book is intendedto teach you how to use the json-simple Java library, (which is one of several available libraries), to parse, generate, transform, and query JSON.

Go back to Question 8

Answer 7

True. According to the InfoWorld article of August 25, 2014, "Several NoSQL databases -- including the wildly successful MongoDB and Couchbase -- store data in JSON documents natively."

Go back to Question 7

Answer 6

True.

Go back to Question 6

Answer 5

False. According to the online document titled Java API for JSON Processing: An Introduction to JSON , "JSON can represent two structured types: objects and arrays. An object is an unordered collection ofzero or more name/value pairs. An array is an ordered sequence of zero or more values. The values can be strings, numbers, booleans, null, and these twostructured types."

Go back to Question 5

Answer 4

False. It is important to note that even though JSON is based on JavaScript syntax, JASON is not JavaScript nor is it any other programming language. Infact, it is not a programming language at all. JSON is simply "a lightweight, text-based, language-independent data exchange format" -- nothing more and nothing less.

Go back to Question 4

Answer 3

False. Visual Basic is not based on the C-family of languages. Visual Basic is based on the BASIC programming language that came into existence in 1964. The C programming language came into existence independently in 1972.

Go back to Question 3

Answer 2

True.

Go back to Question 2

Answer 1

False. According to the online document titled Introducing JSON . "JSON (JavaScript Object Notation) is a ...".

Go back to Question 1

Figures

This section contains Figures that may be referred to by one or more questions or answers. These Figures may also be helpful as reference materialfor answering the questions.

Figure 1. { "game":[ {"cards":[ "2-club","3-heart","4-diamond","5-spade"],"name":"Tom" },{"cards": ["4-heart","5-heart","6-club","7-diamond" ], "name":"Joe"} ]}

Miscellaneous

This section contains a variety of miscellaneous information.

Housekeeping material
  • Module name: Json0200R: Review
  • File: Json0200R.htm
  • Published: 06/03/16
Disclaimers:

Financial : Although the Connexions site makes it possible for you to download aPDF file for this module at no charge, and also makes it possible for you to purchase a pre-printed version of the PDF file, youshould be aware that some of the HTML elements in this module may not translate well into PDF.

I also want you to know that, I receive no financial compensation from the Connexions website even if you purchase the PDF version ofthe module.

In the past, unknown individuals have copied my modules from cnx.org, converted them to Kindle books, and placed them for sale onAmazon.com showing me as the author. I neither receive compensation for those sales nor do I know who does receive compensation. If youpurchase such a book, please be aware that it is a copy of a module that is freely available on cnx.org and that it was made andpublished without my prior knowledge.

Affiliation : I am a professor of Computer Information Technology at Austin Community College in Austin, TX.

-end-

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Object-oriented programming (oop) with java. OpenStax CNX. Jun 29, 2016 Download for free at https://legacy.cnx.org/content/col11441/1.201
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Object-oriented programming (oop) with java' conversation and receive update notifications?

Ask