ThatQuiz Test Library Take this test now
Websys
Contributed by: Roan
  • 1. a set of rules that allows different software components to communicate.
A) API
B) GET
C) REST
  • 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) Representational Syntax Transfer
B) Representational State Transfer
C) Remote Service Transmission
  • 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) GET
C) PATCH
  • 7. What HTTP method would you use to update an existing record/Update existing data?
A) PUT or PATCH
B) GET
C) POST
  • 8. Which HTTP method is used to remove data from the server, like deleting an item from a shopping cart?
A) GET
B) DELETE
C) PATCH
  • 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 design website layouts
C) To allow different systems or applications to communicate
  • 12. Which type of API is most commonly used on the web?
A) JSON-RPC
B) REST
C) SOAP
  • 13. Name one popular Java framework for web development.
A) Flutter
B) Angular
C) Spring
  • 14. Allows clients to request exactly the data they need, reducing unnecessary data transfer.
A) GraphQL
B) API
C) REST
  • 15. Storing diplomas or transcripts to prevent forgery.
A) Smart Contracts
B) Academic Records:
C) Financial Transactions
  • 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) Two calls
C) One call
  • 17. What is one main advantage of GraphQL?
A) It always transfers all available data
B) It allows clients to request exactly the data they need
C) It only works with one database type
  • 18. What does GraphQL provide compared to REST?
A) Only supports text data
B) Slower data transfer
C) More flexible and efficient data requests
  • 19. A more flexible alternative to REST.
A) GraphQL
B) API
C) REST
  • 20. What does Microservices Architecture do?
A) Uses one database for all services
B) Breaks a large application into smaller, independent services
C) Combines all functions into one large application
  • 21. Which of the following is an example of a microservice?
A) Payments, Notifications, Scheduling
B) Server, Router, Switch
C) Hardware, Software, Network
  • 22. How do microservices communicate with each other?
A) Through APIs
B) Through emails
C) By sharing the same database
  • 23. What is one benefit of using microservices?
A) All services must be updated together
B) Easier maintenance
C) Harder to maintain
  • 24. What port does HTTP use?
A) 50
B) 443
C) 80
  • 25. Which company is a real-world example of using microservices?
A) Facebook Messenger
B) Netflix
C) Microsoft Word
  • 26. What port does HTTPS use?
A) 80
B) 443
C) 40
  • 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 Server
B) HTTP
C) Web Browsers
  • 29. Which of the following are examples of SQL databases?
A) MongoDB, Firebase, CouchDB
B) MySQL, PostgreSQL, MariaDB
C) HTML, CSS, JavaScript
  • 30. How does an SQL database store data?
A) In tables with rows and columns
B) In folders and files
C) In flexible document formats
  • 31. What feature connects data across multiple tables in SQL databases?
A) JSON files
B) Foreign keys
C) APIs
  • 32. Which of the following is a good use case for SQL databases?
A) Financial transactions and student records
B) Social media posts
C) Chat applications
  • 33. Which of the following are examples of NoSQL databases?
A) MySQL and MariaDB
B) Oracle and PostgreSQL
C) MongoDB, Firebase, CouchDB
  • 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) Web Server
B) Web Browser
C) DNS
  • 36. Ensures confidentiality, integrity, and authentication of data.
A) HTTPS
B) HTTP
C) Both
  • 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) SQL
B) NoSQL
  • 39. Which of the following is a common web server?
A) Apache
B) Photoshop
C) Cisco Packet Tracer
  • 40. What does SSL/TLS do?
A) Changes website layout
B) Speeds up page loading
C) Encrypts data between the client and server
  • 41. What does SSL stand for
A) Secure System Layer
B) Secure Sockets Layer
C) Secure Source Level
  • 42. What does TLS stand for
A) Trusted Link Security
B) Transport Layer Security
C) echnical Layer System
  • 43. How can you tell if a website uses SSL/TLS?
A) It ends with “.org”
B) It starts with “HTTPS”
C) It starts with “HTTPS”
  • 44. Which tag is used for independent and reusable content, such as news updates or blog posts?
A) <aside>
B) <article>
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) <article>
B) <main>
C) <footer>
  • 47. What is OAuth 2.0 used for?
A) Encrypting database data
B) Blocking unknown users
C) Granting limited access without sharing passwords
  • 48. Works like a phonebook of the Internet.
A) DNS (Domain Name System)
B) Web Server
C) Web Sockets
  • 49. What is SQL Injection?
A) Compressing SQL queries for speed
B) Inserting malicious SQL commands into inputs to access or alter data
C) Injecting new features into a website
  • 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 Animations
B) Flexbox
C) CSS Grid
  • 52. Attackers inject malicious scripts into web pages to steal cookies or session data.
