🎴 Flashcard Mode
ASP Fundamentals Quiz
Card1 / 15
Mastered0
Review0
QuestionClick to flip
ASP is which?
AnswerClick to flip back
A
Server side executable code (runs at the server only)
💡 Explanation:
ASP is server-side technology - code executes on the web server before any HTML is sent to the browser. The browser receives only the generated output, not the ASP source code. Client-side code (option A) like JavaScript runs in the browser after the page loads. This server-side execution is fundamental to how ASP works.