New

Admissions Open for ADCA & MDCAA 2026 Batch!

Apply Now
Knowledge 17 Min Read Jun 27,2026 2 Views

Top 50 CCC Important Questions for 2026 Exam

Top 50 CCC Important Questions for 2026 Exam

The CCC exam (Course on Computer Concepts) is one of the most widely attempted government-recognised computer certifications in India. Conducted by NIELIT, it qualifies you for hundreds of state and central government posts - from clerks and data entry operators to panchayat assistants. But the syllabus covers a lot of ground, and students often ask the same thing: which questions actually show up in the exam?

This guide gives you 50 of the most important CCC questions for 2026, drawn from the updated NIELIT syllabus. These cover all major topics: computer fundamentals, MS Office, internet, LibreOffice, digital payments, and cybersecurity. Go through these carefully - not just to memorise answers, but to understand the logic behind each one.

Quick Answer: The CCC exam has 100 MCQ questions to be answered in 90 minutes. The most frequently tested topics are computer fundamentals, MS Word, MS Excel, internet & email, LibreOffice, and digital financial literacy. A score of 50 out of 100 is required to pass. Grade A or above (75+) is recommended for competitive government job applications.

CCC 2026 Exam Pattern at a Glance

ParameterDetails
Conducting BodyNIELIT (National Institute of Electronics & IT)
ModeOnline (CBT - Computer Based Test)
Total Questions100 MCQs
Duration90 minutes
Negative MarkingNone
Pass Mark50/100 (Grade D and above)
Best Grade75+ = Grade A; 85+ = Grade S (for competitive posts)
Certificate ValidityLifetime (no expiry)
Exam FrequencyMonthly - last Saturday of every month

No negative marking means you should attempt every question. Never leave blanks.

Part 1: Computer Fundamentals (Questions 1–10)

This is the most basic section - but it still trips up students who memorise definitions without understanding them. Expect 15–20 questions in this zone.

  1. Q1. What is the full form of CPU?
    Ans: Central Processing Unit. It is the main chip that executes instructions in a computer. Also called the "brain" of the computer.
  2. Q2. Which of the following is an input device?
    a) Monitor   b) Printer   c) Keyboard   d) Speaker
    Ans: c) Keyboard. Input devices send data into the computer. Monitor, printer, and speaker are output devices.
  3. Q3. 1 GB is equal to how many MB?
    Ans: 1 GB = 1024 MB. The binary system uses 1024, not 1000. (1 KB = 1024 bytes, 1 MB = 1024 KB, 1 GB = 1024 MB.)
  4. Q4. RAM stands for?
    Ans: Random Access Memory. It is primary memory - temporary storage used while the computer is running. Data is lost when the system is switched off.
  5. Q5. Which of the following is NOT an operating system?
    a) Windows 11   b) Linux   c) MS Word   d) macOS
    Ans: c) MS Word. Word is an application, not an OS. Operating systems manage hardware and run applications on top.
  6. Q6. What type of memory is the hard disk?
    Ans: Secondary memory (also called auxiliary or permanent storage). Unlike RAM, data stored on a hard disk stays even after power is off.
  7. Q7. Which generation of computers uses VLSI chips?
    Ans: Fourth generation (1971–present). VLSI stands for Very Large Scale Integration - it allowed thousands of circuits on a single chip.
  8. Q8. What is the binary equivalent of decimal number 10?
    Ans: 1010 in binary. (10 = 8+2 = 1×2³ + 0×2² + 1×2¹ + 0×2⁰ = 1010)
  9. Q9. Which device is used to connect a computer to the internet via telephone line?
    Ans: Modem (Modulator-Demodulator). It converts digital data to analogue signals for transmission and back again at the receiver.
  10. Q10. What does GUI stand for?
    Ans: Graphical User Interface. Examples include Windows desktop, Android home screen. Users interact via icons and windows instead of text commands.

Part 2: MS Office - Word, Excel & PowerPoint (Questions 11–22)

