Current Papers

Finalterm Spring 2026
1 views
CS306 - CS306

27 Jul 2026

### *CS306 Paper Review* *Overall:* *Very Easy* πŸ”₯ Mostly *theory and concept-based MCQs*. Only 3-4 coding questions. #### *1. MCQs* Main topics: - *Lambda Functions* - one-line functions `lambda x…

### *CS306 Paper Review* *Overall:* *Very Easy* πŸ”₯ Mostly *theory and concept-based MCQs*. Only 3-4 coding questions. #### *1. MCQs* Main topics: - *Lambda Functions* - one-line functions `lambda x: x*2` - *Sets* - `{ }`, no duplicates. Union/Intersection questions - *Generators* - `yield` keyword, memory efficient - *Theory* - definitions and basic syntax Coding MCQs were also easy. Just had to predict output. #### *2. Short Questions - 3* All were *output-based*. Tested logic and dry-run. Topics: Lists, Loops, Basic Functions. #### *3. Long Questions* *Q1. Inheritance - 5 Marks* - *Definition:* When a class inherits properties and methods from another class - *Syntax:* `class Child(Parent):` - *Example + Program:* `Vehicle` as Parent, `Car` and `Bike` as Child classes *Q2 & Q

View Full Paper
Share
Shared by Fozii 18 days ago
© 2026 VUCTN. All rights reserved. v1.0.0