ETEA COMPUTER 25 YEARS PAST PAPERS
ETEA 25
years Past Papers Click
here
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
کمپیوٹر مانیٹر اسکرین پر پکسلز کے درمیان فاصلہ _____ کہا جاتا ہے؟
- Pixel pitch
- Dot pitch
- Resolution
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Dot pitch (also known as pixel pitch) is the distance between two same-colored pixels on a screen.
A smaller dot pitch means a sharper and clearer display quality.
آپٹیکل اسٹوریج کی ایک قسم کون سی ہے؟
- Blu-ray disk
- Floppy disk
- Harddisk
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Blu-ray disk is a type of optical storage that uses laser technology to read and write data.
It stores high-definition video and large data.
Unlike floppy disks and hard disks which are magnetic storage devices.
ورچوئل میموری عام طور پر ____ پر/میں واقع ہے؟
- RAM
- CPU
- Flash card
- Hard drive
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Feature Virtual Memory
Location: On the hard drive or SSD
Speed: Slower (due to disk I/O operations)
Capacity: Larger, limited by disk space
Cost: Lower (cost of additional disk storage)
کمپیوٹر اور کی بورڈ کے مابین رابطے میں ______ شامل ہے؟
- Full-duplex
- Simplex
- Half-duplex
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Communication between a keyboard and computer is simplex, meaning data flows in one direction only — from keyboard to computer.
The computer does not send data back to the keyboard during typing.
There are 3 main data transmission modes:
- Simplex: Data flows in one direction only (e.g., keyboard to computer).
- Half-Duplex: Data can flow both ways, but not at the same time (e.g., walkie-talkies).
- Full-Duplex: Data flows both ways simultaneously (e.g., telephone conversations).
شارٹ رینج براڈکاسٹ ریڈیو مواصلات کی ایک مثال _____ ہے؟
- Satellite
- Bluetooth
- Infrared
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Bluetooth is a short-range radio communication technology used for exchanging data over short distances (typically up to 10 meters).
It enables wireless connection between devices like phones, headsets, and computers.
ڈیٹا ٹرانسمیشن کے کتنے طریقے ہیں؟
- 5
- 4
- 3
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
There are 3 main data transmission modes:- Simplex: Data flows in one direction only (e.g., keyboard to computer).
- Half-Duplex: Data can flow both ways, but not at the same time (e.g., walkie-talkies).
- Full-Duplex: Data flows both ways simultaneously (e.g., telephone conversations).
بفر میں ملازمتیں _____ میں کہا جاتا ہے؟
- List
- Stack
- Queue
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In computing, jobs in the buffer are typically managed in a queue, where they wait their turn for processing.
A queue follows the First-In-First-Out (FIFO) method, ensuring orderly job execution.
جب کمپیوٹر کو دوبارہ شروع کیا جاتا ہے تو ، اسے _____ کہا جاتا ہے؟
- Cold boot
- Warm boot
- Restart boot
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A warm boot refers to restarting a computer without turning off the power (e.g., using Ctrl + Alt + Del or the restart option).
In contrast, a cold boot means starting the computer after it has been completely powered off.
- Picture resolution
- Picture edit
- Picture element
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Pixel is short for "picture element".
It is the smallest unit of a digital image.
Each pixel holds color and brightness data, combining to form the full picture.
فنکشن اوورلوڈنگ _____ کی ایک مثال ہے؟
- Polymorphism
- Inheritance
- Classes
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Function overloading allows multiple functions with the same name but different parameters.
It is a type of compile-time polymorphism, enabling code flexibility and readability.