CCC Important Questions for NIELIT Exam : A comprehensive guide featuring chapter-wise MCQs, practice sets, and shortcut keys for computer course aspirants.

Introduction

NIELIT (National Institute of Electronics & Information Technology) Computer Concepts (CCC) Exam is one of the compulsory computer literacy tests to clear for various government jobs. In order to help you pass the exam in your first attempt, we have prepared the most relevant and important questions. It includes everything from all chapters with short explanations, a mini mock test, revision notes, and preparation tips.

Part 1: Chapter-Wise Important Questions with Explanations

  1. Computer Fundamentals & Hardware/Software
    Q1. Which of the following is known as the “brain” of the computer?
    A) ALU
    B) Memory
    C) CPU
    D) Input Device
    Ans: C) CPU
    Exp: The CPU (Central Processing Unit) controls all instructions and calculations, acting as the brain. (CPU को कंप्यूटर का दिमाग कहा जाता है।)

Q2. 1 Kilobyte (KB) is equal to how many bytes?
A) 1000
B) 1024
C) 1048
D) 100
Ans: B) 1024
Exp: In digital memory, 1 KB = 1024 Bytes.

Q3. Which of the following is non-volatile memory?
A) RAM
B) ROM
C) Cache
D) Register
Ans: B) ROM
Exp: ROM (Read-Only Memory) retains its data even when the power is turned off (non-volatile), whereas RAM loses its data.

  1. Operating System
    Q4. Which shortcut key is used to permanently delete a file in Windows OS without sending it to the Recycle Bin?
    A) Delete
    B) Shift + Delete
    C) Ctrl + Delete
    D) Alt + Delete
    Ans: B) Shift + Delete
    Exp: Pressing ‘Delete’ sends a file to Recycle Bin, but ‘Shift + Delete’ permanently removes it from the system.

Q5. What is the shortcut key to open Task Manager directly in Windows?
A) Ctrl + Shift + Esc
B) Ctrl + Alt + Del
C) Alt + F4
D) Shift + Esc
Ans: A) Ctrl + Shift + Esc
Exp: This combination opens the Task Manager directly without the intermediate blue screen.

Q6. Which of the following is an Operating System?
A) MS Word
B) Google Chrome
C) Linux
D) MS Excel
Ans: C) Linux
Exp: Linux is an open-source operating system.

  1. Word Processing (MS Word / Writer)
    Q7. What is the default file extension of MS Word 2019 documents?
    A) .doc
    B) .docx
    C) .word
    D) .txt
    Ans: B) .docx
    Exp: MS Word 2007 and later versions use the .docx extension by default.

Q8. Which shortcut key is used to “Undo” the last action?
A) Ctrl + X
B) Ctrl + Y
C) Ctrl + Z
D) Ctrl + U
Ans: C) Ctrl + Z
Exp: Ctrl + Z reverses the last action, while Ctrl + Y is used to ‘Redo’.

Q9. What is the shortcut key to check Spelling and Grammar in MS Word?
A) F5
B) F7
C) F1
D) F12
Ans: B) F7
Exp: F7 opens the spell check tool in MS Word and PowerPoint.

  1. Spreadsheet (MS Excel / Calc)
    Q10. In Excel, every formula must begin with which symbol?
    A) +
    B) @
    C) #

D) =
Ans: D) =
Exp: An equals sign (=) tells Excel that the characters following it constitute a formula.

Q11. What is the intersection of a row and a column called in Excel?
A) Cell
B) Sheet
C) Range
D) Line
Ans: A) Cell
Exp: A cell is the basic building block of a spreadsheet where data is entered.

Q12. Which symbol is used to make a cell reference absolute in Excel?
A) %
B) @
C)
D) &
Ans: C)
Exp: Adding a dollar sign ($) before row and column (e.g., $A$1) locks the cell reference.

  1. Presentation (MS PowerPoint / Impress)
    Q13. Which key is pressed to start a slideshow from the first slide?
    A) F5
    B) F7
    C) Esc
    D) F12
    Ans: A) F5
    Exp: F5 starts the presentation from the beginning. Shift + F5 starts it from the current slide.

Q14. Which key is used to exit a running PowerPoint presentation?
A) Enter
B) Spacebar
C) Esc
D) End
Ans: C) Esc
Exp: Pressing the Esc key immediately stops and exits the slideshow.

  1. Internet & WWW
    Q15. What does “WWW” stand for?
    A) World Wide Web
    B) World Web Wide
    C) Web World Wide
    D) Wide World Web
    Ans: A) World Wide Web
    Exp: WWW is an information system where documents are identified by URLs.

Q16. Which key is used to refresh a web page in a browser?
A) F1
B) F2
C) F4
D) F5
Ans: D) F5
Exp: F5 reloads the current webpage to show updated content.

  1. Email & Social Networking
    Q17. What does BCC stand for in email?
    A) Black Carbon Copy
    B) Blind Carbon Copy
    C) Basic Carbon Copy
    D) Blind Copy
    Ans: B) Blind Carbon Copy
    Exp: BCC sends a copy of the email to recipients without the main recipients knowing.

