Software Identification «Prev Next»

Web Application Language Review - Quiz

Each question is worth one point. Select the best answer.
1.Which of the following environments is commonly used for server-side web development?
Please select the best answer.
A.HTML
B.Node.js
C.CSS
D.JSON

2.Which one of the following statements is NOT true about procedural programming languages?
Please select the best answer.
A.They follow step-by-step instructions to solve problems
B.They are commonly used for algorithmic and system programming
C.Languages such as C and Go can follow procedural programming patterns
D.They rely primarily on objects and inheritance for program design

3.What is a primary feature of object-oriented programming languages?
Please select the best answer.
A.Programs are organized into reusable classes and objects
B.Programs can only execute sequentially without abstraction
C.Programs avoid modular design and encapsulation
D.Programs cannot support distributed systems

4.Which of the following is NOT a markup language used in web technologies?
Please select the best answer.
A.HTML
B.XML
C.SVG
D.Python

5.Which technology is primarily responsible for adding interactivity to modern web pages?
Please select the best answer.
A.HTML
B.JavaScript
C.CSS
D.SVG

6.How do client-side scripts improve performance in modern web applications?
Please select the best answer.
A.They execute directly in the browser without requiring a server request for every interaction
B.They completely replace server-side programming
C.They eliminate the need for databases
D.They prevent network communication with APIs

7.Which language is primarily used to query and manipulate relational databases?
Please select the best answer.
A.HTML
B.JavaScript
C.SQL
D.XML