VB.net Programming Solved MCQs

Multiple Choice Questions 47 Pages
FT

Contributed by

Falguni Talwar
Loading
  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    Unit 1 :Introduction to .Net framework
    1.The Execution Of Applications Created By Using Various Programming Languages.
    A. Internet
    B. Windows
    C. Hardware
    D. language
    2. What Is CLR?
    A. Common language runtime
    B. Compiler language runtime
    C. Compiler library runtime
    D. Common library runtime
    3.Which Is The Following Is Not A Component Of The CLR?
    A. Class loader
    B. Garbage collector
    C. .NET Framework
    D. JIT Compiler
    4. Which Of The Following Provides Automatic Memory Management And Resolves The
    Issue Of Memory Leaks And Invalid Memory References
    A. Security engine
    B. Garbage collector
    C. JIT compiler
    D. Debugger
    5. What Is CTS?
    A. Common type specification
    B. Common type-safe
    C. Compiler type structure
    D. Common type system

    Page 1

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    6.What Is CLS?
    A. Compiler library specification
    B. Common library specification
    C. Compiler language specification
    D. Common language specification
    7.What Is DLL
    A. Dynamic-link language
    B. Direct link language
    C. Dynamic-link library
    D. Direct link library
    8.Which Of The Following Namespace Provides The Classes That Allow You To Debug
    Your Application Step By Step?
    A. System
    B. System .Diagnostics
    C. System.Object
    D. System.Security
    9. What Is GAC?
    A. Garbage collector
    B. Global assembly collector
    C. Global access cache
    D. Global assembly cache
    10. What Is COM?
    A. Component object model
    B. Common object model
    C. Computer oriented model
    D. Common oriented model

    Page 2

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    11. A--------- is a collection of software libraries/components which provides a defined
    application programming interface (API)
    A. Framework
    B. IDE
    C. Program
    D. software
    12.The ------------------ is a software development platform which provides a runtime defines
    functionality in some libraries, and supports a set of programming language.
    A. Dot net framework
    B. IDE
    C. Program
    D. software
    13. This framework contains a large number of class libraries known as -------------.
    A. Framework Class Library (FCL).
    B. CLR
    C. CLS
    D. All of above
    14. The software programs written in .NET are executed in the execution environment,
    which is called -----------------
    A. CLR (Common Language Runtime)
    B. Dot net framework
    C. IDE
    D. CLS
    15. functions of the CLR.
    A. It converts the program into native code.
    B. Handles Exceptions
    C. Provides type-safety
    D. All of above

    Page 3

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    16. It includes all common datatypes, string values, arrays and methods for data
    conversion.
    A. System
    B. System.Data
    C. System.Diagnostics
    D. System.Net,
    17. These are used to access a database, perform commands on a database and retrieve
    database.
    A. System
    B. System.Data
    C. System.Diagnostics
    D. System.Net
    18. These are used to access, read and write files.
    A. System.IO
    B. System.DirectoryServices
    C. System.IO.IsolatedStorage
    D. All of above
    19. These are used to communicate over the Internet when creating peer-to-peer
    applications.
    A. System.Net
    B. System.Net.Sockets
    C. Both A and B
    D. None of these
    20. These namespaces are used to create Windows-based applications using Windows user
    interface components.
    A. System.Windows.Forms
    B. System.Windows.Forms.Design
    C. Both A and B
    D. None of these

    Page 4

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    21.NET is a software framework which is designed and developed by
    A. Microsoft.
    B. Sun microsystem
    C. IBM
    D. None of above
    22. Framework Class Library(FCL) is Also called the
    A. Assemblies
    B. Packages
    C. header files
    D. None of these
    23. when we wanted to remove the unwanted resources from the code which is no longer in
    use can be done by the -------------
    A. garbage collector.
    B. Assemblies
    C. FCL
    D. None of these
    24. CLR stands for __________
    A. Common Local Runtime
    B. Common Language Runtime
    C. Common Language Realtime
    D. Common Local Realtime
    25. CLR is responsible for
    A. Garbage Collection
    B. Code Access Security
    C. Code Verification
    D. All of the above
    26. GAC stands for

    Page 5

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    A. Global Assembly Cache
    B. Global Assembly Store
    C. Garbage Assemble Cache
    D. Global Advanced Cache
    27. This is the final layer in .Net which would be used to run a .net program developed in
    any programming language. So the subsequent compiler will send the program to the CLI
    layer to run the .Net application.
    A. Common Language Interpreter
    B. Common language Runtime
    C. Common language specification
    D. None of these
    28. ………….. combines the features of the text box and list box.
    A) Picture box
    B) Check box
    C) Combo box
    D) Option button
    29. ………. control is used to provide an identifiable grouping for other controls.
    E) Frame
    F) Label
    G) List box
    H) Command button
    30. Full name of CLI is-
    A) Common Language Independence
    B) Common Language Intermediate
    C) Common Library Infrastructure
    D) Common Language Infrastructure
    31. A GUI-
    A) uses buttons, menus, and icons.

    Page 6

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    B) should be easy for a user to manipulate
    C) stands for Graphic Use Interaction
    D) Both a and b.
    32. Visual Studio.NET provides which feature:
    A) debugging
    B) application deployment
    C) syntax checking
    D) All of the above
    33. What is the full form of IDE?
    A) Integrated Development Environment
    B) Integrated Design Environment
    C) Interior Development Environment
    D) Interior Design Environment
    34.Which one is not the characteristics of Visual Basic.Net?
    A) User Interface Design
    B) Rapid Application Development
    C) Object Oriented Programming
    D) Designer window
    35. ___________ is not the core part of Visual Studio IDE.

    Page 7

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    A) Solution Explorer
    B) Tool box
    C) Start Menu
    D) Designer Window
    36. How many steps are used to develop any software in IDE?
    A) 4
    B) 5
    C) 6
    D) 3
    37. Which one is not the property of Common Control Class?
    A) show
    B) Back Color
    C) Font
    D) Fore Color
    38. The Tick event is found only in which object?
    A)Form
    B) Button
    C) Text Box
    D) Timer
    39. How many types of Projects in .Net?
    A) 4
    B) 5

    Page 8

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    C) 6
    D) 7
    40. In event-driven programming an event is generated by:
    A) the system.
    B) a user’s action
    C) the program itself.
    D) All of the above.
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    B
    A
    C
    B
    D
    D
    C
    B
    D
    A
    A
    A
    A
    A
    D
    A
    B
    D
    C
    C
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    A
    A
    A
    B
    D
    A
    A
    C
    A
    D
    D
    D
    A
    D
    C
    C
    A
    D
    D
    D

    Page 9

  • DNYANSAGAR ARTS AND COMMERCE COLLEGE, BALEWADI, PUNE 45
    Subject:VB.net Programming CLASS: TYBBA(CA) V SEM (2013 PATTERN)
    Prof. Gayatri A.Amate www.dacc.edu.in
    Unit 2 :Introduction to vb.net
    41. Which one is a numeric data type?
    A) Floating point
    B) Integer
    C) Boolean
    D) Both a and b.
    42. MOD is ___________ operator in VB.Net
    A) Assignment
    B) Logical
    C) Arithmetic
    D) Comparison
    Correct Answer : C
    43. How many types of Operator used in VB.Net?
    A) 2
    B) 3
    C) 4
    D) 5
    44. Which of the following converts the expression to Char data type in VB.NET?
    A) CBool(expression)
    B) CByte(expression)

    Page 10

Download this file to view remaining 37 pages

logo StudyDocs
StudyDocs is a platform where students and educators can share educational resources such as notes, lecture slides, study guides, and practice exams.

Contacts

Links

Resources

© 2025 StudyDocs. All Rights Reserved.