Previous Year Very Short Questions of VP (DIPLOMA computer engineering 5th)

Visual Programming (using VB.NET)

Previous year question paper with solutions for Visual Programming (using VB.NET)

Our website provides solved previous year question paper for Visual Programming (using VB.NET) . Doing preparation from the previous year question paper helps you to get good marks in exams. From our VP 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. BCL stands for__________________.
  2. CLR converts the byte code into _____________.
  3. JIT stands for ________________.
  4. Toolbox window is the window that gives access to all ____________.
  5. The ___________ window displays the results of building and running applications.
  6. Variables are declared using the Visual Basic ____________ keyword.
  7. A ______________ object holds a series of characters.
  8. In checkboxes we can select ________________ choice.
  9. OLEDB stands for _________________.
  10. Link Label is displayed as _________________.
  11. Database is a collection of __________________.
  12. ADO .Net stands for ___________________-.
  13. MSIL stands for ________________.
  14. CLR stands for ________________.
  15. The ____________ will fill the Data Set with records from the database.
  16. Visual basic project files are saved with an extension……….. .
  17. JIT(just in Time)compiler translates the entire code into……… .
  18. IDE can be accessed by opening a new project.
  19. A reference parameter is a reference to a value of a variable.(T/F)
  20. VB.NET is a case sensitive language.