SET-CSE

1234567891011121314151617181920212223
Across
  1. 1. User-defined composite data type grouping heterogeneous elements
  2. 2. Hash-based key-value data structure in Python
  3. 4. Compact numeral system using base-8, often prefixed by 0
  4. 6. Base-16 numeral system, widely used in memory addressing
  5. 7. SQL command used to retrieve data from relational tables
  6. 8. Logic gate with true output for unequal binary inputs
  7. 11. Numerical representation system using base-2
  8. 13. Data type supporting fractional numerical values
  9. 14. Anonymous function definition using inline expressions
  10. 16. Functional tool to aggregate iterable elements via binary function
  11. 18. Primitive type used for integer data representation in C
  12. 19. Contiguous memory layout enabling indexed data access
  13. 22. Standard library function allocating heap memory
  14. 23. Relational operator combining tuples from two relations
Down
  1. 1. Last-In-First-Out memory structure for function call tracking
  2. 3. Numeric type offering precision for real number operations
  3. 5. Reserved term in Python with syntactic significance
  4. 9. Region of visibility and accessibility of identifiers
  5. 10. Control structure executing a block based on condition
  6. 12. Universal logic gate with inverted conjunction behavior
  7. 15. Entry point function of a C program's execution
  8. 17. Single-byte data type for ASCII character encoding
  9. 20. Function calling itself for divide-and-conquer logic
  10. 21. Applies transformation function to each element of iterable