Govt Exams
Quick sort has average time complexity O(n log n), better than bubble sort O(n²)
CSS (Cascading Style Sheets) is used for styling HTML elements
SaaS (Software as Service), PaaS (Platform as Service), IaaS (Infrastructure as Service) are main cloud models. DaaS is Data as Service but not standard
HTTP is HyperText Transfer Protocol, the foundation of data communication on the web
Python uses lowercase 'class' keyword to define classes
OOP (Object Oriented Programming) is a programming paradigm based on objects and classes
Arrays allocate continuous memory blocks; linked lists use nodes scattered in memory
Git is used to track code changes, manage versions, and enable team collaboration
Stack uses Last In First Out (LIFO). Queue uses FIFO (First In First Out)
REST stands for Representational State Transfer, an architectural style for APIs