SSC CHSL — कंप्यूटर विज्ञान एवं सूचना प्रौद्योगिकी (हार्डवेयर, सॉफ्टवेयर, नेटवर्किंग, साइबर सुरक्षा)

beginner 18 min read

अवधारणा

कंप्यूटर विज्ञान SSC CHSL के General Knowledge section में सबसे predictable topic है। यहाँ 2-3 प्रश्न हर साल आते हैं, और वे लगभग हमेशा उन्हीं तीन-चार क्षेत्रों से आते हैं — कंप्यूटर की पीढ़ियाँ और इतिहास, MS Office function keys, इंटरनेट protocols, और storage units। इसका मतलब है कि अगर तुमने इन चारों को ठीक से पकड़ लिया, तो यह topic तुम्हारे लिए "free marks" बन जाता है।

सोचो इसे एक डाकघर की तरह। Hardware वह इमारत और मशीनें हैं जो दिखती हैं — computer, keyboard, monitor, printer। Software वह नियम और प्रक्रियाएँ हैं जो उस डाकघर को चलाती हैं — Operating System, MS Word, Chrome browser। Network वह रास्ता है जिससे एक डाकघर दूसरे से बात करता है — Internet, LAN, WAN। और Cyber Security वह चौकीदार है जो यह तय करता है कि डाकघर में कौन अंदर आ सकता है।

कंप्यूटर का काम मूल रूप से चार चरणों में होता है: Input → Processing → Storage → Output। यह cycle याद रहे, क्योंकि कई प्रश्न किसी device को सही category में रखने से जुड़े होते हैं — जैसे, keyboard एक input device है, monitor एक output device है, और hard disk एक storage device है।

SSC CHSL के प्रश्न सैद्धांतिक गहराई नहीं माँगते — वे एक specific fact माँगते हैं। तो इस topic में रटना कम, समझकर वर्गीकृत करना ज़्यादा ज़रूरी है।


गहन विश्लेषण

कंप्यूटर का इतिहास और पीढ़ियाँ

ENIAC (Electronic Numerical Integrator and Computer) पहला सामान्य-उद्देश्य इलेक्ट्रॉनिक कंप्यूटर था। यह नाम और full form परीक्षा में सीधे पूछी गई है।

कंप्यूटर की पाँच पीढ़ियाँ technology के आधार पर बँटी हैं:

| पीढ़ी | वर्ष | Technology | उदाहरण | |-------|------|-----------|---------| | पहली | 1940-56 | Vacuum Tubes | ENIAC, UNIVAC | | दूसरी | 1956-63 | Transistors | IBM 1401 | | तीसरी | 1964-71 | Integrated Circuits (IC) | IBM 360 | | चौथी | 1971-वर्तमान | Microprocessor | Personal Computers | | पाँचवीं | वर्तमान | Artificial Intelligence | Voice Assistants |

हार्डवेयर और सॉफ्टवेयर

Input Devices: Keyboard, Mouse, Scanner, Microphone, Webcam, Joystick

Output Devices: Monitor, Printer, Speaker, Projector

Storage Devices: Hard Disk, Pen Drive, CD/DVD, RAM (temporary), ROM (permanent)

Software के प्रकार:

ऑपरेटिंग सिस्टम

Linux एक open-source operating system है। यह Unix-like है और free में उपलब्ध है। Windows proprietary है (Microsoft का), macOS Apple का है। Android भी Linux kernel पर आधारित है — यह एक important fact है।

Programming Languages के स्तर

Python एक high-level, interpreted programming language है। यह इसलिए "high-level" है क्योंकि इसे लिखना और पढ़ना आसान है — compiler की बजाय interpreter से चलती है।

Storage Units का क्रम

यह क्रम बिल्कुल सही याद रखो:

1 Byte=8 Bits1 \text{ Byte} = 8 \text{ Bits} 1 Kilobyte (KB)=1024 Bytes1 \text{ Kilobyte (KB)} = 1024 \text{ Bytes} 1 Megabyte (MB)=1024 Kilobytes1 \text{ Megabyte (MB)} = 1024 \text{ Kilobytes} 1 Gigabyte (GB)=1024 Megabytes1 \text{ Gigabyte (GB)} = 1024 \text{ Megabytes} 1 Terabyte (TB)=1024 Gigabytes1 \text{ Terabyte (TB)} = 1024 \text{ Gigabytes}

