Websys
  • 1. a set of rules that allows different software components to communicate.
A) API
B) REST
C) GET
  • 2. Secure online payments without central authority.
A) Academic Records
B) Smart Contracts
C) Financial Transactions
  • 3. the most common API style for web systems.
A) API
B) REST
C) GRAPH QL
  • 4. What does REST stand for?
A) Remote Service Transmission
B) Representational Syntax Transfer
C) Representational State Transfer
  • 5. Which HTTP method is used to retrieve data from a server?
A) GET
B) PUT
C) POST
  • 6. You want to add a new user/Send new data to the system. Which HTTP method should you use?
A) POST
B) PATCH
C) GET
  • 7. What HTTP method would you use to update an existing record/Update existing data?
A) POST
B) PUT or PATCH
C) GET
  • 8. Which HTTP method is used to remove data from the server, like deleting an item from a shopping cart?
A) PATCH
B) DELETE
C) GET
  • 9. What tool is used for building iOS applications?
A) Android Studio
B) NetBeans
C) Xcode
  • 10. What does APIs stand for?
A) Advanced Programming Instruction
B) Application Programming Interfaces
C) Automated Process Integration
  • 11. What is the main purpose of an API?
A) To store passwords securely
B) To allow different systems or applications to communicate
C) To design website layouts
  • 12. Which type of API is most commonly used on the web?
A) SOAP
B) REST
C) JSON-RPC
  • 13. Name one popular Java framework for web development.
A) Angular
B) Spring
C) Flutter
  • 14. Allows clients to request exactly the data they need, reducing unnecessary data transfer.
A) API
B) GraphQL
C) REST
  • 15. Storing diplomas or transcripts to prevent forgery.
A) Financial Transactions
B) Academic Records:
C) Smart Contracts
  • 16. In a REST API, you might need to make multiple calls to get a user’s name, profile picture, and email. How many calls do you need in GraphQL to get all of that data?
A) Three calls
B) One call
C) Two calls
  • 17. What is one main advantage of GraphQL?
A) It only works with one database type
B) It allows clients to request exactly the data they need
C) It always transfers all available data
  • 18. What does GraphQL provide compared to REST?
A) Slower data transfer
B) More flexible and efficient data requests
C) Only supports text data
  • 19. A more flexible alternative to REST.
A) API
B) REST
C) GraphQL
  • 20. What does Microservices Architecture do?
A) Uses one database for all services
B) Combines all functions into one large application
C) Breaks a large application into smaller, independent services
  • 21. Which of the following is an example of a microservice?
A) Payments, Notifications, Scheduling
B) Hardware, Software, Network
C) Server, Router, Switch
  • 22. How do microservices communicate with each other?
A) Through APIs
B) By sharing the same database
C) Through emails
  • 23. What is one benefit of using microservices?
A) Harder to maintain
B) All services must be updated together
C) Easier maintenance
  • 24. What port does HTTP use?
A) 50
B) 443
C) 80
  • 25. Which company is a real-world example of using microservices?
A) Microsoft Word
B) Netflix
C) Facebook Messenger
  • 26. What port does HTTPS use?
A) 40
B) 443
C) 80
  • 27. What is the main purpose of a database?
A) To store, organize, and manage data
B) To create graphics
C) To design web pages
  • 28. Software applications used to access, retrieve, and display content from the Web./ Act as clients in the client-server model.
A) Web Browsers
B) Web Server
C) HTTP
  • 29. Which of the following are examples of SQL databases?
A) MongoDB, Firebase, CouchDB
B) HTML, CSS, JavaScript
C) MySQL, PostgreSQL, MariaDB
  • 30. How does an SQL database store data?
A) In folders and files
B) In tables with rows and columns
C) In flexible document formats
  • 31. What feature connects data across multiple tables in SQL databases?
A) Foreign keys
B) JSON files
C) APIs
  • 32. Which of the following is a good use case for SQL databases?
A) Financial transactions and student records
B) Chat applications
C) Social media posts
  • 33. Which of the following are examples of NoSQL databases?
A) MongoDB, Firebase, CouchDB
B) MySQL and MariaDB
C) Oracle and PostgreSQL
  • 34. A CSS framework by Twitter for building responsive, mobile-first sites quickly.
