CCC Question Paper 2019 2020 with Answer pdf Online Test for Computer

CCC Question Paper 2019 for written exam with Answer pdf Online Solved Test for Computer Course Syllabus in English Hindi CCC Question Paper 2018 is download

CCC Question Paper 2019 Objective Type Made Under NIELIT CCC Model Papers.Every Month DOEACC issued the Online Test CCC Computer Syllabus.CCC Model Question Paper 2018 On Solved paper in Hindi and English people choose in Exam centres. Now CCC Certificate Marksheet 2018 is must for various sarkari clerk vacancy in Uttar Pradesh Panchayati posts in Lekhpal, Village Development Officer, Gram Panchayat Adhikari,Tax Assistant called Rajasva Nirikshak CCC Course on Computer Concepts course is only to judge or examine the candidates basic knowledge level at IT Literacy programme for the common man.

CCC New Exam Pattern 2020: CCC Syllabus 2020 में अब नहि पूछे जाएँगे MS ऑफ़िस, पावर पोईँट के सवाल और इक्सेल के सवाल। अब वही सवाल पूछे जाएँगे जो करेंट में आता है। NIELIT ने किया कोर्स में बदलाव और ऑपरेटिंग सिस्टम, आधुनिक तकनीक जैसे क्लाउड कम्प्यूटिंग, आर्टिफ़िशल इंटेलिजेन्स आदि पूछे जाएँगे।

Check here

Name of the Organization
NIELIT, DOEACC
Post Name
CCC Question Papers
Who Can Apply
After 5th Class Students May sit
Use of CCC Course N Question Papers
Get Government Jobs, Basic Knowledge of computer course
Age Limit
Above 10 years
How to apply
Official website
Exam Date
2 Times in a Month
Result
After 2 Months of exam

Computer Parts : Characteristics of a computer, Basic applications of a computer, Components of a computer system – Central Processing unit (CPU), Visual Display Unit (VDU), Keyboard.

Memory: Primary and Secondary Memory, RAM-ROM, Units of Memory – Byte, Kilobyte, Megabyte, Gigabyte, Terabyte.

Input & Output : Mouse, Joy Stick, Scanner, Microphone, OCR, MICR, Light pen, Bar code Reader, Digital Camera, Printer, Speaker, Plotter,Booting procedure and Storage Devices.

Windows: Basic concept of an Operating System and its functions.

Using Mouse and icons on the screen, My computer, Recycle Bin, Task Bar, Menu selection, running an application, setting system date and time, Windows Explorer to view files, folders and directories, creating and renaming of files and folders, Open Closing of Windows Minimise, Restore windows, Basic Introduction to Windowscomponents of a Window : Desktop, Frame, Title Menu Bar, Status Bar, Scroll Bars (Horizontal and Vertical), Using right button of the Mouse, Creating Shortcut, Basic Windows, Accessories : Notepad, Paint, Calculator, Wordpad.

MS Word: Introduction to a Word Processor, Creating and Saving & Editing and Formatting a Document ; Text Style, Font Type, Size, changing, with line or paragraph spacing ; adding headers and footers, numbering pages, using grammar and spell utilities, using subscript and superscript, inserting symbols, Printing a document, Inserting WordArt, Clipart and Pictures, Page setting,Rows and columns, merging cells, splitting cells, using auto format.

MS Power Point: Introduction to Graphics, Slides shows, Elements Different types of a slide,  Layouts, Creating and saving a presentation, Different views of a slide : Normal view, Slide Sorter view and Slide Show, Editing and Formatting a slide.

MS Excel: Introduction to Spreadsheets, Concept of Worksheets and workbooks, Creating and Saving a worksheet, Working with a spreadsheet: entering numbers, text, date/time, series using Auto Fill, Editing and formatting a worksheet including changing colour, size, font, alignment of text, inserting or deleting cells, rows and columns.

CCC Jobs 2017: After Passing and clearing the exam CCC 2016 2017 you are eligible for various upcoming group c and d CCC vacancy in UP. you can apply in the Examination of UPSSSC, Sewa mandal and UPPSC.CCC Course Fees by Online mode by paying the examination fee is Rs 360.00 Date of Commencement of Examination is held every Second or third week in Saturday. Now you can see below some Important information related CCC Question Paper with answer key in Gujarati

