- 1. What is the default port for HTTP?
A) 80 B) 443 C) 81 D) 444
- 2. It is a common web server software?
A) Outlook B) Google C) Apache
- 3. It translates domain names into IP addresses?
A) HTTP B) DNS C) ISP
- 4. Which of the following best describes DNS?
A) Runs web application B) Encrypts web data C) Acts like a phonebook of the Internet
- 5. Which port does HTTPS use by default?
A) 443 B) 80 C) 81 D) 444
- 6. The global network of interconnected computers that communicate using TCP/IP protocols.
A) HTTP B) WWW C) Internet
- 7. A service that runs on the Internet and consists of websites and web pages.
A) Chrome B) Google C) WWW
- 8. The software used to access, retrieve, and display web content
A) Web Browser B) Safari C) Chrome
- 9. The part of a domain name that represents the category, such as .com, .org, or .edu.
A) Top-Level Domain B) Second-Level Domain C) Sub-Level Domain
- 10. The service that stores and provides access to websites on the Internet.
A) Web Application B) Web hosting C) Website
- 11. The CSS module used for creating 2-dimensional layouts with rows and columns.
A) CSS flexbox B) CSS Grid C) CSS box
- 12. The scripting language used to add interactivity to web pages.
A) CSS B) Javascript C) Python
- 13. The programming interface that represents the structure of an HTML document and allows JavaScript to modify it.
A) Document Ordered Markup B) Data Operation Method C) Document Object Model
- 14. JavaScript feature that reacts to user actions such as clicks, scrolls, and key presses.
A) Animations B) Events C) Functions
- 15. A design approach that ensures websites look good on all devices (mobile, tablet, desktop)
A) Responsive Design B) Responsive Web Design C) Static Web Design
- 16. A CSS framework developed by Twitter that uses a 12-column grid system and prebuilt components.
A) Bootstrap B) Materialize C) Tailwind CSS
- 17. server-side language is embedded within HTML and widely used for web development?
A) PHP B) MYSQL C) Python Flask
- 18. A JavaScript runtime environment
A) Python Flask B) Django C) Node.js
- 19. Python framework is lightweight and suitable for beginners in back-end development?
A) Tornado B) Flask C) Django
- 20. web server works well with PHP and uses .htaccess for configuration?
A) Apache B) Nginx C) Express.js
- 21. web server is efficient at handling many concurrent connections and is often used as a reverse proxy?
A) Express.js B) Apache C) Node.js
- 22. In form submissions, which two HTTP methods are commonly used to send data?
A) FETCH and UPDATE B) POST and GET C) SEND and RECEIVE
- 23. In Express.js, which library is commonly used for password hashing?
A) JWT B) bcrypt C) SQL
- 24. back-end concept allows dynamic content generation and database access?
A) Client-side rendering only B) CSS styling C) Server-side scripting
- 25. is a relational, open-source database commonly used in web apps?
A) MONGODB B) FIREBASE C) MYSQL
- 26. database supports complex queries and JSON data, making it suitable for enterprise use?
A) MYSQL B) MONGODB C) PostgreSQL
- 27. A document-based NoSQL database
A) PostgreSQL B) MongoDB C) MYSQL
- 28. CRUD stand for in database operations?
A) Copy, Reset, Undo, Display B) Connect, Run, Update, Delete C) Create, Read, Update, Delete
- 29. To ensure input follows the correct format and type
A) authentication B) data validation C) sanitation
- 30. Cleaning input by removing harmful characters
A) sanitation B) authentication C) data validation
|