Jamia Millia Islamia MCA 2022 Previous Year Questions (PYQs) – Page 1 of 10

Jamia Millia Islamia MCA 2022 Previous Year Questions (PYQs) – Page 1 of 10

A Place for Latest Exam wise Questions, Videos, Previous Year Papers,
Study Stuff for MCA Examinations
logo

Which out of these statements is NOT true:

1
2
3
4

logo

The instructions for starting the computer are housed in ____.

1
2
3
4

logo

____ is the process of dividing the disk into tracks and sectors.

1
2
3
4

logo

In MICR, C stands for ______.

1
2
3
4

logo

The terms Goodput, Throughput, Maximum throughput are most closely associated with which among the following?

1
2
3
4

logo

What will be the output of the statement printf(3+"goodbye");

1
2
3
4

logo

What will be the output of the statements? 
int i = 1, j;
j = i-- - -2;
printf("%d", j);


1
2
3
4

logo

What will be output of following statements?
int i = 1, j;
j = --i - 2;
printf("%d", j);


1
2
3
4

logo

What is the output of following C Program?
#include <stdio.h>
int main()
{
    char grade[] = {'A','B','C'};
    printf("GRADE=%c, ", *grade);
    printf("GRADE=%d", grade);
    return 0;
}


1
2
3
4

logo

Which one is not a reserve keyword in C Language?

1
2
3
4

Jamia Millia Islamia MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Jamia Millia Islamia MCA


Online Test Series,
Information About Examination,
Syllabus, Notification
and More.

Click Here to
View More

Ask Your Question or Put Your Review.

loading...