Tag: technology

Questions Related to technology

  1. Operating Unit

  2. Legal Entity

  3. Set of Books

  4. Asset Organization


Correct Option: C
  1. for (i = 0; i <= 5; i++)

  2. for i = 1 to 5

  3. for (i <= 5; i++)

  4. for (i = 0; i <= 5)


Correct Option: A
  1. Asset Category

  2. Prorate Convention

  3. Depreciation Method

  4. Location


Correct Option: A,D
  1. 'This is a comment

  2. <!--This is a comment-->

  3. //This is a comment

  4. "This is a comment


Correct Option: A
  1. Math.round(7.25)

  2. round(7.25)

  3. rnd(7.25)

  4. Math.rnd(7.25)


Correct Option: A
  1. Fiscal Year

  2. Depreciation Calendar

  3. Prorate Calendar

  4. Prorate Convention


Correct Option: B
  1. Math.ceil(2,4)

  2. Math.max(2,4)

  3. top(2,4)

  4. ceil(2,4)


Correct Option: D