WorksheetsAdvanced Python Lesson 6
Total questions: 6
Worksheet time: 3mins
Name
Class
Date
1.
API stands for:
a)
Application Programming Interface
b)
Asset Programming Interface
c)
Adjustable Processing Interface
d)
Application Processing Interface
2.
The purpose of an API is
a)
to process information
b)
to standardize requests between clients and servers
c)
to store data in the client computer
d)
to build applications
3.
API’s generally return information using
a)
Python
b)
JSON
c)
SQL
d)
HTTP
4.
JSON stands for
a)
JavaScript Oriented Notation
b)
Java Set Object Network
c)
JavaScript Object Notation
d)
Java Set Oriented Notation
5.
Python dictionaries are most similar to
a)
Python strings and integers
b)
Python lists and JSON key-value pairs
c)
Python loops and conditional statements
d)
HTTP requests and response codes
6.
The ___ function returns the JSON data as a dictionary.
a)
.dict()
b)
.json()
c)
.dict.json()
d)
.json.dict()
100 %
