PPSC PAST PAPERS COMPUTER MCQS 2026
پیپر میں جانے سے
پہلے یہ سوالات و سلیبس ایک بار ضرور پڑھ کر جائیں
PPSC 25
years Past Papers Click here
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
اوسط معاملے میں کون سا چھنٹائی الگورتھم سب سے تیز ہے؟
- Quick Sort
- Merge Sort
- Bubble Sort
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Quick Sort is the fastest in the average case among the given options.
- It has an average time complexity of O(n log n).
- It uses a divide-and-conquer strategy to sort data efficiently.
Last verified on 23-06-2026
ڈیٹا کمپریشن کا کیا اثر ہوتا ہے؟
- Deletes data permanently
- Increases file size
- Decreases file size
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Data compression decreases the file size by reducing redundant data.
- It helps in storing and transmitting data more efficiently.
- Compressed files use less storage space.
- It improves file transfer speed over networks.
- Data can usually be restored after decompression.
Last verified on 23-06-2026
مندرجہ ذیل میں سے کون سا کلاؤڈ کمپیوٹنگ کی خصوصیت نہیں ہے؟
- On-demand self-service
- Broad network access
- Resource pooling
- Manual data processing
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Manual data processing is NOT a characteristic of cloud computing.
- Cloud computing works automatically without manual handling of data.
- It provides services like storage, processing, and software over the internet.
- It is based on automation and remote servers.
Last verified on 23-06-2026
ڈیٹا بیس ٹیبل میں ایک مکمل قطار کو کیا کہا جاتا ہے؟
- Field
- Record
- Data type
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- A single row(s) in a database table is called a record(s) or tuple(s).
- It represents a complete set of related data about one entity.
- Each record contains multiple fields (columns).
- Records store information about a single entity (e.g., one student).
- It is a basic unit of data storage in databases.
Additional information:
- In a database, columns are called Fields or Attributes.
Last verified on 12-04-2026
پرانے اور نئے سسٹم کو یکجا کرنے کے لیے کون سا ٹیسٹنگ طریقہ استعمال ہوتا ہے؟
- Unit Testing
- Integration Testing
- System Testing
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Integration Testing is used to combine and test old and new system components together.
- It checks whether different modules or systems work properly when connected.
- This testing focuses on data flow and interaction between systems.
- It is done after unit testing and before system testing.
Last verified on 23-06-2026
- A test to determine if a machine can show human-like intelligence
- A test to measure computer speed
- A test to check internet security
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- The Turing Test checks whether a machine can exhibit human-like intelligence.
Additional information:
- Proposed by: Alan Turing
- Year: 1950
- Field: Artificial Intelligence (AI)
- Purpose: To test machine intelligence
- Method: Human judge interacts via text and identifies machine vs human
Last verified on 23-06-2026
کون سا پروٹوکول ڈومین ناموں کو حل کرنے کا کام کرتا ہے؟
- HTTP
- FTP
- DNS
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- DNS (Domain Name System) is the protocol/service that resolves domain names into IP addresses.
- It converts easy-to-remember website names (e.g., google.com) into numerical IP addresses used by computers.
- Port used: 53
- Protocol type: Application layer protocol
- DNS was introduced in 1983 by Paul Mockapetris.
Last verified on 23-06-2026
عالمی سطح پر آئی پی ایڈریس دینے کا اختیار کس ادارے کے پاس ہے؟
- ICANN
- IANA
- IEEE
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- Full form: Internet Assigned Numbers Authority (IANA)
- Function: Allocation of IP addresses, domain root zone, protocol numbers
- Parent organization: ICANN
- Regional distribution: Through RIRs (like ARIN, RIPE NCC, APNIC)
- Role: Maintains global internet numbering system
Last verified on 22-06-2026
سی پی یو اور میموری کے درمیان ڈیٹا منتقل کرنے کے لیے کون سی بس استعمال ہوتی ہے؟
- Data Bus
- Control Bus
- Address Bus
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- The Data Bus transfers actual data between CPU and memory.
- It carries information that is being processed or stored.
- It is a two-way communication path in most systems.
Additional information:
- Address Bus: Carries memory location (address)
- Control Bus: Carries control signals (read/write)
- System Bus: Combination of all three buses
- Direction: Mostly bidirectional for data transfer
Last verified on 22-06-2026
رینسم ویئر اٹیک کس قسم کا حملہ ہوتا ہے؟
- Deletes all hardware components
- Encrypts data and demands ransom for access
- Improves system speed
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
- A ransomware attack encrypts a victim’s data and demands money (ransom) to restore access.
- It locks files or entire systems until payment is made, usually in cryptocurrency.
- It is a type of malicious cyber attack (malware).
- Even after payment, data recovery is not guaranteed.
- It mainly targets individuals, companies, and government systems.
Last verified on 22-06-2026