
II · The Starlight Lab
Backend trivia questions
Backend trivia
Try 20 Backend trivia questions one at a time, no sign-in needed. Harder questions and review of what you missed continue in the LoreUp app.
- What is stored in place of the original when a password is saved?Backend
- Which light text format is widely used to exchange data as name and value pairs?Backend
- Which number is used to tell several services apart on one server?Backend
- Which language is used to query and work with data stored in a database?Backend
- Which term means the agreed doorway through which another program can use a piece of functionality?Backend
- What do we call the structure of the web in which a browser sends a request and a server returns a response?Backend
- Which protocol adds security to HTTP by encrypting what is exchanged on the web?Backend
- What do we call the address that points to where a document or resource sits on the internet?Backend
- What do we call the side that takes a client's request and returns a result?Backend
- What do we call a system for storing data and finding it again when it is needed?Backend
- A database is a system for storing data and finding it again when it is needed.Backend
- JSON is a format made for storing images.Backend
- As a rule, a password is stored as a hash rather than as it was typed.Backend
- A port number is a coordinate giving the physical location of the server machine.Backend
- The structure of the web, in which a browser sends a request and a server returns a response, is called the client-server model.Backend
- HTTPS is less secure than HTTP, so it is not used when personal information is exchanged.Backend
- A cookie is how a website stores a small piece of information in the browser.Backend
- SQL is a language made for editing images.Backend
- A server is the computer or program that takes a client's request and returns a result.Backend
- A URL is the address that points to where a document or resource sits on the internet.Backend