Previous 10 Questions — JAMIA MILLIA ISLAMIA MCA 2023
Nearest first
1
2
3
4
5
6
7
8
9
10
Which file format is NOT suitable for SD card in Android phone?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which statement out of these is NOT correct about multiprocessor systems?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
By using .............. addition or subtraction of signed numbers are performed.
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which out of these does NOT support VoIP?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which out of these is NOT correct pairing?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Subtract $(2761)_8$ from $(6357)_8$ :
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Multiply 1101 by 1011 (binary multiplication):
Topic: JAMIA MILLIA ISLAMIA MCA 2023
C was originally developed in the 1970s by Dennis Ritchie at Bell Telephone Laboratories, Inc.,
which is an outgrowth…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which out of these is NOT valid for C language?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Minimum & Maximum range of values for ‘float’ data type in C is:
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Next 10 Questions — JAMIA MILLIA ISLAMIA MCA 2023
Ascending by ID
1
2
3
4
5
6
7
8
9
10
Select the next to smallest memory size from the given options:
Topic: JAMIA MILLIA ISLAMIA MCA 2023
When you simplify algebraically the given expression to a minimum sum of products,
how many terms do you get?
(A + B…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
The simplified form of the given Boolean expression is:
A'CD'E + A'B'D' + ABCE + ABD
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Example of 5th generation language is:
Topic: JAMIA MILLIA ISLAMIA MCA 2023
The output of following C language statement is:
printf("\nhello" + 3);
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Give output of following C code:int count(unsigned x){ int b; for (b = 0; x != 0; x >>=…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What is the data type of the following expression: expr₁ ? expr₂ : expr₃ if expr₁ is of type floa…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which operator out of these has got the highest precedence?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which operator out of these has left to right associativity?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Consider the following code segment:if (n > 0) for (i = 0; i < 3; i++) if…
Topic: JAMIA MILLIA ISLAMIA MCA 2023