COMPUTER BASIC HARDWARE COMPONENTS
Computer Basic Hardware Components
Show Answers
چار آپشن میں سے کسی ایک پر کلک کرنے سے جواب سرخ ہو جائے گا۔
مندرجہ ذیل میں سے پری ایمپٹیو شیڈولنگ کے بارے میں کون سا درست ہے؟
A process cannot be interrupted once started
A process can be interrupted to allow a higher-priority process to run
CPU is always allocated in a fixed order
All processes run simultaneously
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Preemptive scheduling allows the CPU to pause a running process if a higher-priority process needs it.
This ensures important tasks are handled promptly .
It is different from non-preemptive scheduling , where a process runs until completion.
Examples include Round Robin and Priority Scheduling .
فلو چارٹ الگورتھم کی کون نمائندگی ہے؟
Diagrammatic
Symbolic
Linked
Both A & B
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A flowchart visually represents an algorithm using diagrams and symbols .
Diagrammatic representation helps in understanding the flow of the process easily.
Symbolic representation uses standard shapes like ovals, rectangles, diamonds fo r start/end, processes, and decisions.
مندرجہ ذیل میں سے کون سی قسم کمپیوٹر میموری ہے جو عارضی طور پر ڈیٹا اور ہدایات کو ذخیرہ کرنے کے لئے استعمال ہوتی ہے جس پر فی الحال کارروائی کی جارہی ہے؟
RAM
CPU
Motherboard
None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
RAM (Random Access Memory) temporarily stores data and instructions that the CPU is currently processing. It is a volatile memory , meaning it loses data when the computer is turned off. Last verified on 15-02-2026
مندرجہ ذیل میں سے کون سی چیز سیکنڈری اسٹوریج کی شکل نہیں ہے؟
Flash Drive
Floppy Disk
Optical Disk
RAM
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Secondary storage is used to store data permanently or for long-term use . Examples include Flash Drives, Floppy Disks, and Optical Disks . RAM (Random Access Memory) is primary memory. It is used for temporary storage while the computer is running. Therefore, RAM is not considered secondary storage. Last verified on 11-03-2026
درج ذیل میں سے کون سا ہارڈ کاپی آؤٹ پٹ ڈیوائس کی مثال ہے؟
Keyboard
Printer
Mouse
None of the above
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
A hardcopy output device produces physical copies of data or information. Printer converts digital documents into paper copies. Examples: Plotter, Photocopier, Fax machine, Braille printer Additional information :
Softcopy vs Hardcopy :
Softcopy : Screen display, audio (Monitor, Speaker) Hardcopy : Physical form (Paper, Card, etc.) Printers can be inkjet, laser, or dot-matrix.
Last verified on 09-03-2026
A temporary memory in the hard disk
A permanent memory in the hard disk
Method of using hard disk space to provide extra memory
Bad sector on hard disk
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Virtual memory is a memory management technique
Used by operating systems (OS)
That extends a computer’s physical RAM by temporarily transferring data to disk storage.
Last updated 15-feb-2026
فون نیومین آرکیٹیکچر میں کون سا شامل نہیں ہے؟
Control Unit
Arithmetic Logic Unit (ALU)
Memory Unit
Separate Instruction and Data Memory
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Separate instruction and data memory is a feature of Harvard architecture , not Von Neumann.
The Von Neumann architecture includes:
In Von Neumann architecture, data and instructions share the same memory .
Last updated 15-feb-2026
کمپیوٹر کے کون سے حصے کو ہارٹ آف کمپیوٹر کے نام سے جانا جاتا ہے؟
Monitor
Microprocessor/CPU
Scanner
Keyboard
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
The CPU (Central Processing Unit) is the brain of the computer . It performs all calculations, executes instructions, and controls other components. Additional information :
First commercial CPU: Intel 4004 (1971) Invented by: Italian physicist Federico Faggin CPU Examples : Clock speeds – 3.0 GHz, 3.5 GHz, 4.0 GHz, 4.5 GHz, 5.0 GHz Last verified on 15-02-2026
کمپیوٹر ہارڈویئر اور سافٹ وئیر کی خامیوں کو کس عمل سے پہچانا اور دور کیا جا سکتا ہے؟
Debugging
Formating
Flip flop
All of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
Errors from computer software are primarily identified and removed through debugging,
A systematic process of finding, analyzing, and fixing bugs.
For hardware, this process is known as troubleshooting or maintenance
سی پی یو کی رفتار ______ میں ماپا جاتا ہے؟
MHz
Mbps
Mbytes
None of these
اس سوال کو وضاحت کے ساتھ پڑھیں
Explanation
CPU speed is primarily measured in Hertz (Hz), and Gigahertz (GHz) for modern processors
The fundamental unit is Hertz (Hz), where 1 Hz = 1 cycle per second.
Modern Units: Most, if not all, modern processors use Gigahertz (GHz), where 1 GHz = 10^9 Hz (one billion cycles per second).
Context: It is often referred to as the "clock speed" or "clock rate" of the CPU.
Mbps measures internet speed .
Mbytes measure data size .
Last updated 15-feb-2026