Question

QUESTION 1 JSON stands for (each letter has textbox) one java script object notation 10 points aved QUESTION 2 All of the fol
QUESTION 3 JSON organizes data as a collection of what kind of pair Оа.х:у b.name: value c. top down d. parent: child e. bran
QUESTION 4 Besides organizing data as pairs, what else can JSON organize data as? a. circular reference b. hash table c. rela
QUESTION 5 A JSON value can be any of the following types, EXCEPT. a. number b. string in double quotes c. array d. object e,
QUESTION 6 All of the following are true for strings in JSON, EXCEPT.. a. the group of characters in a string is indicated wi
QUESTION 7 Match the punctuation mark with how it is used in JSON. separate the two items of a pair A. B. : indicate an array
QUESTION 1 JSON stands for (each letter has textbox) one java script object notation 10 points aved QUESTION 2 All of the following are true for JSON, EXCEPT.. a. uses conventions of markup languages similar to HTML, XML Ob. "easy" for humans to read and write c. standardized as ECMA-262 d. "easy" for computer algorithms to parse and generate . language independent text format for data f. based on subset of JavaScript 10 points Save Answer
QUESTION 3 JSON organizes data as a collection of what kind of pair Оа.х:у b.name: value c. top down d. parent: child e. branch: leaf f. trunk: branch 10 points Save Answer
QUESTION 4 Besides organizing data as pairs, what else can JSON organize data as? a. circular reference b. hash table c. relational database d. random atoms e. ordered list of values 10 points Save Answer
QUESTION 5 A JSON value can be any of the following types, EXCEPT. a. number b. string in double quotes c. array d. object e, null f. Boolean as true or false g. table 10 points Save Answer
QUESTION 6 All of the following are true for strings in JSON, EXCEPT.. a. the group of characters in a string is indicated with double quotes b. the backslash functions as escape, such as to allow for in (newline) or \t (tab) c. is a sequence of zero or more Unicode characters d. a single character is indicated with single quotes 10 points Save Answer
QUESTION 7 Match the punctuation mark with how it is used in JSON. separate the two items of a pair A. B. : indicate an array C. indicate an object D.> separate items in an array or separate items in an object E.! F. G.. 10 points Save Answer
0 0
Add a comment Improve this question Transcribed image text
Answer #1

Q1.

Ans: JSON stands for Java Script Object Notation.

Explanation: json is an object notation. When we want to exchange data between server and browser, data as text is more efficient. So we convert any Java Script object into Json and send Json to server.

Q2.

Ans: a. uses convention of markup languages similar to html and xml

Explanation:json does not use convention of markup languages similar to html and xml. They differ in many aspects e.g data types, verbosity, tool stack, etc

Q3.

Ans: b. name:value pair

Explanation: JSON objects are enclosed in curly braces.
JSON objects are collection of key/value pairs
Keys must be strings, and values must be a valid JSON data type. Keys and values are separated by a colon.

Q4.

Ans: e. ordered list of values
Explanation: As we know, key-value pair is organised by json as a list/array of values.

Q5.

Ans: g. table
Explanation: Keys must be strings, and values must be a valid JSON data type e.g string, number, object, array, boolean or null.

Q6

Ans: d. a single character is indicated with single quotes.
Explanation: A single character is also consider as string in json. And with string, single quotes are not allowed The JSON standard requires double quotes and will not accept single quotes.

Q7
Ans: separate the two items of a pair     B. :
   indicate an array               C. []
   indicate an object                f. {}
   separate items in an array or separat items in an object                G. ,
   

