IT/Web Application Flow

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/4

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 1:07 PM on 6/3/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

5 Terms

1
New cards

How does a web application work?

Browser sends HTTP request → backend processes request → database queried → backend returns response → frontend displays data.

2
New cards

What is an HTTP request?

A message sent from client to server asking for data or actions.

3
New cards

CORS(Cross-Origin Resource Sharing)

controls which websites can access your API

4
New cards

What is JSON?

JavaScript Object Notation — lightweight format for exchanging data between frontend and backend.

5
New cards

What is SQL?

Relational database model using tables and structured schemas.