ध्यान दो — यहाँ 1000 नहीं, 1024 है। यह 2102^{10} है। परीक्षा में अक्सर "1 MB = 1000 KB" का जाल बिछाया जाता है।

इंटरनेट Protocols

Protocol वह नियम-समूह है जो दो computers के बीच data transfer को govern करता है।

प्रमुख Protocols:

| Protocol | पूर्ण रूप | उपयोग | |---------|-----------|-------| | TCP/IP | Transmission Control Protocol/Internet Protocol | Internet का आधार | | HTTP | HyperText Transfer Protocol | Web browsing | | HTTPS | HTTP Secure | Encrypted web browsing | | FTP | File Transfer Protocol | File transfer | | SMTP | Simple Mail Transfer Protocol | Email भेजना | | POP3/IMAP | Post Office Protocol/Internet Message Access Protocol | Email प्राप्त करना | | UDP | User Datagram Protocol | Fast, connectionless data transfer | | Telnet | Teletype Network | Remote computer access | | DNS | Domain Name System | Domain name को IP में बदलना |

PPT एक protocol नहीं है — यह Microsoft PowerPoint की file का extension है (.ppt)। यह परीक्षा में directly पूछा गया है।

MS Office Function Keys

Function keys SSC CHSL में सबसे ज़्यादा पूछे जाने वाले MS Office facts हैं:

| Key | काम | |-----|-----| | F1 | Help खोलना | | F2 | File rename / Cell edit | | F3 | Find & Replace (कुछ programs में) | | F4 | Last action repeat / Close window | | F5 | Slide Show शुरू करना (PowerPoint) / Go To (Word) | | F7 | Spelling and Grammar check | | F12 | Save As |

F7 — Spelling and Grammar checker — यह directly परीक्षा में आया है।

साइबर सुरक्षा की मूल अवधारणाएँ

Authentication: यह प्रक्रिया है जो verify करती है कि system access करने वाला व्यक्ति वही है जो वह claim कर रहा है। जैसे — password डालना, fingerprint scan, OTP। यह "कौन हो तुम?" का जवाब माँगता है।

Authorization: यह तय करता है कि authenticated user को क्या access मिलेगी। यह "तुम्हें क्या करने की अनुमति है?" का जवाब देता है।

Encryption: Data को एक ऐसे format में बदलना जो unauthorized लोग पढ़ न सकें।

Firewall: Network traffic को monitor और filter करने वाला security system।

Malware के प्रकार:


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

patternStorage Units का 1024 वाला नियम

जब भी storage conversion पूछे — Bits से TB तक — हमेशा 1024 इस्तेमाल करो, 1000 नहीं। Pattern याद करो: "8 → 1024 → 1024 → 1024..." यानी पहले 8 bits = 1 byte, फिर हर अगला step 1024 का। अगर option में 1000 और 1024 दोनों हों, 1024 सही है।

Standard method: हर unit का अलग formula याद करो — 4 facts, 20 seconds each = 80 seconds। इस trick से: एक rule, सब cover — 5 seconds।

eliminationProtocol vs File Format की पहचान

कोई भी word जो file extension की तरह दिखे (.ppt, .doc, .xls, .pdf) — वह कभी protocol नहीं होगा। Protocol के नाम हमेशा abbreviations होते हैं जो data transfer describe करते हैं — TCP, UDP, FTP, HTTP, SMTP। जब "NOT a protocol" वाला question आए, file extension वाला option eliminate करो।

Standard method: सभी options को एक-एक verify करो — 40 seconds। इस trick से: File extension pattern देखो, तुरंत eliminate करो — 8 seconds।

patternHigh vs Low Level Language की पहचान

