ChatGPT Quiz: Basics of Web APIs #1
Quiz by OXFORD SCHOOL
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Measure skills
from any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
10 questions
Show answers
- Q1What does API stand for?Artificial Programming InterfaceApplication Programming InterfaceAutomatic Programming InterfaceApplication Programming Instruction30s
- Q2What type of communication protocol do most Web APIs use?HTTPFTPSSHSMTP30s
- Q3What is the purpose of JSON in Web APIs?To execute codeTo style web pagesTo transfer dataTo store data30s
- Q4What is the difference between a Web API and a Web service?There is no difference between a Web API and a Web serviceA Web API is only used for internal communication, while a Web service is used for communication with external systemsA Web API is used for data transmission, while a Web service is used for multimediaA Web API uses HTTP for communication, while a Web service can use other protocols30s
- Q5What is a RESTful Web API?An API that is only used for mobile applicationsAn API that follows a set of architectural constraintsAn API that uses only HTTP GET requestsAn API that is only used for database transactions30s
- Q6What is the purpose of an API key?To encrypt data sent through the APITo identify the API to the clientTo identify a client to the APITo limit the number of API requests a client can make30s
- Q7What is the most common format for data exchange in Web APIs?TXTCSVJSONXML30s
- Q8What is a URI?A type of error responseA unique identifier for a resourceA type of HTTP requestA method of transferring data between APIs30s
- Q9What HTTP method is used for retrieving data from a Web API?POSTGETPUTDELETE30s
- Q10What is the purpose of a status code in a Web API response?To encrypt the response dataTo provide information about the APITo indicate the success or failure of the requestTo provide information about the client30s