A) JavaScript
B) Media Queries
C) Bootstrap
  • 35. Software or hardware that serves web content (HTML pages, images, scripts) to clients.
A) DNS
B) Web Server
C) Web Browser
  • 36. Ensures confidentiality, integrity, and authentication of data.
A) HTTP
B) Both
C) HTTPS
  • 37. data requires strict structure and relationships.
A) SQL
B) NoSQL
  • 38. when data is unstructured or when the system requires real-time updates and rapid scalability.
A) NoSQL
B) SQL
  • 39. Which of the following is a common web server?
A) Cisco Packet Tracer
B) Photoshop
C) Apache
  • 40. What does SSL/TLS do?
A) Speeds up page loading
B) Changes website layout
C) Encrypts data between the client and server
  • 41. What does SSL stand for
A) Secure Source Level
B) Secure System Layer
C) Secure Sockets Layer
  • 42. What does TLS stand for
A) echnical Layer System
B) Trusted Link Security
C) Transport Layer Security
  • 43. How can you tell if a website uses SSL/TLS?
A) It starts with “HTTPS”
B) It starts with “HTTPS”
C) It ends with “.org”
  • 44. Which tag is used for independent and reusable content, such as news updates or blog posts?
A) <article>
B) <aside>
C) <footer>
  • 45. What is an example of MFA?
A) Password + SMS code
B) Username only
C) Password only
  • 46. Which semantic element usually contains copyright, contact info, or closing elements?
A) <footer>
B) <main>
C) <article>
  • 47. What is OAuth 2.0 used for?
A) Granting limited access without sharing passwords
B) Encrypting database data
C) Blocking unknown users
  • 48. Works like a phonebook of the Internet.
A) Web Sockets
B) DNS (Domain Name System)
C) Web Server
  • 49. What is SQL Injection?
A) Inserting malicious SQL commands into inputs to access or alter data
B) Injecting new features into a website
C) Compressing SQL queries for speed
  • 50. Attackers inject malicious SQL commands into input fields to access or manipulate database data.
A) Cross-Site Scripting
B) Cross-Site Request Forgery
C) SQL Injection
  • 51. A 2-dimensional system used to create complex layouts with rows and columns.
A) CSS Grid
B) Flexbox
C) CSS Animations
  • 52. Attackers inject malicious scripts into web pages to steal cookies or session data.
A) Cross-Site Scripting
B) Cross-Site Request Forgery
C) SQL Injection
  • 53. Tricks users into performing actions without their knowledge
A) Cross-Site Request Forgery
B) SQL Injection
C) Cross-Site Scripting
  • 54. How can XSS attacks be prevented?
A) Disable HTML
B) Use Content Security Policy (CSP) and sanitize user input
C) Change website theme
  • 55. JavaScript can access and modify HTML content via the
A) CSS
B) Flexbox
C) DOM (Document Object Model)
  • 56. What does XSS stand for?
A) Cross-Site Scripting
B) Cross-Site Request Forgery
  • 57. What does CSRF stand for?
A) Cross-Site Scripting
B) Cross-Site Request Forgery
  • 58. What law protects user data in the Philippines?
A) Cybercrime Prevention Act
B) GDPR
C) Republic Act 10173 – Data Privacy Act
  • 59. What does GDPR stand for?
A) Global Data Protection Rules
B) General Data Privacy Record
C) General Data Protection Regulation
  • 60. What does PWA stand for?
A) Progressive Website Application
B) Progressive Web Application
C) Public Web Access
  • 61. JavaScript can react to user actions like clicks, scrolls, and key presses.
A) DOM
B) Events
C) Flexbox
  • 62. combine the reach of a website with the functionality of a mobile app, offering users an app-like experience directly from a browser.
A) offline access
B) PWAs
C) installable
  • 63. What feature allows PWAs to work offline?
A) Cookies
B) Service Workers
C) WebSockets
  • 64. What is the purpose of Push Notifications in PWAs?
A) To store passwords
B) To speed up downloads
C) To alert users about updates, promotions, or reminders
  • 65. Uses Service Workers to cache data so users can continue using the app even without internet.
A) Offline Access
B) Installable
C) Push Notifications
  • 66. Users can “install” a PWA on their home screen without visiting an app store.
A) Push Notifications
B) Installable
C) Offline Access
  • 67. Works seamlessly on mobile, tablet, and desktop.
