COMPUTER OPERATOR PAST PAPERS
فری تیاری کیلے وٹس ایپ
گروپ جوائن کریں
Click here
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
- For Slide Show
- To save a file
- To import the file
- For Print Preview
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
F5: Starts the slideshow from the beginning.
Shift+F5: Starts the slideshow from the current slide.
Alt+F5: Starts the presentation in Presenter View.
Last updated 15-feb-2026
ڈی او ایس کا مطلب کیا ہے؟
- Digital operating system
- Disk operation system
- Disk operating system
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- DOS stands for Disk Operating System.
- It is an early type of computer operating system used to manage files and programs.
- It works through text-based commands (command line).
- A famous example is MS-DOS used in early PCs.
- Dennis Ritchie is the father of MS-DOS.
- It was developed in 1982.
Last verified on 19-04-2026
او۔ایس۔آئی ماڈل میں کتنی پرتیں ہیں؟
- 5
- 6
- 7
- 8
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The OSI (Open Systems Interconnection) model has seven layers
- Layer 7: Application Layer – User interface and network applications (e.g., HTTP, FTP).
- Layer 6: Presentation Layer – Data formatting, encryption, and compression.
- Layer 5: Session Layer – Managing sessions between applications.
- Layer 4: Transport Layer – End-to-end connections, flow control, and segmentation (e.g., TCP, UDP).
- Layer 3: Network Layer – Logical addressing and routing (e.g., IP).
- Layer 2: Data Link Layer – Physical addressing (MAC addresses) and error detection.
- Layer 1: Physical Layer – Raw data transmission over physical media (cables, radio waves)
Last updated 15-feb-2026
سارک کے ممبر کتنے ممالک ہیں؟
- 9
- 8
- 4
- 5
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
South Asian Association for Regional Cooperation (SAARC)
- Member Countries (8): Afghanistan, Bangladesh, Bhutan, India, Maldives, Nepal, Pakistan, Sri Lanka
- Founded: 8 December 1985
- Headquarters: Kathmandu, Nepal
- Official Language: English
- Purpose: Promote regional cooperation, economic growth, and cultural exchange among South Asian nations
Last verified on 15-01-2026
پاکستان کا قومی پھول کون سا ہے؟
- Rose
- Sunflower
- Lilly
- Jasmine
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Jasmine (Chambeli) is the national flower of Pakistan.
- It was chosen as the national flower in 1961.
Additional information:
- National Bird: Chukar
- National Animal: Markhor
- National Dish: Nihari
- National Fruit: Mango
- National Tree: Deodar
- National Flower: Jasmine
- National Vegetable: Lady Finger (Okra)
Last verified on 08-03-2026
ایم ایس پاورپوائنٹ 2016 میں سلائیڈ ٹائٹل ماسٹر جوڑی کیا ہے؟
- The title area and text area of a specific slide.
- A slide master and title master for a specific design template.
- A slide master and title master merged into a single slide.
- All of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In Microsoft PowerPoint 2016, a slide-title master pair consists of a specific
Slide Master (which controls the default layout, fonts, and colors for all slides)
Title Master (which specifically defines the layout for the presentation's title slide).
Last updated 15-feb-2026
درج ذیل میں سے کون سا فارمولہ ایم ایس ایکسل دو ہزار سولہ میں درست طور پر حساب نہیں کر سکتا؟
- =SUM(Sales)-A3
- =SUM(A1:A5)*.5
- =SUM(A1:A5)/(10-10)
- =SUM(A1:A5)-10
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- MS Excel 2016 can perform calculations using formulas like SUM, subtraction, multiplication, and division.
- However, a formula referring to a non-existent range or name will produce an error.
Additional information:
- =SUM(Sales)-A3: ❌ Produces an error if ‘Sales’ is not a defined range or named range.
- *=SUM(A1:A5)0.5: ✅ Multiplies the sum of A1:A5 by 0.5.
- =SUM(A1:A5)/(10-10): ✅ Produces #DIV/0! error (division by zero) but Excel can calculate it.
- =SUM(A1:A5)-10: ✅ Subtracts 10 from the sum of A1:A5.
Last verified on 07-03-2026
ایکسل میں نمبر کو تقسیم کرنے کے بعد یاد دہانی واپس کرنے کے لیے کونسا فنکشن استعمال کرتے ہیں؟
- ROUND ( )
- FACT ( )
- MOD ( )
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- The MOD function in Excel returns the remainder after division of one number by another.
- Syntax: =MOD(Number, Divisor)
- Example: =MOD(10, 3) → Result = 1 (10 ÷ 3 leaves remainder 1)
Last verified on 07-03-2026
ایکسل میں درج ذیل میں سے کون سا نحو درست ہے؟
- =IF(LogicalTest, TrueResult, FalseResult)
- =IF(LogicalTest, TrueResult), IF(LogicalTest, FalseResult)
- =IF(LogicalTest, TrueResult) IF(LogicalTest, FalseResult)
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Additional information:
- LogicalTest: Condition to evaluate (e.g., A1>50)
- TrueResult: Value returned if condition is TRUE
- FalseResult: Value returned if condition is FALSE
- Example: =IF(A1>50, "Pass", "Fail")
Last verified on 07-03-2026
ایم ایس ایکسل میں ایک مطلق سیل ریفرنس بنانے کے لیے کون سا نشان استعمال کیا جاتا ہے؟
- @
- =
- $
- %
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
An absolute cell reference is a cell address that contains a dollar sign ($) in the row or column coordinate, or both.
A dollar symbol ($) is used before the coordinates to correct them.
For instance, $D$2 is an absolute reference to cell D2
Last updated 15-feb-2026