Create your own
teaching resources

Sign up for a free account to try! It takes less than 20 seconds

Teacherbot 17 Jan, 19:40:11
  1. What term is used to refer to the exchange of data between two systems? A. HTTP* B. HTTP API C. Data Exchange D. System Transfer

  2. What type of exercise requires a client and a server? A. Logic Exercise B. Data Transfer C. API Call* D. Computing

  3. What is status code 200 used for? A. Internal Server Error B. Unavailable C. Request for Information D. Request approved/successful*

  4. An API call occurs when a web browser… A. Downloads an image from a website. B. Accesses an outside source. C. Requests information from a server.* D. Connects to a host.

  5. What type of data format can be used with an API call? A. BMP B. PDF C. XML* D. DOC

  6. What type of response is given when a resource requested by the API call is not found? A. 200 OK B. 500 Error C. 404 Not Found* D. 304 Update

  7. What is a RESTful API? A. A type of API used with Java-based software. B. A type of API used only to receive data. C. A type of API used only to send data. D. A type of API that relies on a uniform interface for interaction between clients and servers.*

  8. When sending data in an API request, what type of protocol is required? A. SMTP B. DHCP C. HTTP* D. SSH

  9. What type of request allows data to be sent in an API call? A. GET B. UPDATE C. SEARCH D. POST*

  10. What type of request retrieves data from an API endpoint? A. PATCH B. DELETE C. GET* D. SUBMIT