Previous Year Very Short Questions of CPA (DIPLOMA electronics and communication engineering 3rd)

Computer programming and applications

Previous year question paper with solutions for Computer programming and applications

Our website provides solved previous year question paper for Computer programming and applications . 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. && is ____________ operator in C.
  2. ‘C’ language uses the ________ as a statement terminator.
  3. CAI stands for ____________ .
  4. Arrays contains____________ type of elements.
  5. Compiler converts program written in source code into object code.(T/F)
  6. The ____________ statement causes the loop to be terminated.
  7. To close a database file the command is ________________
  8. The keyword void is a data type in ‘C’ (T/F).
  9. The _________ operators allow the comparison of two expression.
  10. Pointers are declared by using the _______ .
  11. If – else statement is used to decide between two course of actions. (T/F)
  12. By using an algorithm , decision making becomes a more _________ process.
  13. ________ enable us to specify the flow of program control.
  14. PSIM covers ___________ and system level simulation.
  15. In C , size of an int variable is ______ bytes.
  16. The program that converts assembly language into machine language is................
  17. Assignment Operator is...............
  18. In C, Size of an int variable is .......... bytes.
  19. C language developed by...............
  20. A loop completely enclosed in another loop is called ............... loop.
  21. String is an array of.................
  22. Array is collection of ............ elements.
  23. A variable that holds the memory address of another variable is..................
  24. Floating point numbers are numbers with a decimal point.(T/F)
  25. Full Form of conio is console input output. (T/F)
  26. String is an array of characters. ( T/F )
  27. C is an object oriented language. (T/F)
  28. Every C statement ends with a symbol……………………………
  29. Area is a valid variable name (T/F).
  30. && is ………………………. Operator in C language.