MS Office questions form the bulk of the exam - roughly 25–30 questions combined. Focus heavily on MS Word shortcuts, Excel formulas, and PowerPoint basics.

  1. Q11. What is the default file extension of MS Word 2019/2021?
    Ans: .docx. The older .doc format was used in Word 97–2003. Know both - the exam has asked about either.
  2. Q12. The shortcut key to save a document in MS Word is?
    Ans: Ctrl + S. Other important ones: Ctrl+C (copy), Ctrl+V (paste), Ctrl+Z (undo), Ctrl+P (print), Ctrl+B (bold), Ctrl+A (select all).
  3. Q13. What is the shortcut to find and replace text in MS Word?
    Ans: Ctrl + H. Ctrl+F is for "Find" only. Ctrl+H opens the full Find and Replace dialog.
  4. Q14. In MS Excel, which symbol is used to start a formula?
    Ans: = (equals sign). Every Excel formula starts with =, for example: =SUM(A1:A10) or =AVERAGE(B1:B5).
  5. Q15. What is the function of VLOOKUP in Excel?
    Ans: VLOOKUP searches for a value in the first column of a table and returns data from a specified column in the same row. Used in payroll, stock, and accounting sheets.
  6. Q16. In MS Excel, what does the COUNT function do?
    Ans: It counts cells that contain numbers. COUNTA counts all non-empty cells; COUNTIF counts cells that meet a specific condition.
  7. Q17. The intersection of a row and a column in Excel is called?
    Ans: A Cell. Every cell has an address like A1, B3, C10 - column letter first, then row number.
  8. Q18. Which MS Word feature checks spelling automatically?
    Ans: AutoCorrect and Spell Check (Review tab → Spelling & Grammar). Red underline = spelling error; green/blue underline = grammar suggestion.
  9. Q19. In MS PowerPoint, what is a "Slide Transition"?
    Ans: A visual effect that plays when you move from one slide to the next. Examples: Fade, Wipe, Push. Set under the Transitions tab.
  10. Q20. How many sheets are created by default in a new MS Excel workbook?
    Ans: 1 sheet (in Excel 2013 and later). In older versions (2007–2010) it was 3 sheets by default. The 2026 exam follows current versions - answer is 1.
  11. Q21. What is Mail Merge in MS Word?
    Ans: Mail Merge combines a main document (letter/form) with a data source (Excel or CSV) to produce multiple personalised copies - used for sending bulk letters, admit cards, certificates.
  12. Q22. Which chart type in Excel is best for showing trends over time?
    Ans: Line Chart. Bar charts compare categories; pie charts show proportions; line charts show change over time (e.g., monthly sales).

Preparing for CCC but want more than just exam questions?

At HCI Billawar, we cover the complete NIELIT CCC syllabus as part of our Basic Computer Course (BCC) and ADCA programme. Students get hands-on practice, mock tests, and guided revision - not just notes.

👉 Book a free counselling call to know which course fits your goals.

Part 3: Internet, Email & Networking (Questions 23–32)

