COMPUTER
Download PDF Click here
فری تیاری کیلے Whatsappجوائن کریںClick
here
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
ڈیڈ لاک کے لئے کون سی ضروری شرط نہیں ہے؟
- Preemption
- Mutual Exclusion
- Hold and Wait
- Circular Wait
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Deadlock requires mutual exclusion, hold and wait, and circular wait, but preemption is not necessary.
Preemption can actually help prevent or resolve deadlocks by forcibly reallocating resources.
ڈیڈ لاک کا پتہ لگانے کے لئے کون سا الگورتھم استعمال ہوتا ہے؟
- LRU
- Banker's Algorithm
- FIFO
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Banker's Algorithm is used to detect and avoid deadlocks by simulating resource allocation.
It ensures the system remains in a safe state before granting resources.
کون سا طریقہ ہم آہنگی کے کنٹرول میں باہمی خارج کو یقینی بناتا ہے؟
- RAID
- Paging
- Mutex
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A mutex (mutual exclusion object) ensures that only one process accesses a shared resource at a time.
It prevents race conditions in concurrent programming.
کون سی شیڈولنگ پالیسی ہر عمل کو ایک مقررہ ٹائم سلاٹ دیتی ہے؟
- Round Robin
- FCFS
- SJF
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Round Robin assigns each process a fixed time slice (quantum) for execution.
It ensures fair CPU sharing among all ready processes in a cyclic order.
کس قسم کا آپریٹنگ سسٹم ردعمل کا وقت اہم ہے؟
- Multi tasking
- Real time
- Batch processing
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Real-time OS is designed for time-critical tasks where delays cannot be tolerated.
It ensures predictable and immediate responses to external events.
کس قسم کے آپریٹنگ سسٹم میں صارف کا بہت محدود انٹرفیس ہوتا ہے؟
- Multi tasking
- Real time
- Batch processing
- Embedded
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Embedded operating systems have a minimal or no user interface, designed for specific hardware tasks.
They are optimized for real-time performance and resource efficiency.
وہ سافٹ ویئر جس میں آپریٹنگ سسٹم کے بنیادی اجزاء پر مشتمل ہے اسے _____ کہا جاتا ہے؟
- Middle
- Function
- Component
- Kernel
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The kernel manages system resources like CPU, memory, and devices.
It acts as a bridge between hardware and software, ensuring smooth operation.
آئی پی ایڈریس کا کون سا طبقہ فی نیٹ ورک کے سب سے زیادہ میزبان پتے فراہم کرتا ہے؟
- Class D
- Class A
- Class B
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Class A IP addresses allow up to 16 million hosts per network due to their large host portion.
They are designed for very large networks like multinational organizations.
نیٹ ورک ڈیوائس تک محفوظ ریموٹ رسائی کے لئے عام طور پر کون سا پروٹوکول استعمال ہوتا ہے؟
- FTP
- SSH
- Telnet
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
SSH (Secure Shell) provides encrypted remote access to network devices.
Unlike Telnet, it ensures confidentiality and integrity of transmitted data.
مندرجہ ذیل میں سے کون سا نیٹ ورک پرت کا فنکشن نہیں ہے؟
- Addressing
- Routing
- Error Detection
- Packet Forwarding
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The Network layer handles addressing, routing, and packet forwarding across networks.
Error detection is primarily the responsibility of the Data Link layer, not the Network layer.