Previous Year Very Short Questions of VB (DIPLOMA computer science engineering 4th)

Visual programming ( using visual basic)

Previous year question paper with solutions for Visual programming ( using visual basic)

Our website provides solved previous year question paper for Visual programming ( using visual basic) . Doing preparation from the previous year question paper helps you to get good marks in exams. From our VB 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 the control used to call a windows application.
  2. Both constant and variable memory locations should be given labels that are self-explanatory, in order to make code more readable.
  3. The concatenation operator joins strings together.
  4. The Code Editor in Visual Basic detects most syntax errors as you enter the instructions.
  5. Timer control contains ____ number of events.
  6. ___is the difference between image and picture controls.
  7. OLE is used for________.
  8. In a Visual Basic form using text controls, the font of the control can typically be changed with the Text property.
  9. Logic errors occur as a result of statements that are correct syntactically, but incorrect logically.
  10. A Case statement does not allow for multiple logical paths in one statement.