Aspire Study
Log in
Sign Up
Home
Exams
Library
Online Forms
Feedback
WB JECA MCA 2025 Previous Year Questions (PYQs) – Page 1 of 10
Light
WB JECA MCA 2025 Previous Year Questions (PYQs) – Page 1 of 10
A Place for Latest Exam wise Questions, Videos, Previous Year Papers,
Study Stuff for MCA Examinations
WB JECA MCA
Previous Year Questions
WB JECA MCA
Previous Year Questions
WB JECA MCA
Qus : 1
4
Which of the following types of memory is non-volatile?
1
RAM
2
Cache
3
Register
4
EPROM
View Solution
Video Solution
Discussion
✓
Solution
EPROM is non-volatile memory; it retains data even after power is off.
Qus : 2
3
Which of the following statements about RAM is correct?
1
Type of non-volatile memory used for permanent data storage.
2
Retains data even when the power is turned off.
3
Volatile memory used for temporary storage during program execution.
4
Can only be read but not written to.
View Solution
Video Solution
Discussion
✓
Solution
RAM is volatile memory used for temporary storage during program execution.
Qus : 3
2
Which of the following best distinguishes a sequential circuit from a combinational circuit?
1
Sequential circuits produce output based only on current inputs.
2
Sequential circuits use both current inputs and past states to determine output.
3
Combinational circuits have memory elements to store past states.
4
Combinational circuits require a clock signal to operate.
View Solution
Video Solution
Discussion
✓
Solution
Sequential circuits depend on both current inputs and past states (memory), unlike combinational circuits.
Qus : 4
1
A system has a 16-bit data bus and a 20-bit address bus. What is the maximum amount of data (in bytes) the system can directly address in memory?
1
$2^{20}$ bytes = 1 MB
2
$2^{16}$ bytes = 64 KB
3
$2^{20}$ words = 2 MB
4
$2^{36}$ bytes = 64 GB
View Solution
Video Solution
Discussion
✓
Solution
Address bus = 20 bits → $2^{20}$ addresses → 1 MB memory.
Qus : 5
2
1 nibble = ______ bits
1
2 bits
2
4 bits
3
8 bits
4
16 bits
View Solution
Video Solution
Discussion
✓
Solution
1 nibble = 4 bits.
Qus : 6
1
Which of the following is not a type of computer code?
1
EDIC
2
ASCII
3
BCD
4
EBCDIC
View Solution
Video Solution
Discussion
✓
Solution
EDIC is not a valid code; others are standard encoding schemes.
Qus : 7
2
What will be output of the following code snippet?
#include
int main()
{
float x = 5;
if(x > 10)
printf("Greater");
else if(x = 10)
printf("Equal");
else
printf("Smaller");
return 0;
}
1
Greater
2
Equal
3
Smaller
4
No output
View Solution
Video Solution
Discussion
✓
Solution
Assignment x=10 makes condition true → prints "Equal".
Qus : 8
4
What will be output of the following code snippet?
#include
int main()
{
int i;
for (i=1;i<=5;i++)
{
if(i == i)
continue;
printf("%d ", i);
}
return 0;
}
1
1 2 3 4 5
2
2 3 4 5
3
1 2 3 4
4
No output
View Solution
Video Solution
Discussion
✓
Solution
Condition i==i always true → continue always → nothing printed.
Qus : 9
3
Which of the following statements about arrays in C is correct?
1
Array indices in C start from 1.
2
The size of an array must always be specified at runtime.
3
An array name in C represents the address of the first element.
4
Arrays in C can store elements of different data types.
View Solution
Video Solution
Discussion
✓
Solution
Array name gives base address; indexing starts from 0.
Qus : 10
2
Read the following statements about functions in C and choose the correct option:
(i) A function in C can return only one value directly.
(ii) Function names can be the same as variable names in the same scope.
(iii) A function must always take at least one argument.
(iv) Recursion is allowed in C functions.
1
All statements are correct.
2
Only statements (i) and (iv) are correct.
3
Only statements (ii) and (iii) are correct.
4
None of the statements are correct.
View Solution
Video Solution
Discussion
✓
Solution
(i) true, (ii) false, (iii) false, (iv) true.
«
1
2
3
…
10
»
WB JECA MCA
Online Test Series,
Information About Examination,
Syllabus, Notification
and More.
Click Here to
View More
WB JECA MCA
Online Test Series,
Information About Examination,
Syllabus, Notification
and More.
Click Here to
View More
×
Get Free Preparation Strategy
Ask Your Question or Put Your Review.
Add Comment
Please provide more information - at least 10 characters
Add Comment
×
Info.