SSC CGL कंप्यूटर ज्ञान — हार्डवेयर, सॉफ्टवेयर, मेमोरी और नेटवर्क की पूरी तैयारी

beginner 18 min read

अवधारणा

कंप्यूटर ज्ञान SSC CGL के GK section का एक व्यावहारिक हिस्सा है। यहाँ theory रटने की नहीं, बल्कि concepts को एक logical hierarchy में समझने की ज़रूरत है।

सोचो एक कार्यालय की कल्पना करो — जहाँ एक manager (CPU) काम करता है, उसके सामने एक छोटी मेज़ (Cache) होती है जहाँ वो अभी जो फाइलें use कर रहा है वो रखी हैं, पास में एक बड़ा desk (RAM) है जिसमें उस दिन की सारी ज़रूरी फाइलें हैं, और एक बड़ा filing cabinet (Hard Disk) है जहाँ सब permanent data store है। बाहर एक security guard (Firewall) खड़ा है जो तय करता है कि कौन-सा visitor (network traffic) अंदर आ सकता है।

यही कंप्यूटर की पूरी संरचना है।

मुख्य श्रेणियाँ जो SSC CGL में आती हैं:

इन सबमें से SSC CGL सबसे ज़्यादा Memory और Networking पर प्रश्न पूछता है। Definitions factual होती हैं — एक बार सही concept समझ लो तो option elimination बहुत आसान हो जाता है।

गहन विश्लेषण

Memory Hierarchy — सबसे महत्वपूर्ण

Memory को speed और capacity के आधार पर एक pyramid में समझो:

        [Registers] ← सबसे तेज़, सबसे छोटी
           [Cache]
            [RAM]
         [Hard Disk]
         [Tape Drive] ← सबसे धीमी, सबसे बड़ी

Cache Memory: Cache CPU और Primary Memory (RAM) के बीच बैठती है। जब CPU को कोई data चाहिए, वो पहले Cache में देखता है। अगर वहाँ मिल गया — इसे "Cache Hit" कहते हैं। नहीं मिला — "Cache Miss" — तब RAM से लाया जाता है। Cache तीन levels में होती है — L1 (CPU के सबसे करीब, सबसे तेज़), L2, L3।

RAM (Random Access Memory): RAM एक volatile memory है — यानी power बंद होते ही सारा data मिट जाता है। यह OS, currently running applications और उनके data को temporarily store करती है। इसे Primary Memory या Main Memory भी कहते हैं।

Tape Drive: यह सबसे पुरानी और सबसे सस्ती backup technology है। Sequential access होती है — मतलब specific data ढूंढने के लिए पूरी tape scan करनी पड़ती है। इसीलिए restoration process बहुत lengthy होती है। फिर भी large-scale complete backups के लिए आज भी enterprises में use होती है।

CPU Registers — MAR और उसके साथी

CPU के अंदर कई छोटे-छोटे high-speed storage locations होते हैं जिन्हें Registers कहते हैं:

| Register | Full Form | काम | |---|---|---| | MAR | Memory Address Register | जिस memory location से data fetch करना है उसका address store करता है | | MDR/MBR | Memory Data Register | Memory से fetch किया गया actual data store करता है | | PC | Program Counter | अगले instruction का address hold करता है | | ACC | Accumulator | ALU के calculations का result store करता है | | IR | Instruction Register | Current instruction को hold करता है |

MAR सबसे ज़्यादा पूछा जाता है। याद रखो — MAR Address रखता है, MDR Data रखता है।

Networking — Firewall

Firewall एक security mechanism है जो network traffic को monitor और filter करती है। यह predefined rules के आधार पर decide करती है कि कौन-सा incoming या outgoing traffic allow होगा।

Firewall दो प्रकार की होती है:

Firewall एक virus नहीं रोकती — वो network-level threats रोकती है। Virus के लिए Antivirus software अलग होता है। यह distinction exam में trap की तरह आता है।

Email System — User Agents

Email system में दो मुख्य components होते हैं:

जब sender और receiver same system पर हों, तो केवल दो User Agents चाहिए — एक sender के लिए, एक receiver के लिए। MTA की ज़रूरत नहीं पड़ती क्योंकि कोई inter-server transfer नहीं होता।

GUI-based Email User Agents के उदाहरण:

Command-based (Text) User Agents:

MS Excel — Cell क्या है

Excel में एक worksheet rows और columns का grid होती है। जहाँ एक row और एक column एक-दूसरे को काटते हैं — वो point एक Cell कहलाता है। हर cell का एक unique reference होता है जैसे A1, B3, C7 — जहाँ letter column है और number row है।

