Which of the following best distinguishes a sequential circuit from a combinational circuit?
Previous 10 Questions — JECA MCA 2025
Nearest firstNext 10 Questions — JECA MCA 2025
Ascending by ID
1
2
3
4
5
6
7
8
9
10
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 d…
Topic: JECA MCA 2025
1 nibble = ______ bits
Topic: JECA MCA 2025
Which of the following is not a type of computer code?
Topic: JECA MCA 2025
What will be output of the following code snippet? #include
int main() { float x = 5; if(x > 10…
Topic: JECA MCA 2025
What will be output of the following code snippet? #include
int main() { int i; for (i=1;i<=5;i…
Topic: JECA MCA 2025
Which of the following statements about arrays in C is correct?
Topic: JECA MCA 2025
Read the following statements about functions in C and choose the correct option: (i) A function in C can return o…
Topic: JECA MCA 2025
What happens when a recursive function in C lacks a proper base condition?
Topic: JECA MCA 2025
What will be the output of the following C code? #include
int main() { int a = 10; int *p = &a…
Topic: JECA MCA 2025
A risk in a software project has a probability of occurrence of 0.3 and the potential loss if it occurs is estimated to…
Topic: JECA MCA 2025