Tag: programming languages

Questions Related to programming languages

  1. virtual,override

  2. override,new

  3. new,base

  4. base,override


Correct Option: A

class test : Form {}

  1. Creates the class Test : Form

  2. Creates the class Test that inherits the class Form

  3. Creates the class form that inherits the class Test

  4. a and b


Correct Option: B

Which method would be used to invoke a delegate type asynchronously in C#?

  1. Invoke()

  2. StartInvoke()

  3. BeginInvoke()

  4. SetInvoke()


Correct Option: C

Which of the following datatype is not a reference type?

  1. Delegate

  2. Array

  3. Enum

  4. Class


Correct Option: C
  1. The type of tag used

  2. The version of the markup language that the source uses

  3. The document type declaration

  4. None


Correct Option: C

Which of the following tells a markup language processor which rules to use to interpret a document?

  1. LANGUAGE tag

  2. Document type definition

  3. TYPE tag

  4. Document tag


Correct Option: B

Which of the following is the purpose of a metamarkup language?

  1. It describes the tags in existing languages

  2. It defines new markup languages

  3. It parses the code in existing markup languages

  4. All


Correct Option: B

Which of the following can be defined using a markup language?

  1. Programming events

  2. Text appearance

  3. Relationships between data

  4. Text structure


Correct Option: B,D