A) SQL Injection
B) Cross-Site Request Forgery
C) Cross-Site Scripting
  • 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) Change website theme
B) Disable HTML
C) Use Content Security Policy (CSP) and sanitize user input
  • 55. JavaScript can access and modify HTML content via the
A) DOM (Document Object Model)
B) CSS
C) Flexbox
  • 56. What does XSS stand for?
A) Cross-Site Scripting
B) Cross-Site Request Forgery
  • 57. What does CSRF stand for?
A) Cross-Site Request Forgery
B) Cross-Site Scripting
  • 58. What law protects user data in the Philippines?
A) Cybercrime Prevention Act
B) Republic Act 10173 – Data Privacy Act
C) GDPR
  • 59. What does GDPR stand for?
A) General Data Protection Regulation
B) General Data Privacy Record
C) Global Data Protection Rules
  • 60. What does PWA stand for?
A) Progressive Web Application
B) Progressive Website Application
C) Public Web Access
  • 61. JavaScript can react to user actions like clicks, scrolls, and key presses.
A) Events
B) Flexbox
C) DOM
  • 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) PWAs
B) installable
C) offline access
  • 63. What feature allows PWAs to work offline?
A) WebSockets
B) Cookies
C) Service Workers
  • 64. What is the purpose of Push Notifications in PWAs?
A) To store passwords
B) To alert users about updates, promotions, or reminders
C) To speed up downloads
  • 65. Uses Service Workers to cache data so users can continue using the app even without internet.
A) Push Notifications
B) Installable
C) Offline Access
  • 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) Push Notifications
B) Offline Access
C) Responsive Design:
  • 68. What is the benefit of responsive design in PWAs?
A) Works seamlessly on mobile, tablet, and desktop
B) Reduces screen brightness
C) Works only on mobile devices
  • 69. A service that provides storage space and access to websites on the Internet.
A) Desktop
B) Web Hosting
C) Web Sockets
  • 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) False
B) True
  • 72. These are web systems that deliver instant data updates to users without refreshing the page.
A) Real-Time Applications
B) Artificial Intelligence
C) Blockchain Technology
  • 73. What technology powers real-time applications?
A) APIs
B) WebSockets
C) HTTP
  • 74. What is the main function of WebSockets?
A) Provide a persistent, two-way connection between client and server
B) Store data in a database
C) Cache web pages for offline use
  • 75. Which of the following is an example of a real-time application?
A) Microsoft Word
B) Google Docs (offline mode)
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) Internet
B) WWW
  • 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) Blockchain Technology
B) Edge Computing
C) Artificial Intelligence
  • 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) Smart Search
B) Predictive Analytics
C) Personalized Recommendations
  • 81. What do Chatbots and Virtual Assistants provide?
A) Human-only support
B) Automated 24/7 support for users
C) System updates
  • 82. Which company uses AI to recommend movies?
A) YouTube
B) Amazon
C) Netflix
  • 83. ensures secure, transparent, and tamper-proof transactions in web systems.
A) Edge Computing
B) Blockchain Technology
C) Real-Time Applications
  • 84. How is data stored in a Blockchain?
A) In a database with no history
B) On a single server
C) In a distributed ledger across multiple computers
  • 85. Which blockchain platform supports dApps (decentralized apps)?
A) Microsoft Azure
B) Google Cloud
C) Ethereum
  • 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) Real-Time Applications
B) Edge Computing
C) Blockchain Technology
  • 88. Faster response for critical tasks like autonomous driving or live video streaming.
A) Low Latency
B) Enhanced Privacy
C) Reduced Bandwidth Usage
  • 89. Less data sent to central servers, lowering costs.
A) Low Latency
B) Reduced Bandwidth Usage
C) Enhanced Privacy
  • 90. Sensitive data can stay on the local network.
A) Reduced Bandwidth Usage
B) Enhanced Privacy
C) Low Latency
  • 91. What frontend framework was developed by Meta?
A) React.js
B) Angular
C) Vue.js
  • 92. Name one popular backend framework.
A) Bootstrap
B) Flutter
C) Node.js
  • 93. Which database is non-relational?
A) MongoDB
B) PostgreSQL
C) MySQL
  • 94. What programming language is used for Flutter?
A) Dart
B) Swift
C) Python
  • 95. What tool is commonly used for version control?
A) GitHub
B) Blender
C) Docker
  • 96. What is the primary language used to build iOS apps?
A) Kotlin
B) Swift
C) Java
  • 97. Which frontend framework was developed by Google?
A) Angular
B) React
C) Ember.js
  • 98. What technology allows real-time communication in web apps?
A) HTML5
B) WebSocket
C) CSS
  • 99. What is Firebase primarily used for?
A) UI design
B) Backend or Database
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.