INFORMATION TECHNOLOGY (IT)
Information Technology (IT)
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
خام حقائق اور اعداد و شمار کے مجموعے کو کیا کہتے ہیں؟
- Information
- Data
- Processing
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Data refers to a collection of raw facts and figures.
- Data can include numbers, words, symbols, or observations.
- When data is processed and organized, it becomes information.
- Example: 85, 90, 76 are raw data; their calculated average is information.
Last verified on 03-09-2026
کمپیوٹر سیکیورٹی میں ہیشنگ اور انکرپشن کے درمیان بنیادی فرق کیا ہے؟
- Hashing is reversible, while encryption is irreversible
- Hashing is one-way, while encryption is reversible with a key
- Both hashing and encryption are one-way processes
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Hashing is a one-way process that converts data into a fixed-length hash value.
- Encryption converts data into ciphertext that can be reversed (decrypted) using a key.
- Hashing is commonly used for password verification and data integrity.
- Encryption is used to protect confidential information during storage or transmission.
Last verified on 02-09-2026
او ایس آئی ماڈل میں کون سی لئیر منطقی ایڈریسنگ اور مختلف نیٹ ورکس کے درمیان پیکٹس کی روٹنگ کی ذمہ دار ہوتی ہے؟
- Network Layer
- Data Link Layer
- Transport Layer
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- The Network Layer (Layer 3) is responsible for logical addressing and routing.
- It uses IP addresses to identify devices across different networks.
- It determines the best path for packets from source to destination.
- Routers primarily operate at this layer.
Last verified on 02-09-2026
مندرجہ ذیل میں سے کون سا ان پٹ اور آؤٹ پٹ آلہ ہے؟
- Modem
- Touchscreen
- Both A and B
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A modem (Modulator-Demodulator) is both an input and output device as it sends (uploads) and receives (downloads) data over communication networks.
It converts digital signals to analog for transmission and vice versa for reception.A touchscreen is also both an input and output device.It displays information (output) and detects touch (input).Last verified on 02-09-2026
- Easy mail
- Electronic mail
- Electric mail
- Eye mail
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Email stands for Electronic Mail.
- It is a method of sending and receiving digital messages through the internet.
- The term electronic mail has been used with its modern meaning since 1975.
- The shorter form E-mail became common around 1979.
Additional information:
Parts of a valid email address:
- Email Prefix
- Email Domain
Address: example@mail.com
- example = Email Prefix
- mail.com = Email Domain
Last verified on 16-06-2026
آئی پی ایڈریس میں چار نمبروں کو کیا کہا جاتا ہے؟
- Octal
- Octets
- Bytes
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- An IP address (like 192.168.1.1) consists of four numbers, each ranging from 0 to 255.
- Each of these numbers is called an octet because it contains 8 bits.
Last verified on 02-09-2026
آئی پی ایڈریس ورژن 4 کی لمبائی کتنی ہوتی ہے؟
- 64 bits
- 48 bits
- 32 bits
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- IPv4 (Internet Protocol version 4) uses a 32-bit address system.
- It allows about 4.3 billion unique IP addresses.
- It is written in dotted decimal format (e.g., 192.168.1.1).
Additional information:
Last verified on 26-05-2026
بجلی کی بندش کے دوران بیک اَپ بجلی فراہم کرنے اور غیر محفوظ شدہ ڈیٹا کے ضائع ہونے سے بچانے کے لیے کمپیوٹر کے ساتھ کون سا آلہ منسلک کیا جاتا ہے؟
- CPU
- UPS
- USB
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- UPS (Uninterruptible Power Supply) provides backup power to a computer during a power failure.
- It helps prevent the loss of unsaved data by keeping the computer running temporarily.
- It can also protect equipment from certain power fluctuations.
Last verified on 01-09-2026
جنک ای میل کا دوسرا نام کیا ہے؟
- Spoof
- Spill
- Spam
- Spat
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- The standard other name for junk email is Spam.
- Junk email is unwanted and unsolicited email sent in bulk.
- It is commonly used for ads, scams, or fake promotions.
Additional information:
- Spoof means pretending to be another sender (email spoofing).
- Spam filters are used in email services to automatically block junk mail.
Last verified on 16-02-2026
- 5
- 8
- SyntaxError
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- (x + y) = 5 + 3 is not a valid assignment in Python.
- The program raises a SyntaxError before execution.
Verified & Updated