शॉर्टकट और युक्तियाँ

patternMemory Hierarchy की Speed-Trick

Registers → Cache → RAM → Hard Disk → Tape Drive — इसे याद करने के लिए: "Real Cool Rich Hero Travel करते हैं" (Registers, Cache, RAM, Hard Disk, Tape). Speed इसी order में घटती है, capacity इसी order में बढ़ती है। किसी भी "fastest memory" प्रश्न पर — list में सबसे पहले जो है वो answer है। Standard approach: list याद रखना → 20 सेकंड लगते हैं। इस trick से: 5 सेकंड।

patternMAR vs MDR — Address vs Data

MAR = Memory Address Register → A for Address. MDR = Memory Data Register → D for Data. जब भी "holds the address of memory location" दिखे — MAR। जब भी "holds the actual data fetched" दिखे — MDR। इस एक pattern से दोनों registers के प्रश्न 4-5 seconds में solve हो जाते हैं, बिना definition याद किए।

eliminationVolatile vs Non-Volatile की पहचान

Power बंद होने पर data मिट जाए → Volatile (RAM, Cache, Registers)। Power बंद होने पर data बचा रहे → Non-Volatile (ROM, Hard Disk, Tape, Flash Drive)। Options में जब भी "temporary storage" या "loses data on power off" दिखे — वो RAM/Cache है। "Permanent storage" → Hard Disk/ROM। यह rule 90% memory-related options eliminate कर देता है। 3 steps से 1 step।

eliminationFirewall की scope — Antivirus से अलग

Exam में trap: "Firewall virus रोकती है" — यह गलत है। Firewall केवल network traffic filter करती है। Virus file-level threat है — उसके लिए Antivirus है। जब भी options में Firewall vs Antivirus की choice हो और question "unauthorized network access" या "network traffic filtering" की बात करे → Firewall। "Malware/virus detection" → Antivirus। इस distinction से 2 seconds में answer।

patternEmail User Agents की संख्या

Same system पर → 2 UAs (sender + receiver, कोई MTA नहीं)। Different systems पर → 2 UAs + 2 MTAs (minimum)। Number-based options में: "same system" keyword दिखे → answer हमेशा 2। यह pattern PYQ में direct आया है।

तेज़-समाधान रूपरेखा

परीक्षा में कंप्यूटर ज्ञान के प्रश्न का सामना करने पर यह decision tree follow करो:

Step 1 — Topic identify करो:

Step 2 — Elimination:

Step 3 — Backup/Storage प्रश्न:

अधिकतर कंप्यूटर ज्ञान के प्रश्न Step 1 पर ही solve हो जाते हैं। Step 2 और 3 तब use करो जब 2 options बचे हों।

हल किए गए PYQs

क्यों यह प्रश्न: Excel की basic structure SSC CGL में factual question के रूप में आता है। Definition सीधी है पर options confusing बनाए जाते हैं।

Previous Year Questionपिछले वर्ष का प्रश्न2022
What is a cell in Microsoft Excel?
  1. A small diagram or chart.
  2. The intersection of a row and a column in a worksheet.
  3. A separate file used to store data.
  4. A single worksheet within a workbook
Solutionसमाधान
In Excel, a cell is formed at the point where a row and a column meet, and each cell is identified by a unique reference combining the column letter and row number.

समाधान का रास्ता: Cell = Row ∩ Column। Reference format याद रखो — Column letter पहले, Row number बाद में (A1, B3)। कोई भी option जो "row और column का intersection" कहे — वही correct है। 10 seconds।


क्यों यह प्रश्न: Cache memory SSC CGL का सबसे repeated computer topic है। "CPU और Primary Memory के बीच" — यह phrase ही answer देता है।

Previous Year Questionपिछले वर्ष का प्रश्न2022
A high speed memory is placed between the Central Processing Unit (CPU) and the primary memory known as ______ memory.
  1. virtual
  2. read only
  3. cache
  4. secondary
Solutionसमाधान
Cache memory sits between the CPU and main memory to provide faster data access, storing frequently used programs and data so the processor can retrieve them quickly.

समाधान का रास्ता: Memory Hierarchy में CPU के ठीक बाद Registers हैं, उसके बाद Cache। Cache का काम है CPU को RAM तक जाने की ज़रूरत कम करना। "High speed" + "between CPU and primary memory" → Cache। 8 seconds।


क्यों यह प्रश्न: Backup devices में Tape Drive की विशेषता — lengthy restoration — एक specific factual point है जो exam में trap की तरह आता है।

