Previous 10 Questions — JAMIA MILLIA ISLAMIA MCA 2023
Nearest first
1
2
3
4
5
6
7
8
9
10
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
How will this call assign values when the user input is `29␠w` (a space between 29 and w)?
scanf("%i%c", &i, &c);
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What is the output of following C program?void e(int x){ if (x > 0) { …
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What is the output of the following C program?int main(){ char ch = 'A'; int x = 97;&nb…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What is the output of the following C code segment?int i;for(i = 0; i <= 2; i++){ switch(i)  …
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
By using .............. addition or subtraction of signed numbers are performed.
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which statement out of these is NOT correct about multiprocessor systems?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which file format is NOT suitable for SD card in Android phone?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which out of these is NOT a type of ROM?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
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