Tag: programming languages

Questions Related to programming languages

  1. BOOL

  2. bool

  3. Boolean

  4. boolean


Correct Option: A
  1. string [,,] aMatrix;

  2. string [][][] aMatrix;

  3. int [][]aInt= new int[3][];

  4. None of the above.


Correct Option: C
  1. same as Java

  2. kind of like Java

  3. different than Java

  4. written part of Java


Correct Option: C

2) JavaScript is ...

  1. subjective

  2. objective

  3. evil

  4. object based


Correct Option: D
  1. Precede it with two forward slashes, i.e. '//'

  2. Precede it with an asterisk and a forward slash, i.e. '*/'

  3. Precede it with an asterisk, i.e. '*'

  4. Precede it with a forward slash and an asterisk, i.e. '/*'


Correct Option: A

Methods that work on the data are called accessor methods.

  1. True

  2. False


Correct Option: A