Rule: जितना human-readable, उतना high-level। Python, Java, C++, BASIC = high-level। Assembly, Machine code (0,1) = low-level। Exam में अगर पूछे "Python किस तरह की language है?" — सीधे high-level लिखो। कोई calculation नहीं, बस यह pattern याद रखो।

Standard method: सभी languages की properties recall करो — 30 seconds। इस trick से: Readability rule apply करो — 5 seconds।

patternAuthentication vs Authorization याद करने की युक्ति

"N" trick: AutheNticatioN = "N"ame verify (कौन हो?) | AuthorizatioN = permissioN (क्या कर सकते हो?)। दोनों में N है — पर Authentication पहले आता है, Authorization बाद में। जैसे: पहले ID दिखाओ (authentication), फिर अंदर जाने की permission मिलती है (authorization)।

Standard method: दोनों की definitions अलग से याद करो — 2 definitions, 45 seconds। इस trick से: एक sequence-based pattern — 10 seconds।

patternFunction Keys का F7 Special

F7 = "7 letters in 'GRAMMAR'" — Grammar check के लिए F7। यह exact count trick है: G-R-A-M-M-A-R = 7 अक्षर = F7। इसी तरह F12 = "Save As" क्योंकि 12 = "1 नई जगह 2 नाम से" (original + नया नाम)।

Standard method: सभी function keys की list याद करो — 12 items, 2 minutes। इस trick से: F7-Grammar का direct link, 3 seconds recall।


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

SSC CHSL में Computer Science का प्रश्न देखो तो यह decision tree follow करो:

क्या यह एक full form है? (ENIAC, RAM, ROM, CPU, USB, Wi-Fi, PDF...) → हाँ: सीधे याद किया हुआ full form लिखो।

क्या यह "किस category में आता है?" वाला प्रश्न है? (Protocol/Not Protocol, Input/Output device, High/Low level language...) → हाँ: Elimination pattern use करो। File extension = protocol नहीं। Human-readable = high-level।

क्या यह storage conversion है? → हाँ: 1024 का rule apply करो, 1000 को तुरंत eliminate करो।

क्या यह MS Office shortcut है? → F7 = Grammar, F12 = Save As, F5 = Slide Show — इन तीनों को priority दो।

क्या यह Cyber Security का concept है? → "Identity verify" = Authentication। "Permission/Access" = Authorization। "Data hide करना" = Encryption।

किसी भी Computer Science प्रश्न पर 30 seconds से ज़्यादा मत लगाओ — या तो answer याद है या नहीं है। Guess करना हो तो elimination से करो।


हल किए गए PYQs

क्यों यह प्रश्न: ENIAC का full form direct factual question है जो पहली-पीढ़ी के कंप्यूटर इतिहास से आता है। यह 2020 में पूछा गया और दोबारा आ सकता है।

समाधान का रास्ता: ENIAC = Electronic Numerical Integrator And Computer। "Integrator" शब्द confusing लगता है — याद रखो यह गणितीय integration को refer करता है, यानी यह mathematical calculations के लिए बना था।

Previous Year Questionपिछले वर्ष का प्रश्न2020
In the field of computing, what does ENIAC stand for?
  1. Electronic Numerical Integrator and Computer
  2. Electronic Numbers Integration and Computer
  3. Electronic Numerical Integrated Advanced Computer
  4. Electronic Numerals Integration and Computing
Solutionसमाधान
ENIAC stands for Electronic Numerical Integrator and Computer, which was one of the earliest general-purpose electronic computers.

क्यों यह प्रश्न: Function keys में F7 सबसे ज़्यादा पूछी जाने वाली key है। MS Office से हर साल 1-2 questions आते हैं।

समाधान का रास्ता: F7 = Spelling & Grammar check। "7 letters in GRAMMAR" वाली trick apply करो। Options में अगर "Spell Check" और "Grammar Check" अलग-अलग दिए हों, तो "Spelling and Grammar" दोनों combined सही है।

Previous Year Questionपिछले वर्ष का प्रश्न2020
The F7 key is commonly used in Microsoft programs such as Microsoft Word, Outlook, etc. for:
  1. searching files and folders
  2. opening help
  3. checking spellings and grammar
  4. renaming files and folders
