SPSC SENIOR COMPUTER OPERATOR PAST PAPER 14-01-2025
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
غیر یقینی صورتحال اور تغیر پذیری والے نظام کو ماڈل بنانے کے لیے کون سی نقلی تکنیک استعمال کی جاتی ہے؟
- Monte Carlo Simulation
- Discrete Event Simulation
- System Dynamics
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Monte Carlo Simulation uses random sampling to model uncertainty and variability in systems.It helps estimate the probability of different outcomes in a process that cannot be easily predicted.
- Unveil
- Uncover
- Expose
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The research team will unveil groundbreaking findings at the conference.ریسرچ ٹیم کانفرنس میں اہم نتائج کی نقاب کشائی کرے گی۔"Unveil" suggests revealing or introducing something new or groundbreaking for the first time.It implies a formal or significant presentation of the research findings.
مشین لرننگ ماڈلز میں اوور فٹنگ کو روکنے کے لیے کون سا طریقہ استعمال کیا جاتا ہے؟
- Regularization
- Clustering
- Gradient Descent
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Regularization adds a penalty to large model weights to prevent overfitting.
It helps the model generalize better on unseen data.
Common techniques include L1 (Lasso) and L2 (Ridge) regularization.
- An Adverbial Phrase
- A Preposition Phrase
- A Noun Phrase
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
An adverb phrase or adverbial phrase is a group of words based on an adverb.
Some examples of adverbial phrases we might encounter often are:
In a while;
After school;
Ut is every day;
Very quickly;
In the classroom.
کون سا فن تعمیر ڈیٹا اور ہدایات دونوں کے لیے ایک ہی میموری کی جگہ استعمال کرتا ہے؟
- RISC Architecture
- CISC Architecture
- Von Neumann Architecture
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Von Neumann Architecture uses a single memory space to store both data and instructions.It allows the CPU to fetch instructions and data from the same memory.It simplifying design but possibly causing bottlenecks.
ملٹی میڈیا میں "ایم پی سی جی" کا کیا مطلب ہے؟
- Multimedia Processing and Encoding Group
- Moving Pixels Encoding Group
- Moving Picture Experts Group
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
MPEG stands for Moving Picture Experts Group.
It's a group that develops international standards for compressing, processing, and representing audio, video, and other multimedia.
- Than
- When
- Then
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
I had scarcely entered the room when the guest arrived.
جب مہمان آیا تو میں مشکل سے کمرے میں داخل ہوا تھا۔
When means "at or during the time that" (as conjunction)
When is used as a conjunction here "someone entered the room at or during the time that".
- Unimportant
- Daunting
- Baser
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The project manager faced a daunting task of meeting the tight deadlines.پراجیکٹ مینیجر کو سخت ڈیڈ لائن کو پورا کرنے کے ایک مشکل کام کا سامنا کرنا پڑا۔"Daunting" describes a task that seems intimidating or challenging due to its difficulty.It emphasizes the significant effort or stress involved in meeting the tight deadlines.
کلاؤڈ کمپیوٹنگ کی تعیناتی کی لاگت کا حساب لگانے کا صحیح فارمولا کیا ہے؟
- CostCLOUD = Σ(UnitCostCLOUD / (Revenue – CostCLOUD))
- CostCLOUD = Σ(UnitCostCLOUD × (Revenue + CostCLOUD))
- CostCLOUD = Σ(UnitCostCLOUD / Revenue)
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
CostCLOUD = Σ(UnitCostCLOUD / (Revenue – CostCLOUD)).
- This formula reflects the relationship between unit cost, revenue, and total cost in a cloud computing deployment.
- The cost is adjusted by factoring in both the unit cost and the difference between revenue and total cost.
ڈیٹا بیس نارملائزیشن میں، کون سا عام شکل اس بات کو یقینی بناتا ہے کہ ہر نان پرائم وصف مکمل طور پر ہر امیدوار کلید پر منحصر ہے؟
- 3NF
- BCNF
- 2NF
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Second Normal Form (2NF) ensures that every non-prime attribute is fully functionally dependent on every candidate key.It eliminates partial dependencies, where non-prime attributes depend only on part of a candidate key.