Q18. Which symbol is used to separate username and domain in an email address?
A) #
B) $ C) @
D) &
Ans: C) @
Exp: The “at” symbol (@) separates the user name from the domain name (e.g., user@domain.com).

  1. e-Governance & Digital Financial Tools
    Q19. What is the full form of UPI?
    A) Unified Payment Interface
    B) Universal Payment Interface
    C) United Pay Interface
    D) Unified Pay India
    Ans: A) Unified Payment Interface
    Exp: UPI merges multiple bank accounts into a single mobile application for instant money transfer.

Q20. What is the UMANG app used for?
A) Online shopping
B) Accessing government services
C) Social networking
D) Messaging
Ans: B) Accessing government services
Exp: UMANG (Unified Mobile Application for New-age Governance) provides access to various Indian government services.

  1. Cyber Security & Future Skills
    Q21. What is Phishing?
    A) Catching fish
    B) A cyberattack to steal sensitive information
    C) A type of antivirus
    D) A web browser
    Ans: B) A cyberattack to steal sensitive information
    Exp: Phishing uses fraudulent emails or websites to trick users into revealing passwords and card details.

Q22. What does IoT stand for in technology?
A) Internet of Things
B) Interface of Things
C) Internet of Technology
D) Internet of Tools
Ans: A) Internet of Things
Exp: IoT connects physical devices (like home appliances) to the internet for data exchange.

Part 2: CCC Mini Practice Set (Mixed Questions)

Test your preparation with these highly expected objective questions.

  1. Which of the following is NOT an operating system? A) Windows 10 B) Linux C) macOS D) MS Office
  2. What is the full form of RAM? A) Read Access Memory B) Random Access Memory C) Read Available Memory D) Random Available Memory
  3. Which shortcut key is used to copy text? A) Ctrl + C B) Ctrl + V C) Ctrl + X D) Ctrl + Z
  4. Which function is used to find the largest value in an Excel range? A) MIN() B) MAX() C) AVG() D) SUM()
  5. What does OTP stand for? A) One Time Password B) Only Time Password C) One True Password D) Online Transaction Password
  6. Which organization regulates digital payments in India? A) SEBI B) RBI C) IRDAI D) TRAI
  7. A single page in a PowerPoint presentation is called a? A) Page B) Sheet C) Slide D) Document
  8. Which protocol is used to transfer files over the internet? A) HTTP B) FTP C) SMTP D) POP
  9. Which key combination is used to cut an item? A) Ctrl + C B) Ctrl + X C) Ctrl + V D) Ctrl + A
  10. What does AI stand for? A) Auto Input B) Artificial Intelligence C) Automated Internet D) Application Interface

Answers: 1-D, 2-B, 3-A, 4-B, 5-A, 6-B, 7-C, 8-B, 9-B, 10-B.

Part 3: Quick Revision Points (Cheat Sheet)

Important Shortcut Keys:

  • Ctrl + C: Copy
  • Ctrl + V: Paste
  • Ctrl + X: Cut
  • Ctrl + Z: Undo
  • Ctrl + Y: Redo
  • Ctrl + S: Save
  • Ctrl + P: Print
  • Ctrl + B: Bold
  • Ctrl + I: Italic
  • Ctrl + A: Select All
  • F5: Run Slideshow (PowerPoint) / Refresh (Browser)
  • F7: Spell Check (Word)

Important File Extensions:

  • MS Word: .docx
  • MS Excel: .xlsx
  • MS PowerPoint: .pptx
  • Notepad / Text: .txt
  • Portable Document: .pdf
  • Image: .jpg, .png

Important Full Forms:

  • CPU: Central Processing Unit
  • RAM: Random Access Memory
  • ROM: Read Only Memory
  • OS: Operating System
  • HTTP: HyperText Transfer Protocol
  • HTTPS: HyperText Transfer Protocol Secure
  • URL: Uniform Resource Locator
  • UPI: Unified Payments Interface
  • OTP: One Time Password
  • NEFT: National Electronic Funds Transfer
  • IMPS: Immediate Payment Service
  • AI: Artificial Intelligence
  • IoT: Internet of Things

Final Exam-Preparation Tips for CCC Aspirants

  1. No Negative Marking: The NIELIT CCC exam has 100 questions with no negative marking. Never leave a question blank. If you don’t know the answer, make a smart guess.
  2. Memorize Shortcuts: Many questions in the exam revolve around keyboard shortcuts (Ctrl+C, Ctrl+Z, F5, F7, etc.). Make a list and revise them daily.
  3. Focus on Extensions and Full Forms: Examiners frequently ask for file extensions and the full forms of abbreviations (UPI, URL, RAM, ROM).
  4. Understand Excel Formulas: Know the difference between =SUM(), =MAX(), =MIN(), and =AVERAGE(). Remember that every formula starts with an = sign.
  5. Attempt Mock Tests: Since the exam is online (Computer Based Test), practice on a computer rather than just reading PDFs. Get comfortable with clicking radio buttons and navigating.
  6. Read Questions Carefully: Sometimes questions have negative phrasing like “Which of the following is NOT…”. Read carefully to avoid losing easy marks.

All the best for your NIELIT CCC examination! Consistent practice and basic conceptual clarity are the keys to success.

Leave a Comment