ETEA COMPUTER 25 YEARS PAST PAPERS
ETEA 25
years Past Papers Click
here
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
ڈیجیٹل الیکٹرانک آلات پر معلومات منتقل کرنے کے لئے کون سا میڈیا استعمال ہوتا ہے؟
- Digital
- Audio
- Visual
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Digital media is used to transmit information in the form of binary data (0s and 1s) in electronic devices.
It includes texts, images, audio, and video transmitted through digital signals.
سکریچ پروگرامنگ میں ، ایک واقعہ ایک ایسا عمل ہے جس میں پروگرام ____ ہے۔
- Stops
- Responds
- Deletes
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In Scratch programming, an event is something like clicking a sprite or pressing a key, and the program responds to it by running certain code.
Events help make Scratch projects interactive and dynamic.
تھری ڈی پینٹ کس ونڈوز ورژن میں متعارف کرایا گیا تھا؟
- 10
- XP
- 8
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
3D Paint (also known as Paint 3D) was introduced with the Windows 10 Creators Update in 2017.
It allows users to create and edit both 2D and 3D graphics.
پلگ اینڈ پلے (پی این پی) ٹکنالوجی آپریٹنگ سسٹم کو _____ کی ضرورت کے بغیر منسلک آلات کو پہچاننے کی اجازت دیتی ہے؟
- Keyboard
- Cable
- Driver
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Plug and Play (PNP) allows the OS to automatically detect and configure hardware devices.
It reduces the need for manually installing a device driver, simplifying hardware setup.
- Hides
- Echoing
- Erasers
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
getche() reads a single character from the keyboard and displays (echoes) it immediately on the screen.
It's part of conio.h in C programming, often used for interactive input.
- Italic
- Bold
- Superscript
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The <sup> tag in HTML is used to define superscript text, which appears slightly above the normal line (e.g., x²).
Commonly used for mathematical exponents and footnote references.
انٹرنیٹ میں پہلا کمیونین ڈیوائس ایک سوئچ تھا جسے ____ کہتے ہیں؟
- Interface message processor
- Router
- Transmitter
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The Interface Message Processor (IMP) was the first device used to connect computers in the early ARPANET, the precursor to the internet.
It acted like a packet-switching node, similar to modern routers.
الگورتھم کا تجزیہ کرنے میں فلو چارٹ استعمال کرنے کا مقصد کیا ہے؟
- To compile the program
- To identify logical errors and weakness
- To create a user interface
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Flowcharts help visualize the logic and flow of an algorithm.
They are useful for spotting errors, inefficiencies, or missing steps before coding.
ریزولوشن کو کس میں ماپا جاتا ہے؟
- Pixels per inch
- Hertz per cycle
- Bytes per second
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Resolution is commonly measured in pixels per inch (PPI) or dots per inch (DPI) for screens and printed images.
Higher PPI/DPI means better image clarity and detail.
لوپس کے اندر لوپ کو _____ لوپ کہا جاتا ہے۔
- Recursive
- Conditional
- Nested
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Nested loops are loops placed inside another loop.
It allowing complex iteration through multi-dimensional data structures.
They are commonly used for tasks like processing matrices or multi-level data.