Match the following for Unix system calls:
| List–I | List-II |
| 1. exec | (i) Creates a new process |
| 2.brk | (ii) Invokes another program overlaying memory space with a copy of an executable file |
| 3. wait | (iii) To increase or decrease the size of data region |
| 4. fork | (iv) A process synchronizes with termination of child process |
Previous 10 Questions — AMU MCA 2022
Nearest first
1
2
3
4
5
6
7
8
9
10
In the following program, how many times “for” loop will be executed?#include <stdio.h>int main(){ i…
Topic: AMU MCA 2022
A semaphore is a shared integer variable
Topic: AMU MCA 2022
Physical topology of FDDI is
Topic: AMU MCA 2022
The physical location of a record determined by a formula that transforms a file key into a record location is
Topic: AMU MCA 2022
Which one of the following is not a client–server application?
Topic: AMU MCA 2022
In network terminology UTP means
Topic: AMU MCA 2022
The minimum number of comparisons required to determine if an integer appears more than $n/2$ times in a sorted array o…
Topic: AMU MCA 2022
The directory can be viewed as ………… that translate filenames into their directory entries
Topic: AMU MCA 2022
Two radiations of photons with energy 1 eV and 2.5 eV successfully illuminate a photo-sensitive metallic surface of wor…
Topic: AMU MCA 2022
Atomic mass number of an element is 232 and its atomic number is 90. The end product of this radioactive element is an …
Topic: AMU MCA 2022
Next 10 Questions — AMU MCA 2022
Ascending by ID
1
2
3
4
5
6
7
8
9
10
What are the minimum possible logic gates for the Boolean function$F(w,x,y,z)=\Sigma(3,7,11,13,14,15)$ ?
Topic: AMU MCA 2022
A pointer is
Topic: AMU MCA 2022
Which of the following is not a collision resolution technique?
Topic: AMU MCA 2022
Most efficient way of implementing priority queue is:
Topic: AMU MCA 2022
The Gray code of $32_{10}$ is:
Topic: AMU MCA 2022
What is the output of the program given below?
#include <stdio.h>void main(){ int i = 500, j = 1000…
Topic: AMU MCA 2022
Ethernet uses
Topic: AMU MCA 2022
Consider a relation $R(A,B,C,D)$ with set of functional dependencies
$AB \rightarrow CD$ and $D \rightarrow A$.
Let $R_…
Topic: AMU MCA 2022
In which file, the records are organized in sequence and an index table is used to speed up access to the records witho…
Topic: AMU MCA 2022
Find the odd term out
Topic: AMU MCA 2022