ETEA COMPUTER 25 YEARS PAST PAPERS
ETEA 25
years Past Papers Click
here
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
جب پروگرامر کو پہلے ہی معلوم ہوتا ہے کہ لوپ کے جسم کو کتنی بار عمل میں لایا جائے گا تو کس لوپ کو استعمال کرنے کو ترجیح دی جاتی ہے؟
- While
- For
- Do-while
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The for loop is ideal when the number of iterations is known beforehand.
It allows initializing, testing, and updating the loop variable in a single line.
پروگرامنگ لینگویج کے قواعد جن کے مطابق پروگرام کے بیانات لکھے جاتے ہیں انہیں کیا کہا جاتا ہے؟
- Variable
- Syntax
- Semantic
- Expression
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The rules of a programming language according to which statements are written are referred to as syntax.
Syntax defines the structure and format of valid statements in the language.
کمپیوٹر کے اندر کا ڈیٹا ہمیشہ _____ فارم میں ہوتا ہے۔
- Digital
- Analog
- Both A and B
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A computer processes and stores all data in digital form, i.e., binary (0s and 1s).
Even analog data is converted into digital signals before processing.
انٹرنیٹ پر قابل رسائی فائل کے لئے ایک انوکھا پتہ ______ ہے؟
- IP
- URL
- Password
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A Uniform Resource Locator (URL), colloquially termed a web address.
It refers to a web resource that specifies its location on a computer network and a mechanism for retrieving it.
ڈرائنگ میں زوم کے لئے کون سا ٹول استعمال ہوتا ہے؟
- Magnifier
- Curve
- Line
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The Magnifier tool is used to zoom in or enlarge a specific part of a drawing or image.
It helps in viewing and editing details more clearly without changing the actual size of the drawing.
آؤٹ پٹ ڈیوائس پر پرنٹنگ کو کنٹرول کرنے کے لئے استعمال ہونے والے خصوصی غیر پرنٹ شدہ کردار کون سے ہیں؟
- Escape sequences
- Characters
- Format sequences
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Escape sequences are special non-printed characters that control formatting or actions on output devices (like new lines, tabs).They start with a backslash (e.g., n for newline, t for tab).
سنگل کردار کی نمائندگی _____ فارمیٹ کی وضاحت کنندہ کے ذریعہ کی جاتی ہے۔
- g%
- %f
- %c
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The %c format specifier is used to represent a single character in C and similar programming languages.
It is commonly used with functions like printf() to display characters.
مندرجہ ذیل میں سے سب سے زیادہ رفتار والی سلاٹ کون سی ہے؟
- ISA
- AGP
- PCI
- AGC
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Accelerated Graphics Port (AGP) is a point-to-point link used for high-speed video output.This port is used to connect the graphics card to the computer's motherboard.
The main purpose of AGP is to accelerate the output of 3D graphics for high-definition videos.
AGP is primarily intended for use in 3D graphics, high-resolution games, and engineering/architecture graphics.
جب صارف کمپیوٹر آن کرتا ہے تو آپریٹنگ سسٹم شروع کرنے کے عمل کو کیا کہا جاتا ہے؟
- Starting
- Loading
- Booting
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The process of starting an operating system when a user turns on a computer is called booting.
Booting is a startup sequence that powers up the system and loads the operating system.
The booting process involves the following steps:
- Power on
- The Power-On Self Test
- Find and load the OS
- Drivers and system configuration
- User login and authentication
سگنل کی طاقت میں کمی کو کیا کہا جاتا ہے؟
- Tuning
- Modulation
- Attenuation
- Amplification
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Attenuation refers to the decrease in strength or intensity of a signal as it travels through a medium or is processed by a system.
- This can occur due to various factors such as resistance, impedance, or absorption, and can affect the quality and fidelity of the signal.