Tag: programming languages

Questions Related to programming languages

What’s The .NET Collection Class That Allows An Element To Be Accessed Using A Unique Key?

  1. SortedList

  2. ArrayList

  3. ListDictionary

  4. HashTable


Correct Option: D

How Many Reserved Words Are In C#?

  1. 75

  2. 78

  3. 81

  4. 77


Correct Option: D

_______ Keyword Enables The Type Of The Variable Declared At Method Scope To Be Determined By The Compiler?

  1. var

  2. type

  3. typeof

  4. null


Correct Option: A

______ Statement Prevents The Garbage Collector From Relocating A Movable Variable?

  1. checked

  2. sealed

  3. readonly

  4. fixed


Correct Option: D

______ Type Definitions Allow For The Definition Of A Class, Struct, Or Interface To Be Split Into Multiple Files.

  1. typedef

  2. multiple

  3. partial

  4. typeref


Correct Option: C

______ Indicates That A Field Can Be Modified In The Program By The OS, The Hardware, Or A Concurrently Executing Thread?

  1. override

  2. volatile

  3. unsafe

  4. virtual


Correct Option: B
  1. Data model objects

  2. PL/SQL objects

  3. Layout objects

  4. Frames


Correct Option: C