Tag: science & technology

Questions Related to science & technology

Which of the following programs support XML or XML applications?:

  1. Internet Explorer 5.5

  2. Netscape 4.7

  3. RealPlayer

  4. both 1 and 2


Correct Option: D

Kind of Parsers are

  1. well-formed

  2. well-documented

  3. non-validating and validating

  4. none of the above


Correct Option: C
  1. it contains a root element

  2. it contain an element

  3. it contains one or more elements

  4. must contain one or more elements and root element must contain all other elements


Correct Option: D
  1. Direct Type Definition

  2. Document Type Definition

  3. Do The Dance

  4. Dynamic Type Definition


Correct Option: B
  1. floor address

  2. foundation address

  3. first address

  4. base address


Correct Option: D
Explanation:

To solve this question, the user needs to have knowledge of arrays and computer memory.

The memory address of the first element of an array is called the base address. This is because the base address is the starting point or foundation of the array in memory. It is the address at which the first element of the array is stored.

Therefore, the correct answer is:

The Answer is: D. base address.

Option A is incorrect because floor address is not a term used to refer to the memory address of the first element of an array.

Option B is incorrect because foundation address is not a term used to refer to the memory address of the first element of an array.

Option C is incorrect because first address is not a term used to refer to the memory address of the first element of an array.

  1. linear arrays

  2. linked lists

  3. both of the above

  4. None of the above


Correct Option: A
  1. The list must be sorted

  2. there should be the direct access to the middle element in any sublist

  3. There must be mechanism to delete and/or insert elements in list

  4. binary search algorithm is not efficient when the data elements are more than 1000


Correct Option: D

Two dimensional arrays are also called

  1. tables arrays

  2. matrix arrays

  3. both of above

  4. none of above


Correct Option: C