Solutionसमाधान
In Microsoft Office applications like Word and Outlook, pressing F7 opens the spelling and grammar checker.

क्यों यह प्रश्न: Programming language के level का प्रश्न SSC में pattern-based है। Python को लेकर confusion होती है क्योंकि कुछ लोग इसे "scripting language" भी कहते हैं।

समाधान का रास्ता: Python = high-level language। Interpreted है, human-readable है — दोनों features high-level की पहचान हैं। "Scripting language" भी technically सही है पर exam में "high-level language" ही correct option होगा।

Previous Year Questionपिछले वर्ष का प्रश्न2020
Python is a ______.
  1. machine language
  2. low level language
  3. assembly language
  4. high level language
Solutionसमाधान
Python is a high-level, interpreted programming language known for its readability and versatility.

क्यों यह प्रश्न: Linux की category पूछना operating systems की basic समझ test करता है। Open-source vs proprietary का distinction भी यहाँ relevant है।

समाधान का रास्ता: Linux = operating system। यह kernel है जिस पर Ubuntu, Fedora जैसे distributions बने हैं। Android भी Linux kernel पर है। Options में "programming language" या "application software" देखो — वे गलत हैं।

Previous Year Questionपिछले वर्ष का प्रश्न2020
Linux is ______.
  1. an operating system
  2. a high level language
  3. an assembly language
  4. an interpreter
Solutionसमाधान
Linux is an open-source operating system kernel, and the term is commonly used to refer to Unix-like operating systems built on it.

क्यों यह प्रश्न: "NOT a protocol" format SSC CHSL में frequently आता है। यहाँ trap यह है कि PPT जाना-पहचाना नाम है, इसलिए students इसे protocol मान सकते हैं।

समाधान का रास्ता: TCP = protocol (Transmission Control Protocol), UDP = protocol (User Datagram Protocol), Telnet = protocol (remote access)। PPT = PowerPoint file extension। File extension = never a protocol — यह rule apply करो, 8 seconds में answer मिलेगा।

Previous Year Questionपिछले वर्ष का प्रश्न2018
In the context of the Internet, which of the following is NOT a protocol?
  1. PPT
  2. TCP
  3. Telnet
  4. UDP
Solutionसमाधान
TCP, UDP, and Telnet are all network protocols, whereas PPT is a file format for presentations (PowerPoint), not a protocol.

क्यों यह प्रश्न: Storage unit conversion सबसे ज़्यादा गलत होने वाला area है। 1000 vs 1024 का trap यहाँ directly set किया गया था।

समाधान का रास्ता: 1 MB = 1024 KB। यह 2102^{10} का pattern है। Option में अगर 1000 KB दिया हो, तुरंत eliminate करो। Answer = 1024 kilobytes।

Previous Year Questionपिछले वर्ष का प्रश्न2018
In the context of computers and communication technology, 1 megabyte is equal to ______.
  1. 1024 kilobytes
  2. 1024 bytes
  3. 512 kilobytes
  4. 512 bytes
Solutionसमाधान
1 megabyte = 1024 kilobytes in standard binary measurement used in computing.

क्यों यह प्रश्न: Cyber Security से 2024 में यह प्रश्न आया — इस area पर focus बढ़ रहा है। Authentication vs Authorization confusion सबसे common mistake है।

समाधान का रास्ता: प्रश्न में "verifying the genuineness of individuals" है — यह identity verify करना है = Authentication। Authorization होता अगर "access level decide करना" पूछा होता। "N" trick: AutheNticatioN = Name/Identity verify।

Previous Year Questionपिछले वर्ष का प्रश्न2024
Which kind of computer security requires verifying the genuineness of the individuals or organisations that want to access a system?
  1. Confidentiality
  2. Availability
  3. Authentication
  4. Non-repudiation
Solutionसमाधान
Authentication is the security process that verifies the identity of users or organizations attempting to access a system, ensuring they are who they claim to be.

आम गलतियाँ


संबंधित विषय

SarkariRise पर अभ्यास

Sign up + get 3 free mocks →