SST IT PAST PAPER 06-03-2022
SST 5 years Past Papers Click Here
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
- By
- From
- Of
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The correct preposition after "afraid" is "of".
So, the correct sentence is: "She was afraid of snakes."
- Adjective
- Adverb
- Conjunction
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Still is modifying the verb lives, showing that the action continues.
Adverbs describe how, when, where, or to what extent something happens—still tells when in this case.
مندرجہ ذیل میں سے کون سا آپشن کمپیوٹر سیکیورٹی کے لئے سب سے سنگین خطرہ ہے؟
- Viruses
- Trojan horse
- Trap door
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A Trap door (or backdoor) is a hidden entry point into a system that bypasses normal authentication, making it a serious security threat.
Unlike viruses or worms, it allows unauthorized access without detection, potentially exposing entire systems.
اگر کوئی شخص جان بوجھ کر ڈیٹا کو نقصان پہنچاتا ہے یا کمپیوٹر سے ڈیٹا کو حذف کرتا ہے تو پھر اسے ______ کہا جاتا ہے؟
- Data loss
- Sabotage
- Hard drive crash
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Sabotage refers to the intentional destruction or damage of data or systems.
It involves deliberate harmful actions, unlike accidental data loss or hardware failures.
ڈیٹا کو ایک جگہ سے دوسری جگہ ______ کے ذریعے منتقل کیا جاتا ہے؟
- Transmission media
- Mouse
- Storage device
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Transmission media refers to the physical path (like cables or wireless signals) used to transfer data between devices.
It enables communication in computer networks, such as LANs and the Internet.
جاوا ایپلٹ ______ میں تیار کیے گئے ہیں؟
- Java language
- C language
- C++ language
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Java applets are small programs written in Java that run inside a web browser.
They are used for interactive features in web applications (though now largely outdated).
ایک مقدار جس کی قیمت پروگرام پر عمل درآمد کے دوران بدل سکتی ہے اسے _____ کہا جاتا ہے؟
- Variable
- Header
- Constant
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A variable is a named memory location whose value can change during the execution of a program.
In contrast, a constant has a fixed value that does not change while the program runs.
آپریٹنگ سسٹم یونکس _____ میں لکھا گیا تھا؟
- C
- C++
- JAVA
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The UNIX operating system was originally developed in assembly, but later rewritten in C to make it portable.
This marked a major milestone in OS development, allowing UNIX to run on different hardware platforms.
سی زبان _____ میں ڈینس ایم رچی نے تیار کی تھی؟
- 1972
- 1971
- 1973
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The C programming language was developed in 1972 by Dennis Ritchie
in the Bell Laboratories of the AT & T (American Telephone & Telegraph),located in U.S.A.
Dennis Ritchie is known as the founder of c language.
***
Co developer of Unix
C is a general-purpose computer programming language.
It was created in the 1970s.
By design, C's features cleanly reflect the capabilities of the targeted CPUs.
Designed by: Dennis Ritchie
First appeared: 1972
*****
اسمبلی زبان _____ سے ایک قدم اونچی ہے؟
- High level language
- Procedural language
- Machine language
- None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Assembly language is a low-level programming language that is just one step above machine language (binary code).
It uses mnemonics to represent machine instructions, making it easier for humans to read and write compared to raw machine code.