The internet and networking section consistently has 15–20 questions. Many students lose marks here because they confuse similar-sounding terms (WWW vs Internet, URL vs domain, etc.). Read these carefully.

  1. Q23. What does WWW stand for?
    Ans: World Wide Web. The WWW is a collection of websites and web pages accessed via the internet - but the internet itself is the larger network infrastructure. WWW runs on the internet.
  2. Q24. What is the full form of HTTP?
    Ans: HyperText Transfer Protocol. HTTPS (with S) is the secure version - used by banking sites and anywhere a password is entered.
  3. Q25. Which of the following is NOT a web browser?
    a) Google Chrome   b) Mozilla Firefox   c) MS Outlook   d) Safari
    Ans: c) MS Outlook. Outlook is an email client, not a browser.
  4. Q26. What is an IP Address?
    Ans: A unique numerical label assigned to each device on a network, e.g., 192.168.1.1 (IPv4). It identifies a device's location on the internet.
  5. Q27. The "@" symbol in an email address separates?
    Ans: The username from the domain name. In [email protected], "raju" is the username and "gmail.com" is the domain.
  6. Q28. What does CC mean in email?
    Ans: Carbon Copy. People in CC receive the email and can see all other recipients. BCC (Blind Carbon Copy) hides the recipient list from others.
  7. Q29. Which network covers the largest geographical area?
    Ans: WAN (Wide Area Network). LAN = Local Area Network (single building); MAN = Metropolitan Area Network (city); WAN = entire country or globe (the internet is the world's largest WAN).
  8. Q30. What is a URL?
    Ans: Uniform Resource Locator - the complete address of a web page, e.g., https://www.hciindia.in/courses/. It tells the browser exactly where to go.
  9. Q31. What is the purpose of a Firewall?
    Ans: A firewall monitors and controls incoming and outgoing network traffic based on security rules. It protects a network from unauthorised access and cyber attacks.
  10. Q32. Which protocol is used to transfer files over the internet?
    Ans: FTP (File Transfer Protocol). SMTP is for sending email; HTTP is for web browsing; FTP is specifically for uploading/downloading files.

Part 4: LibreOffice (Questions 33–38)

NIELIT added LibreOffice to the CCC syllabus a few years ago, and it catches many students off-guard. Learn the basic equivalents to MS Office tools - the logic is almost identical, but the names differ.

MS Office ToolLibreOffice EquivalentFile Extension
MS WordLibreOffice Writer.odt
MS ExcelLibreOffice Calc.ods
MS PowerPointLibreOffice Impress.odp
MS AccessLibreOffice Base.odb
  1. Q33. What is the default file format saved by LibreOffice Writer?
    Ans: .odt (Open Document Text). It can also save as .docx for MS Word compatibility.
  2. Q34. In LibreOffice Calc, which function is used to find the highest value in a range?
    Ans: =MAX(). For example, =MAX(A1:A20) returns the largest number in cells A1 to A20. MIN() returns the lowest.
  3. Q35. Which LibreOffice application is used for creating presentations?
    Ans: LibreOffice Impress. It is the equivalent of MS PowerPoint and saves files in .odp format by default.
  4. Q36. What does ODF stand for in LibreOffice context?
    Ans: Open Document Format. It is the standard file format used by LibreOffice - an open, non-proprietary alternative to Microsoft's formats.
  5. Q37. In LibreOffice Writer, which menu contains the "Styles and Formatting" option?
    Ans: Format menu (or press F11 directly). Styles control heading levels, fonts, and paragraph spacing across the document.
  6. Q38. True or False: LibreOffice is free and open-source software.
    Ans: True. LibreOffice is developed by The Document Foundation and is freely available for Windows, Linux, and macOS.

Part 5: Cybersecurity & Digital Payments (Questions 39–45)

These topics were added in the updated NIELIT syllabus and now regularly appear in the exam. Digital India and financial literacy tie into several government schemes - expect 8–12 questions from this combined area.

  1. Q39. What is phishing?
    Ans: Phishing is a cyber attack where fraudsters send fake emails or messages pretending to be a trusted source (bank, UIDAI, etc.) to steal passwords or financial details.
  2. Q40. What does HTTPS "S" stand for in a website address?
    Ans: Secure. HTTPS uses SSL/TLS encryption to protect data between your browser and the website. Always look for HTTPS before entering passwords or card details.
  3. Q41. What is a strong password?
    Ans: A strong password is at least 8–12 characters long and combines uppercase letters, lowercase letters, numbers, and special characters (e.g., @, #, $). Never use birthdays, names, or "12345".
  4. Q42. What is UPI?
    Ans: Unified Payments Interface - a real-time payment system developed by NPCI that allows instant money transfers between bank accounts via mobile apps like PhonePe, Google Pay, and BHIM.
  5. Q43. What is a Digital Wallet?
    Ans: A digital wallet stores payment information electronically, allowing users to make online or contactless payments without a physical card. Examples: Paytm wallet, Amazon Pay, Mobikwik.
  6. Q44. Which act governs cybercrime in India?
    Ans: The Information Technology Act, 2000 (IT Act 2000), amended in 2008. It covers offences like hacking, data theft, identity fraud, and publishing obscene content online.
  7. Q45. What is a Computer Virus?
    Ans: A computer virus is malicious software that attaches to a legitimate file or program and spreads to other files when executed. It can corrupt data, slow the system, or steal information. Antivirus software detects and removes viruses.

Part 6: Operating System, Hardware & Mixed Topics (Questions 46–50)

  1. Q46. Which Windows shortcut opens the Task Manager?
    Ans: Ctrl + Shift + Esc (directly opens Task Manager). Ctrl+Alt+Del opens the security screen from which you can also reach Task Manager.
  2. Q47. What is the purpose of the Recycle Bin in Windows?
    Ans: The Recycle Bin temporarily stores deleted files before they are permanently removed. You can restore files from Recycle Bin - unless you have used "Shift+Delete" which permanently deletes without sending to Recycle Bin.
  3. Q48. Which of the following is an example of system software?
    a) MS Word   b) Windows 11   c) VLC Media Player   d) Photoshop
    Ans: b) Windows 11. System software manages hardware and provides a platform for running applications. All the others are application software.
  4. Q49. What is the full form of PDF?
    Ans: Portable Document Format. Developed by Adobe, PDF files look the same on any device or operating system - used widely in government documents, admit cards, and forms.
  5. Q50. In computing, what does "booting" mean?
    Ans: Booting is the process of starting (or restarting) a computer and loading the operating system into RAM. Cold boot = starting from off state; Warm boot = restarting a running system.

Topic-Wise Expected Question Distribution (CCC 2026)

Based on previous NIELIT papers and the current official syllabus, here is a rough breakdown of how 100 questions typically spread across topics:

