Test Status
      CSHARPRANDOMTEST
      (A) datareader
      (B) dataset
      (C) datatabel
      (D) all
      (A) System.Int8
      (B) System.Int16
      (C) System.Int32
      (D) System.Int64
      (A) DataView ia subset of row and not columns
      (B) find can be done only on sorted columns
      (C) Sorting can be done on multiple columns
      (D) None of these
      (A) The runtime checks to see that only one version of an assembly is on the machine at any one time.
      (B) The compiler offers compile time checking for backward compatibility.
      (C) .NET allows assemblies to specify the name AND the version of any assemblies they need to run.
      (D) It doesn.t.
      (A) enum Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
      (B) Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
      (C) enumeration Day{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
      (D) Day enum{Sunday= 01,Monday= 02,Tuesday= 03,Wednesday=04,Thursday= 05,Friday= 06,Saturday=07}
      (A) Convert converts the value, Parse is for parsing
      (B) Convert allows null values, Parse cannot
      (C) Both are same
      (D) None of these
      (A) HasCollision
      (B) HasErrorConflict
      (C) HasError
      (D) HasDataError
      (A) By reference.
      (B) By value.
      (C) By address.
      (D) By memory.
      (A) ExecuteQuery
      (B) ExecuteUpdate
      (C) ExecuteNonQuery
      (D) ExecuteCommand
      (A) Period (.)
      (B) Colon (:)
      (C) Semicolon (;)
      (D) Comma (,)
      (A) System.Object
      (B) System.Base
      (C) System.Root
      (D) System.Parent
      (A) Declaration and initialization is separated
      (B) It is allocated at compile time
      (C) It is allocated at runtime
      (D) all of the above
      (A) contain the same methods as the interface
      (B) inherit the properties of the interface
      (C) create an interface object
      (D) all of the above
      (A) Overloading
      (B) Multiplexing
      (C) Duplexing
      (D) Loading