A) Responsive Design:
B) Push Notifications
C) Offline Access
  • 68. What is the benefit of responsive design in PWAs?
A) Reduces screen brightness
B) Works seamlessly on mobile, tablet, and desktop
C) Works only on mobile devices
  • 69. A service that provides storage space and access to websites on the Internet.
A) Web Sockets
B) Desktop
C) Web Hosting
  • 70. What is a popular Python framework for web development?
A) Ruby on Rails
B) FlaskJS
C) Django
  • 71. PWAs can send push notifications and work offline.
A) True
B) False
  • 72. These are web systems that deliver instant data updates to users without refreshing the page.
A) Real-Time Applications
B) Blockchain Technology
C) Artificial Intelligence
  • 73. What technology powers real-time applications?
A) WebSockets
B) APIs
C) HTTP
  • 74. What is the main function of WebSockets?
A) Cache web pages for offline use
B) Provide a persistent, two-way connection between client and server
C) Store data in a database
  • 75. Which of the following is an example of a real-time application?
A) Google Docs (offline mode)
B) Microsoft Word
C) Facebook Messenger or WhatsApp Web
  • 76. A service that runs on the Internet. It consists of websites and web pages accessible through browsers. It uses HTTP and HTTPS to transfer information.
A) WWW
B) Internet
  • 77. A 1-dimensional layout system for aligning items along a row or column
A) CSS Animations
B) CSS Grid
C) Flexbox
  • 78. allowing them to adapt to user behavior and improve decision-making.
A) Artificial Intelligence
B) Blockchain Technology
C) Edge Computing
  • 79. A global network of interconnected computers and devices that communicate using standardized protocols (e.g., TCP/IP).
A) Internet
B) WWW
  • 80. Uses natural language to understand user queries better
A) Predictive Analytics
B) Personalized Recommendations
C) Smart Search
  • 81. What do Chatbots and Virtual Assistants provide?
A) Human-only support
B) System updates
C) Automated 24/7 support for users
  • 82. Which company uses AI to recommend movies?
A) Amazon
B) Netflix
C) YouTube
  • 83. ensures secure, transparent, and tamper-proof transactions in web systems.
A) Blockchain Technology
B) Real-Time Applications
C) Edge Computing
  • 84. How is data stored in a Blockchain?
A) In a database with no history
B) In a distributed ledger across multiple computers
C) On a single server
  • 85. Which blockchain platform supports dApps (decentralized apps)?
A) Google Cloud
B) Ethereum
C) Microsoft Azure
  • 86. Automated Agreements that execute when conditions are met.
A) Smart Contracts
B) Academic Records
C) Financial Transactions
  • 87. processes data closer to the user instead of sending everything to a central cloud server.
A) Edge Computing
B) Real-Time Applications
C) Blockchain Technology
  • 88. Faster response for critical tasks like autonomous driving or live video streaming.
A) Enhanced Privacy
B) Reduced Bandwidth Usage
C) Low Latency
  • 89. Less data sent to central servers, lowering costs.
A) Reduced Bandwidth Usage
B) Enhanced Privacy
C) Low Latency
  • 90. Sensitive data can stay on the local network.
A) Reduced Bandwidth Usage
B) Low Latency
C) Enhanced Privacy
  • 91. What frontend framework was developed by Meta?
A) Vue.js
B) React.js
C) Angular
  • 92. Name one popular backend framework.
A) Bootstrap
B) Node.js
C) Flutter
  • 93. Which database is non-relational?
A) PostgreSQL
B) MySQL
C) MongoDB
  • 94. What programming language is used for Flutter?
A) Swift
B) Dart
C) Python
  • 95. What tool is commonly used for version control?
A) Docker
B) GitHub
C) Blender
  • 96. What is the primary language used to build iOS apps?
A) Swift
B) Java
C) Kotlin
  • 97. Which frontend framework was developed by Google?
A) Angular
B) Ember.js
C) React
  • 98. What technology allows real-time communication in web apps?
A) HTML5
B) CSS
C) WebSocket
  • 99. What is Firebase primarily used for?
A) Backend or Database
B) UI design
C) Image compression
  • 100. Name one CSS framework.
A) Django
B) Laravel
C) Bootstrap
Created with That Quiz — where test making and test taking are made easy for math and other subject areas.