BCA 1st Sem Important Questions & Lab Programs 2026 (NEP/SEP)
December 2, 2025BCA 1st Sem Important Questions & Lab Programs 2026 (NEP/SEP) Bangalore University and Bangalore City University
C Programming
Top 5 “Guaranteed” Theory Questions (10 Marks):
- Structure of C: Explain with a neat diagram (Pre-processor, Main, Body).
- Loops: Difference between
whileanddo-whileloop with syntax and example.- Pointers: What is a pointer? Explain
Call by ValuevsCall by Reference.- Arrays: Explain 1D vs 2D arrays with memory representation.
- Structures: Difference between
StructureandUnion.
Must-Practice Lab Programs (Practical Exam):
- Generate Fibonacci Series up to N.
- Matrix Multiplication (2D Array logic).
- String Palindrome check (without string functions).
- Find Factorial using Recursion.
Discrete Mathematics
“Many BCA students fail here because they ignore it. Focus on these 3 topics to pass:
- Set Theory: Venn Diagrams and Power Sets.
- Logic: Tautology and Contradiction (Truth Tables).
- Graph Theory: Basics of paths and circuits.”
