Operating Systems
Process Concepts and Cpu Scheduling
Marks 1Marks 2
Synchronization and Concurrency
Marks 1Marks 2
Memory Management
Marks 1Marks 2Marks 5
File System IO and Protection
Marks 1Marks 2Marks 5
1
GATE CSE 2004
MCQ (Single Correct Answer)
+1
-0.3
Consider a program $$P$$ that consists of two source modules $${M_1}$$ and $${M_2}$$ contained in two different files. If $${M_1}$$ contains a reference to a function defined in $${M_2}$$, the reference will be resolved at.
A
Edit-time
B
Compile-time
C
Link-time
D
Load-time
2
GATE CSE 2004
MCQ (Single Correct Answer)
+1
-0.3
Which of the following addressing modes are suitable for program relocation at run time?
$$1.$$ Absolute addressing
$$2.$$ Based addressing
$$3.$$ Relative addressing
$$4.$$ Indirect addressing
A
$$1$$ & $$4$$
B
$$1$$ & $$2$$
C
$$2$$ & $$3$$
D
$$1,2$$ & $$4$$
3
GATE CSE 2004
MCQ (Single Correct Answer)
+1
-0.3
The minimum number of page frames that must be allocated to a running process in a virtual memory environment is determined by.
A
the instruction set architecture
B
page size
C
physical memory size
D
number of processes in memory
4
GATE CSE 2003
MCQ (Single Correct Answer)
+1
-0.3
In a system with $$32$$ bit virtual addresses and $$1$$ $$KB$$ page size, use of one-level page tables for virtual to physical address translation is not practical because of
A
The large amount of internal fragmentation
B
The large amount of external fragmentation
C
The large memory overhead in maintaining page tables.
D
The large computation overhead in the translation process
GATE CSE Subjects
Theory of Computation
Operating Systems
Algorithms
Digital Logic
Database Management System
Data Structures
Computer Networks
Software Engineering
Compiler Design
Web Technologies
General Aptitude
Discrete Mathematics
Programming Languages
Computer Organization