HTTP का अर्थ क्या है? Answer: Hyper Text Transfer Protocol. ** P D F full form Answer: Portable Document Format. ** N E F T full form Answer: National Electronic Fund Transfer. ** M I C R full form Answer: Magnetic Inc Character Recognition. ** I F S C full form Answer: Indian Financial System Code. ** I S P full form Answer: Internet Service Provider. ** E C S full form Answer: Electronic Clearing System. ** C S T full form Answer: Central Sales Tax. **CRR full form Answer: Cash Reserve Ratio. **U D P full form Answer: User Datagram Protocol. ** R T C full form Answer: Real Time Clock. ** I P full form Answer: Internet Protocol. ** C A G full form Answer: Comptroller and Auditor General. ** F E R A full form Answer: Foreign Exchange Regulation Act. ** I S R O full form Answer: International Space Research organization. ** I S D N full form Answer: Integrated Services Digital Network.

Syllabus PDF
CCC exam syllabus in Hindi and English click here
DOEACC O, B a level courses syllabus click here
CCC Test Exam in Hindi Exam Test Online Practice Test click here

CCC Question Paper 1

1) Which of the following language is predecessor to C Programming Language? A] A B]B C] BCPL D]C++

2) C programming language was developed by A] Dennis Ritchie B]Ken Thompson C] Bill Gates D] Peter
Norton

3) C was developed in the year ___ A] 1970 B] 1972 C] 1976 D] 1980

4) C is a ___ language  A] High Level B] Low Level C] Middle Level D] Machine Level

5) C language is available for which of the following Operating Systems? A] DOS B] Windows C]Unix D] All of these

6) Which of the following symbol is used to denote a pre-processor statement?  A] ! B]# C] ~ D];

7) Which of the following is a Scalar Data type A] Float B] Union C] Array D] Pointer


8) Which of the following are tokens in C? A] Keywords B]Variables C]Constants D]All of the above

9) What is the valid range of numbers for int type of data? A] 0 to 256 B] -32768 to +32767 C] -65536 to +65536 D] No
specific range

CCC Question One Line Objective Questions:

1. What is variable?
2. What is constant?
3. How many bytes are required to store integer type value?
4. How many bytes are required to store float type value?
5. How many bytes are required to store char type value?
6. How many bytes are required to store double type value?
7. What is main difference between variable and constant?
8. What is logical variable?
9. What is global variable?
10. How long is word?
11. How long is a byte?
12. How does a programmer finds coding errors?
13. Describe the appearance of machine code?
14. Whether the program in c can be executed by computer directly ?
15. What is language processor?
16. What is purpose of language processor?
17. What are major disadvantages of machine code?
18. Give the general syntax of conditional operator?
19. Which are relational operator?
20. Which are logical Operators?
21. Which are Bitwise Operators?
22. Which are unformatted input output functions?
23. Which are formatted input output functions?
24. What is the use of getchar() function?
25. What is the use of getch() function?
26. What is the use of getche() function?
27. What is Disk IO Function?
28. What do you mean by consol IO functions?
29. Give syntax of simple if stmt
30. Give syntax of simple if – else stmt
31. Give syntax of simple nested if – else stmt?
32. Define Program
33. What is nested loop?
34. What is process loop?
35. What is Syntax Error?
36. What is Logical Error?
37. What is Run Time Error?



Solve it your own way

1. Most news readers present newsgroup articles in:
(A) Threads. (B) Mail. (C) Column. (D)None of the above

2. Fiber optics has the advantage of _____...
(A) being cheaper to install.
(B) Being easier to install than twisted wire.
(C) Having no interference.
(D) Using direct line-of-sight

3. We can set up the margin for.
(A)Headers. (B)Footers. (C)Both a and b above. (D)None of the above

4. Windows distinguishes between the different drives by means of a naming convention. Each drive is designated by a letter followed by.
(A) A colon. (B) An asterisk. (C) An exclamation point. (D) A semicolon

5. Which of the following characters is allowed in a Windows file name or folder?
(A): (B)? (C)_. (D)>


6. Which of the following is a presentation graphics software?
(A)MS-Windows. (B)MS-PowerPoint. (C)MS-Excel. (D)MS-Word

