1. Question: What is the name of the C# command line compiler?

    A
    csc.exe

    B
    cc.exe

    C
    cs.exe

    D
    cse.exe

    Note: Not available
    1. Report
  2. Question: C# is not called a strongly typed language.

    A
    True

    B
    False

    Note: Answer B because its type rules (whether enforced statically or dynamically ) are very strict
    1. Report
  3. Question: The .NET framework consists of a runtime called the Common Language Runtime (CLR)

    A
    True

    B
    False

    Note: Not available
    1. Report
  4. Question: .NET Framework consists of a run-time called the

    A
    Common Language Runtime

    B
    Intermediate Language Runtime

    C
    Virtual Machine Runtime

    D
    all

    Note: Not available
    1. Report
  5. Question: Managed code is packaged into an assembly, in the form of either

    A
    an executable file (.exe)

    B
    a library (.dll) , along with time information, or metadata

    C
    folders and code

    D
    files and folder

    Note: Not available
    1. Report
  6. Question: Dynamic binding defers binding _____

    A
    the process of resolving types and members - from compile time to runtime.

    B
    the process of resolving types and members - from runtime time to compil time.

    C
    the process of resolving types and members functions - from compile time to runtime.

    D
    none

    Note: Not available
    1. Report
  7. Question: C# syntax is based on

    A
    C and C++

    B
    Java

    C
    PHP

    D
    C

    Note: Not available
    1. Report
  8. Question: To produce a library (.dll) from your C# source code we usually do with the C# compiler as

    A
    c# target:lib sourceFile.cs

    B
    csc /target:library sourceFile.cs

    C
    csc target:dll sourceFile.cs

    D
    csc target:library sourceFile.cs

    Note: Not available
    1. Report
  9. Question: Identifiers are names that programmers choose for their

    A
    classes

    B
    methods

    C
    variables

    D
    namespaces

    Note: Not available
    1. Report
  10. Question: Which of the following is not an identifier in C#?

    A
    void

    B
    x

    C
    getName

    D
    vcampus

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd