ETEA COMPUTER 25 YEARS PAST PAPERS
ETEA 25
years Past Papers Click
here
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
- Only numbers
- Non-empty cells
- Only text
- Empty cells
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- The formula =COUNTA(A1:A5) counts Non-empty cells (text & numbers).
- The function counts cells containing any type of data, including:
- Numbers
- Text or letters
- Logical values (TRUE or FALSE)
- Error values (like #N/A or #REF!)
- Empty text strings (such as "" returned by a formula)
Additional information:
- COUNT counts only cells with numbers
- COUNTIF/COUNTIFS count cells meeting specific criteria
- COUNTBLANK counts empty cells
Last updated 07-09-2026 by NA
کون سی میموری سی پی یو اور مین میموری کے درمیان بفر کے طور پر کام کرتی ہے؟
- Cache memory
- RAM
- ROM
- Static RAM
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Additional information:
- RAM = the main memory itself
- ROM = read-only, holds firmware (BIOS)
- SRAM = a type used to build cache, not the buffer itself
Last updated 07-09-2026 by NA
ونڈوز میں کون سی یوٹیلیٹی سسٹم فائلوں کی سالمیت کو جانچتی اور خراب فائلوں کی مرمت کرتی ہے؟
- CHKDSK
- SFC /scannow
- DISKPART
- TASKLIST
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- SFC /scannow — it scans and repairs corrupted Windows system files.
Additional information:
- CHKDSK: checks disks for errors, not system files
- DISKPART: manages disk partitions
- TASKLIST: lists running processes
Last updated 07-09-2026 by NA
وائی فائی نیٹ ورکس کو محفوظ بنانے کے لیے اس وقت کون سا انکرپشن اسٹینڈرڈ تجویز کیا جاتا ہے؟
- WEP
- WPA3
- WPA
- WPS
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- WPA3 is the latest, most secure Wi-Fi standard (2018).
- Uses SAE — blocks offline password-guessing attacks.
- Provides forward secrecy and stronger encryption.
Additional information:
- WEP — obsolete, easily cracked.
- WPA — older, uses TKIP, considered insecure.
- WPS — not an encryption standard, just a setup feature with known flaws.
Last updated 07-09-2026 by NA
ایم ایس آؤٹ لک جیسے ای میل کلائنٹ میں بی سی سی کا کیا مقصد ہے؟
- Send an email without a subject
- Hide the recipient list from other recipients
- Attach a file to the email
- Block unwanted emails
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- BCC stands for Blind Carbon Copy.
- When you put an email address in the BCC field, that person receives the message.
- The people in the "To" and "CC" fields cannot see that the BCC recipient received a copy.
- It keeps the email addresses of the BCC recipients private from everyone else on the email.
Last updated 07-09-2026 by NA
درج ذیل میں سے کون کون سی لوپسکی اقسام سی پلس پلس میں استعمال ہوتی ہیں؟
- For, While, Do-While
- If, Else, Switch
- Input, Output, Print
- Class, Object, Function
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
There are 3 main types of loops in C++:
-
For Loop (including the modern range-based for loop)
-
While loop: repeats a statement or group of statements
- do-while loop: Like a while loop, except that it tests the condition at the end of the loop body
Last updated 07-09-2026 by NA
سی پلس پلس میں صارف سے اِن پُٹ لینے کے لیے کون سا آپریٹر استعمال کیا جاتا ہے؟
- <<
- >>
- ==
- =
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- In C++, the extraction operator (>>) is used to take input from the user.
- It is used in combination with the cin (character input) stream object, which belongs to the standard <iostream> library.
Last updated 07-09-2026 by NA
سی پلس پلس میں اسکرین پر آؤٹ پٹ دکھانے کے لیے کون سا بیان استعمال کیا جاتا ہے؟
- cin
- scanf()
- cout
- input()
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- In C++, the cout object combined with the insertion operator (<<) is the standard way to display output on the screen.
- It is part of the std namespace and requires including the <iostream> library
Last updated 07-09-2026 by NA
سلائیڈ اینیمیشن بنیادی طور پر کس ایپلیکیشن میں استعمال ہوتی ہے؟
- MS Word
- MS Excel
- MS PowerPoint
- MS Access
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Slide animation is mainly used in presentation software like Microsoft PowerPoint
- To add visual motion effects to objects
- Apply movement to text, shapes, pictures, and charts on a single slide.
Last updated 07-09-2026 by NA
کورل ڈرا کس کی ایک مثال ہے؟
- Negative films
- Vector graphics
- Raster graphics or bitmaps
- Color graphics
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- CorelDRAW is an example of a vector graphics editor
- Primary Function: It is used to create and edit vector graphics, illustrations, logos, and page layouts