TopicExpected QuestionsDifficulty
Computer Fundamentals (Hardware, Software, Memory)15–20Easy–Medium
MS Office (Word, Excel, PowerPoint)20–25Easy–Medium
LibreOffice (Writer, Calc, Impress)8–12Medium
Internet, Email & Networking15–18Easy–Medium
Operating System (Windows basics)8–10Easy
Cybersecurity & Digital Safety6–10Medium
Digital Financial Literacy (UPI, e-Banking, Payments)5–8Easy
Future Skills / AI Concepts (New in 2024+)3–5Easy
Total100-

5 Practical Tips to Score Grade A in CCC 2026

Getting through the CCC exam is not hard - most of our students at HCI pass in their first attempt. But scoring Grade A (75+) or Grade S (85+) takes a bit more focused work. Here is what actually helps:

1. Practice typing, not just theory. CCC has a practical component in many states. Even in the CBT format, speed with the keyboard matters - navigating the exam, reviewing flagged questions, managing time.

2. Do at least three full mock tests. Not 10 practice questions here and there - three complete 100-question tests under 90-minute conditions. The NIELIT portal offers a free mock test at nielit.gov.in. Use it.

3. Learn LibreOffice by actually using it. Students who only read about LibreOffice Calc commands almost always confuse them with Excel shortcuts in the exam. Open the software, type a formula, save a file as .ods - 20 minutes of hands-on practice fixes what an hour of reading cannot.

4. Revise shortcut keys as a separate block. Keep a list of the 20–25 most common shortcuts (Ctrl+S, Ctrl+Z, Ctrl+H, F11 in LibreOffice, Alt+F4, etc.) and revise them in the week before the exam. These questions are quick marks.

5. Don't ignore cybersecurity and digital payments. These sections are newer and many students under-prepare for them. The questions are not difficult - they test awareness, not deep technical knowledge. But only if you have actually read the topics.

Ready to clear CCC with a strong grade?

At Hindustan Computer Institute (HCI), Billawar, our students consistently clear CCC in the first attempt. Our ISO 9001:2015 certified training covers the full NIELIT syllabus with hands-on practice, mock tests, and shortcut-key drills - not just theory notes. Students from Billawar, Kathua, Jammu, and across J&K and Punjab attend our batches offline, and we offer online sessions too.

Explore our Basic Computer Course or the AI-Integrated ADCA Programme - both include comprehensive CCC-aligned content.

👉 Book a free counselling session - our team will help you pick the right batch and study plan. No pressure, no sales pitch.

Author: Dinesh Sharma, Founder & Director, Hindustan Computer Institute(MS Excel, AI Tools & Computer Applications expert)

Last updated: June 2026

Frequently Asked Questions

How many questions are asked in the CCC exam, and is there negative marking?

The CCC exam has 100 MCQ questions to be completed in 90 minutes. There is no negative
marking, so you should attempt all 100 questions. Leaving any question blank only wastes
a potential mark.

What topics have the most questions in CCC 2026?

MS Office (Word, Excel, PowerPoint) and Computer Fundamentals together account for
roughly 35–45 questions. Internet and networking topics add another 15–18. Together,
these three areas cover about 55–65% of the exam. Prioritise these first, but don't
skip LibreOffice or cybersecurity - they are easy marks if you prepare them.

What is the minimum passing score in CCC, and what grade do I need for government jobs?

The minimum passing score is 50/100, which earns Grade D. However, most state and
central government vacancies specify Grade B (60+) or Grade A (75+) as the minimum
requirement. If you are preparing for competitive posts, aim for Grade A or above.
Grade S (85+) is rare but looks strong on a resume.

Can I prepare for CCC on my own, or do I need to join a course?

Self-study is enough to pass - if you are already comfortable with basic computer use,
MS Office, and internet. But students who are learning these topics for the first time
generally score better after structured training. At HCI, we include CCC exam preparation
as part of our <a href="https://hciindia.in/courses/basic-computer-course/">Basic Computer Course</a> and
<a href="https://hciindia.in/courses/advanced-diploma-in-computer-applications/">ADCA programme</a>,
with regular mock tests and topic-wise revision.

Confused about your career path?

Book a free 1-on-1 counseling session with our senior faculty. We'll help you choose the right course for your goals.

Book Free Session

Discussion (0)

Leave a Reply

Ready to Transform
Your Career?

Connect with us to find the perfect learning path. Tell us a bit about yourself so our senior counselors can guide you better.

1
About You
2
Interests
3
Details

Tell us about your background?

What kind of skills do you want to learn?

Where should we contact you?

Need help? Chat with us!