MOD TRAFFIC ANALYST PAST PAPER 21-04-2024
MOD 5 years
Past Papers Click
here
فری تیاری کیلے Whatsapp جوائن کریں Click
here
Show Answers
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
کمپیوٹر ہارڈویئر کے تناظر میں رکاوٹ کا کیا مطلب ہے؟
A component that improves the performance of other hardware
A component that limits the potential of other hardware
A component that is unnecessary for the system
A component that is always the fastest in the system
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
In the context of computer hardware, the term "bottleneck" refers to: A component that limits the potential of other hardware
ایک ایسا سافٹ ویئر کیا ہے جو کوڈنگ میں مجرم کوڈز کا پتہ لگانے اور اسے ہٹانے کے لیے استعمال کیا جاتا ہے؟
Antivirus
Adware
Malware
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Antivirus software is designed to detect, prevent, and remove malicious software (malware) from a computer. It scans for and removes culprit codes, such as viruses, worms, and trojans, that can harm a computer system.
ہارڈ ویئر یا سافٹ ویئر کا ایک ٹکڑا کیا ہے جو نیٹ ورک میں تمام ڈیٹا پیکٹ پڑھتا ہے؟
Firewall
Antivirus
Hardware
Software
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A Firewall is a piece of hardware or software that reads all data packets in a network and blocks or allows them based on predetermined security rules.
It acts as a barrier between a trusted network and an untrusted network, such as the internet.
بی۔آئی۔اع۔ایس میں کوڈ شدہ سافٹ ویئر کو کہا جاتا ہے؟
Firmware
Farmware
Freeware
Malware
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Software that is permanently stored in the BIOS (Basic Input/Output System) of a computer is called Firmware . This type of software is typically used to control and configure the hardware components of a computer , such as the keyboard, display, and storage devices.
مندرجہ ذیل میں سے کون سا پاورپوائنٹ کی پراپرٹی نہیں ہے؟
Print transparencies
Print slides with page numbers
Print writer comments with slides
Print handouts
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
PowerPoint does not have the ability to print writer comments with slides. Writer comments are a feature of Microsoft Word , not PowerPoint.
آکٹل نمبرز کی بنیاد کیا ہے؟
2
8
6
10
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Octal numbers are base 8 , meaning they use 8 distinct symbols : 0, 1, 2, 3, 4, 5, 6, and 7.
ایک باکس جس میں ایک سے زیادہ ہارڈ ڈسک ڈرائیوز ہوں اسے کیا کہتے ہیں؟
Hard disk array
Disk enclosure
Storage unit
None
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A box that contains multiple hard disk drives is called a Hard disk array. This term is often used to describe a collection of hard disk drives that are combined to provide improved data storage and redundancy.
بی۔آئی۔او۔ایس کو چلانے کے لیے کون سا جزو ضروری ہے
Motherboard
CPU
RAM
Hard disk
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The BIOS (Basic Input/Output System) is a firmware that is embedded on the motherboard of a computer. To run BIOS, a motherboard is the only necessary component. The BIOS is responsible for initializing and testing the hardware components, including the CPU, RAM, and hard disk , but it does not require these components to be present to run.
بولین سیٹ میں کتنے عناصر ہیں؟
1 element
2 elements
3 elements
4 elements
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Boolean refers to a logical data type that can have only two possible values : True or False. This means that a Boolean set has only 2 elements.
ایکسپریشن 163.23 کی ڈیٹا ٹائپ کیا ہے؟
Int (Integer)
Bool (Boolean)
Float
Char (Character)
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
163.23 is a decimal number, which represents a floating-point number (Float) in programming and mathematics.