Previous Year Very Short Questions of CPA (DIPLOMA Electronics in Microprocessors 3rd)

Computer Programming and Application

Previous year question paper with solutions for Computer Programming and Application

Our website provides solved previous year question paper for Computer Programming and Application . Doing preparation from the previous year question paper helps you to get good marks in exams. From our CPA question paper bank, students can download solved previous year question paper. The solutions to these previous year question paper are very easy to understand.

These Questions are downloaded from www.brpaper.com You can also download previous years question papers of 10th and 12th (PSEB & CBSE), B-Tech, Diploma, BBA, BCA, MBA, MCA, M-Tech, PGDCA, B-Com, BSc-IT, MSC-IT.

Print this page
  1. Compiler converts__________ language to machine language.
  2. C- language uses _________ as statement terminator.
  3. _____________ statement causes loop to be terminated.
  4. The _________ header file contains string functions.
  5. Symbol for logical AND operator is __________.
  6. In printf( ) function ___________ specifier is used to print character type variable.
  7. To read a character and simultaneously echo it on screen _____ instruction is used.
  8. A switch statement can be replaced by a series of _________ statements.
  9. A variable declared inside function is called________.
  10. Variables that hold memory addresses are called_____________.
  11. && is ____________ operator in C.
  12. ‘C’ language uses the ________ as a statement terminator.
  13. CAI stands for ____________ .
  14. Arrays contains____________ type of elements.
  15. Compiler converts program written in source code into object code.(T/F)
  16. The ____________ statement causes the loop to be terminated.
  17. To close a database file the command is ________________
  18. The keyword void is a data type in ‘C’ (T/F).
  19. The _________ operators allow the comparison of two expression.
  20. Pointers are declared by using the _______ .
  21. If – else statement is used to decide between two course of actions. (T/F)
  22. By using an algorithm , decision making becomes a more _________ process.
  23. ________ enable us to specify the flow of program control.
  24. PSIM covers ___________ and system level simulation.
  25. In C , size of an int variable is ______ bytes.
  26. The program that converts assembly language into machine language is................
  27. Assignment Operator is...............
  28. In C, Size of an int variable is .......... bytes.