7."To be sure that your presentation will run on a different computer, you could bring _____.".
(A) Your fonts.
(B) A copy of PowerPoint to install.
(C) A copy of Microsoft PowerPoint Viewer.
(D)None of the above

8."If you import data and want to update the slide when the original data changes, you must _____.".
(A) Embed the data.
(B) Link the data.
(C) Insert the data as an object.
(D) Break the link

9. In slide master footer area appears at.
(A)Left of the page.
(B)Center of the page.
(C)Top of the page.
(D)Bottom of the page

10. Following is a type of Slide animation.
(A)Flash once. (B)Typewriter. (C)Fly From top. (D)All of the above

11. The following is a slide transition effect.
(A)Wipe allover. (B)Dissolve. (C)Bit by bit. (D)None of the above

12. The built-in default copying in Excel is programmed to.
(A) Use relative position when copying formulas.
(B) Use absolute position when copying formulas.
(C) Use mixed position when copying formulas.
(D)None of the above

13 Internet is governed by.
(A)W3C (World Wide Web Consortium).
(B)IETF (Internet Engineering Task Force).
(C)Interknit (Internet Network Information Center).
(D)None of these


14 Excel has a number of features that make it a very powerful spreadsheet program. What feature below is NOT a major advantage to using Excel?
(A)"Database functions such as filtering, sorting, etc.”
(B)Automatic calculation of numbers and formulas.
(C)Charting capabilities.
(D)Desktop publishing capabilities

15. The E-mail component of Internet Explorer is called.
(A)Messenger Mailbox.
(B)Message Box.
(C)Outlook Express.
(D)None of the above

16. USENET is....
(A)A set of tools reserved exclusively for Internet administrators.
(B)Short for United States Electronic Network.
(C)A bulletin board system that allows for posting and responding to messages on the Internet.
(D)A precursor to the Internet that is now obsolete

17. The CPU (central processing unit) consists of:
(A)"Input, output and processing".
(B)"Control unit, primary storage and secondary storage".
(C)"Control unit, arithmetic-logic unit and primary storage".
(D)"Input, processing and storage"

18. What is the control unit s function in the CPU?
(A)To decode program instructions.
(B)To transfer data to primary storage.
(C)To perform logical operations.
(D)To store program instructions

19. The ascending order of a data hierarchy is:
(A)Bit-byte-record-field-file-database.
(B)Byte-bit-field-record-file-database.
(C)Byte-bit-record-file-field-database.
(D) it-byte-field-record-file-database

20. the most common input device used today is the _____.
(A)Motherboard. (B) Central processing unit. (C)Keyboard. (D)System unit

21. Which kind of storage device can be carried around?
(A)Hard disk. (B)System cabinet. (C)Diskette. (D)Main memory

22."If a computer is on but does not respond to a system reset, what is it said to be?”
(A)Dead. (B)Off. (C)Hung. (D) Insensitive


23. GIGO stands for _____...
(A)"Garbage Input, Garbage Output".
(B)"Gigabytes in, Gigabytes out".
(C)"Garbage In, Garbage out".
(D)None of the above


24. The difference between memory and storage is that memory is _____ and storage is _____...
(A)"Temporary, permanent".
(B)"Permanent, temporary".
(C)"Slow, fast".
(D)None of the above

25. To go to slide number press.
(A) Slide number + [Enter].
(B) [Pug].
(C)Both (a) and (b).
(D)All of the above

26."To delete the selected sentence, we can press the following key:”
(A) [Del]. (B) [Backspace]. (C)Both (a) and (b). (D)None of the above

27. The language that the computer can understand and execute is called:
(A) (A).Machine language.
(B).Application software.
(C).System program.
(D).None of the above

28. The arithmetic/logic unit performs the following actions:
(A).checks data for accuracy.
(B)."Does calculations using addition, subtraction, multiplication, and .division".
(C)."Does logical comparisons, such as equal to, greater than, less than"
(D)  .both calculations and logical comparisons

29. The purpose of the MOVE command is to.
(A).move one or more files to the location you specify.
(B).rename directories.
(C).both (a) and (b) above.
(D).None of the above

30. GUI is used as an interface between.
(A).hardware and software.
(B).man and machine.
(C).software and user.
(D).None of the above

CCC Exam Syllabus 2018 Pattern Click here

Comments