Previous Year Questionपिछले वर्ष का प्रश्न2022
Which backup device provides a convenient way to create system images and complete backups term are required lengthy restoration process?
  1. Tape drive
  2. Network-attached storage (NAS)
  3. Solid-state drive (SSD)
  4. DVD-RW disc
Solutionसमाधान
Tape drives are well-suited for creating full system images and complete backups, though restoring from them can be a lengthy process.

समाधान का रास्ता: "Complete backup + lengthy restoration process" — यह combination केवल Tape Drive के लिए valid है। Tape sequential access device है इसलिए restore करने में time लगता है। DVD/CD backup के लिए use नहीं होते। HDD fast है। → Tape Drive। 12 seconds।


क्यों यह प्रश्न: RAM का primary purpose — यह सबसे fundamental computer knowledge question है। "Temporary" और "volatile" keywords critical हैं।

Previous Year Questionपिछले वर्ष का प्रश्न2022
What is the primary purpose of RAM (Random Access Memory) in a computer?
  1. Storing permanent data and files
  2. Managing peripheral devices
  3. Providing temporary storage for data that the CPU is currently processing
  4. Providing long-term storage for programs
Solutionसमाधान
RAM offers fast, temporary storage for the operating system and currently running applications; it loses its contents when the power is switched off.

समाधान का रास्ता: RAM के बारे में तीन keywords याद रखो — Temporary, Volatile, Currently processing। जो option इनमें से किसी को capture करे — वो answer है। "Permanent storage" वाला option automatically ROM/HDD के लिए है, eliminate करो। → Temporary storage for CPU processing। 8 seconds।


क्यों यह प्रश्न: Firewall की definition network security का core concept है। "Filters and controls network traffic" — यह exact phrase answer है।

Previous Year Questionपिछले वर्ष का प्रश्न2022
What is a 'Firewall' in the context of network security?
  1. A software application for managing files and folders.
  2. A security mechanism that filters and controls network traffic.
  3. A hardware device used to boost network performance
  4. A type of malware that spreads through email attachments
Solutionसमाधान
A firewall is a security device or software that monitors and controls incoming and outgoing network traffic based on predefined security rules.

समाधान का रास्ता: Firewall = network traffic monitor + filter + control। "Virus detect करना" वाला option Antivirus के लिए है — eliminate। "Data encrypt करना" VPN/SSL के लिए है — eliminate। → Security mechanism that filters network traffic। 10 seconds।


क्यों यह प्रश्न: Email system में User Agents की संख्या — यह specific technical detail है जो directly PYQ में आई है।

Previous Year Questionपिछले वर्ष का प्रश्न2022
When the sender and receiver of an email are on the same system, we need only ______ user agents.
  1. four
  2. six
  3. three
  4. two
Solutionसमाधान
When both the sender and receiver use the same system, only two user agents are needed — one to compose and send the email, and one to retrieve and read it.

समाधान का रास्ता: Same system पर sender और receiver हैं → कोई inter-server transfer नहीं → MTA की ज़रूरत नहीं → केवल 2 User Agents (एक compose करने के लिए, एक read करने के लिए)। Answer = two। 8 seconds।


क्यों यह प्रश्न: CPU registers की full forms SSC CGL में abbreviation-based questions के रूप में आती हैं। MAR सबसे ज़्यादा पूछा गया register है।

Previous Year Questionपिछले वर्ष का प्रश्न2022
In computer registers, MAR stands for ______.
  1. Main Address Register
  2. Main Access Register
  3. Memory Address Register
  4. Memory Access Register
Solutionसमाधान
MAR stands for Memory Address Register, which holds the memory address of the location from which data is to be fetched or to which it will be stored.

समाधान का रास्ता: MAR में "A" = Address। Full form — Memory Address Register। MDR से confuse मत होना — वो Memory Data Register है। → Memory Address Register। 5 seconds।


क्यों यह प्रश्न: GUI-based email user agents के examples — यह application-level knowledge है जो Netscape जैसे historical tools को cover करता है।

Previous Year Questionपिछले वर्ष का प्रश्न2022
Which of the following is an example of GUI-based user agent in email?
  1. Netscape
  2. Elm
  3. Mail
  4. Pine
Solutionसमाधान
Netscape provided a graphical user interface (GUI) for managing and sending emails through Netscape Messenger, making it a GUI-based email user agent.

समाधान का रास्ता: GUI = Graphical User Interface — mouse-driven, visual interface। Netscape Messenger एक GUI-based email client था। Pine और Elm text/command-based हैं। Outlook भी GUI-based है पर question में Netscape correct answer है। → Netscape। 12 seconds।

आम गलतियाँ

संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →