PPSC PAST PAPERS ALL MCQS 2025 OF COMPUTER
PPSC 25 years Past Papers Click here
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
- Light Emitting Diode
- Laser Emitting Device
- Low Energy Device
- Liquid Emitting Display
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- LED (Light Emitting Diode) is a semiconductor device that emits light when electric current passes through it.
- It is widely used in lighting, displays, electronic indicators, and screens.
Additional information:
Energy efficiency: Up to 90% more efficient than traditional bulbs
First discovery: H. J. Round – 1907
Early research: Oleg Losev – 1927
Practical LED development: James R. Biard – 1961
First commercial production: October 1962 (Nick Holonyak)
Last verified on 12-03-2026
مندرجہ ذیل میں سے کون سا فنکشن ایک رینج میں موجود وہ اقدار جمع کرنے کے لیے استعمال ہوتا ہے جو آپ کی دی گئی شرط کو پورا کریں؟
- SUM
- SUMIF
- SUMALL
- SUMANY
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- In MS Excel, to sum values in a range based on a condition, the SUMIF() function is used.
- It allows you to add only the numbers that meet a specific criterion, such as all sales above 1000 or only a certain category.
- This is different from SUM(), which adds all numbers in a range without any condition.
Last verified on 11-03-2026
ویب پیج ایڈریس کا نام کیا ہے؟
- Protocol
- Domain
- URL
- Directory
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A webpage address is called a URL,
URL: Uniform Resource Locator.
URL consists of five parts:
- Scheme
- Subdomain
- Top-level domain
- Second-level domain
- Subdirectory
Last updated 18-02-2026
مندرجہ ذیل میں سے کون سا صفحہ مارجن کی قسم نہیں ہے؟
- Top
- Center
- Left
- Right
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- In MS Word 2016, page margins define the space between the text and the edge of the page.
- Common margin types are: Top, Bottom, Left, Right.
- “Center” is not a page margin type.
Last verified on 10-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
ایم ایس ورڈ 2016 میں لائن اسپیسنگ 1.5 کرنے کے لیے کون سا شارٹ کٹ کی استعمال کیا جاتا ہے؟
- Ctrl+Q
- Ctrl+1
- Ctrl+2
- Ctrl+5
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Line spacing shortcuts:
- Ctrl + 1 → 1.0
- Ctrl + 2 → 2.0
- Ctrl + 5 → 1.5
Last verified on 07-03-2026
ایک نمبر یا خط جو ایم ایس-ورڈ 2016 میں عام متن کے نیچے تھوڑا سا ظاہر ہوتا ہے اسے _____ کہا جاتا ہے؟
- Subscript
- Superscript
- Supertext
- Toptext
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- In MS-Word 2016, a subscript is a number or letter written slightly below the normal text.
- Commonly used in chemical formulas, mathematical expressions, and scientific writing.
- Example: H₂O → the “2” is a subscript.
Additional information:
- Superscript: Written above the normal text (e.g., x²)
Last verified on 19-01-2026
ورڈ ڈاکیومنٹ میں واٹرمارک کے طور پر کون سا استعمال کیا جا سکتا ہے؟
- Text
- Image
- Both A and B
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Last verified on 06-03-2026
فائل کی ایم ایس پاورپوائنٹ پریزنٹیشن کی توسیع کیا ہے؟
- .pp
- .xls
- .ppt
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
.pptx: Default format for Microsoft PowerPoint 2007 and later.
Additional information
.ppt: Legacy format for PowerPoint 97–2003.
.pptm: Macro-enabled presentations, allowing VBA code.
.ppsx: Opens directly into slideshow mode.
.potx: Create new presentations with pre-defined styles.
.potm: Macro-enabled template.
Last updated 15-feb-2026
ایم ایس ایکسل میں فارمولہ اور فنکشن ____ سے شروع ہوتا ہے؟
- +
- -
- =
- [
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- In MS Excel, all formulas and functions start with the equal sign (=).
- This tells Excel to perform a calculation instead of treating the input as plain text.
Last verified on 10-02-2026