Previous 10 Questions — AMU MCA 2025
Nearest firstNext 10 Questions — AMU MCA 2025
Ascending by ID
1
2
3
4
5
6
7
8
9
10
Normally a high level language is:
Topic: AMU MCA 2025
In a two pass assembler, the object code generation is done during the:
Topic: AMU MCA 2025
The employee salary should not be greater than Rs. 20,000.” This constraint is of type:
Topic: AMU MCA 2025
In a University schema, student and courses contains:
Topic: AMU MCA 2025
Stacks cannot be used to:
Topic: AMU MCA 2025
Correct arrangement of memory types in decreasing order of access time:
Topic: AMU MCA 2025
Which sequence represents a max heap?
Topic: AMU MCA 2025
In the following program, how many times ‘for’ loop will be executed?#include <stdio.h>void main(){ …
Topic: AMU MCA 2025
What is the output for the program given below?#include <stdio.h>void main(){ int i = 5;  …
Topic: AMU MCA 2025
The number X is given in IEEE 32-bit floating point format. What is the equivalent decimal value?
$X = 1\ 10000011\ 11…
Topic: AMU MCA 2025