Previous Year Very Short Questions of CPA (DIPLOMA Electrical and Electronics 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. Compiler converts ………..language to machine language.
  2. The ………. Function is used to display output on the screen.
  3. Any C statement always ends with ………
  4. A string in C is actually a character data type. (T/F)
  5. Pointers are declared by using……..
  6. C is a case sensitive language. (T/F)
  7. The data types are declared using the keywords char,int,float and double respectively.(T/F)
  8. In MATLAB, technical problems can be solved more faster than C,C++.(T/F)
  9. In C, ML stands for ………
  10. The………….Preprocessor is used to include files like header files stdio.h ,conio.h in beginning of C Programing
  11. The comma and Blank spaces be included within constants.(T/F)
  12. The scanf() function reads ………. From stdin.
  13. Any C statement always ends with ………
  14. A string in C is actually a character data type. (T/F)
  15. Arithmetic operators are………………..
  16. C is a case sensitive language. (T/F)
  17. The C was invented by Dennis Rithcie at Bell Labs in 1972.(T/F)
  18. In MATLAB, technical problems can be solved more faster than C,C++.(T/F)
  19. C sometimes referred to as a”high-level-language”.(T/F)
  20. The closing brace of main function signals the end of the program.(T/F)
  21. Compiler converts__________ language to machine language.
  22. C- language uses _________ as statement terminator.
  23. _____________ statement causes loop to be terminated.
  24. The _________ header file contains string functions.
  25. Symbol for logical AND operator is __________.
  26. In printf( ) function ___________ specifier is used to print character type variable.
  27. To read a character and simultaneously echo it on screen _____ instruction is used.
  28. A switch statement can be replaced by a series of _________ statements.
  29. A variable declared inside function is called________.
  30. Variables that hold memory addresses are called_____________.