Add a comment
Know the answer?
Add Answer to:
QUESTION 1 JSON stands for (each letter has textbox) one java script object notation 10 points...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In JavaScript the inner function can access the variables from the outer scope even after the...

    In JavaScript the inner function can access the variables from the outer scope even after the outer function has returned. This is because the variables are still bound in the inner function and not dependent on the outer function. This is called closure. True False 3 points    QUESTION 2 Which of the following statements is true about JSON? a. JSON stands for JavaScript Object Notation. b. JSON is a syntax for storing and exchanging data. c. JSON is text,...

  • Please help ASAP Question 3 (10 points): Using pointer notation, complete the C++ function below using...

    Please help ASAP Question 3 (10 points): Using pointer notation, complete the C++ function below using pointcr notations The function takes N characters in character array A and return true if the characters are consecutive and fahe otherwise. bool consecutiveChars(char A, int N) char first; // Pointer to the first character in A char last; // Pointer to the last character in A Your code here.. #include <iostream> #include <cctype> using namespace std; bool consecutiveChars(char* A, int N): nt main0...

  • Python Chapter 5 QUESTION 1 What Python import library handles web communcation? a. rest b. url...

    Python Chapter 5 QUESTION 1 What Python import library handles web communcation? a. rest b. url c. http.get d. urlib.request e. www.url f, web 10 points Save Answer QUESTION 2 What is the name of method from the web communication library that starts an HTTP request to a web site? a. hyperlink b. webrequest c. hget d.urlopen e. get f. openweb 10 points Save Answer QUESTION 3 What is the name of method from the web communication library that returns...

  • I. (10 points, 1 point each) Match each of the terms on the left by choosing...

    I. (10 points, 1 point each) Match each of the terms on the left by choosing the upper case letter of the best answer on the right and putting it next to the lower case letter in the space provided A. a value passed to a method B. holds multiple values of the same type C. the part of a program where a declaration is valid D. group of statements with a name E. a single command that can be...

  • Question 2 [5 points) State if each of the below statements is True or False 1...

    Question 2 [5 points) State if each of the below statements is True or False 1 2 3 The Compiler skips comments. A function can return a value of type array. An array index starts with 1. Pass by value is the default in CH, except when passing arrays as arguments to function The default storage class for local variables is static. A pointer provides an indirect means of accessing the value of a particular data item The logical operators...

  • Question 10: Objective Question: Circle the letter corresponding to the BEST answer for each multiple choice...

    Question 10: Objective Question: Circle the letter corresponding to the BEST answer for each multiple choice question. Partial credit may be awarded for incorrect answers where some correct work is shown. (3X9=27 points) A. Which of the following atom/ion is described by the electronic configuration 1s 2s 2p? a) Na b) c) Mg d) O B. Which type of bonding is present in the compound CH,COONa? a) lonic bonding b) Covalent bonding c) Hydrogen bonding d) lonic and covalent bonding...

  • Q2 [10 points] Consider the same set A from question 1 and define a new relation T on A with the rule: (a, b)T(c, d) &g...

    Q2 [10 points] Consider the same set A from question 1 and define a new relation T on A with the rule: (a, b)T(c, d) > (a 3 c) and (b S d). You may assume that T is a partial order relation (a) Prove that there are ordered pairs (a, b) and (c, d) which are not comparable in this partial order (b) Prove that if (a, b) and (c, d) are not comparable, there is an ordered pair...

  • QUESTION 7 10 points Determine the average power in the 6V source. (Select the one best...

    QUESTION 7 10 points Determine the average power in the 6V source. (Select the one best answer from the choices given below.) a. 0.372 W b. 3.10 W O c. 5.26 Ww d. 18.6 W e. 138 W to save all

  • Speech questions, answer each question with the right question number next to the answer letter, answer...

    Speech questions, answer each question with the right question number next to the answer letter, answer all questions or none!! QUESTION 10 Which of the following suggestions would you NOT recommend to an individualist in trying to manage a conflict with a collectivist? O A. avoid using a third-party mediator O B. use indirect communication C. avoid humiliation or embarrassment O D. help them save face O E. use a third-party mediator QUESTION 11 Which of the following is NOT...

  • QUESTION 10 points Save Answer According to the GHS labelling requirements, which of the following are...

    QUESTION 10 points Save Answer According to the GHS labelling requirements, which of the following are r uired on chemical labels? select a that apply) O a. NFPA diamond O b. Name, address, and telephone number of responsible party (manufacturer or researcher) O c. Hazard signal words O d. CAS Number O e. Hazard statements f. Hazard pictograms

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT