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