Tag: general knowledge

Questions Related to general knowledge

  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
  1. tables arrays

  2. matrix arrays

  3. both of above

  4. none of above


Correct Option: C
  1. P contains the address of an element in DATA.

  2. P points to the address of first element in DATA

  3. P can store only memory addresses

  4. P contain the DATA and the address of DATA


Correct Option: A

Each data item in a record may be a group item composed of sub-items; those items which are indecomposable are called

  1. elementary items

  2. atoms

  3. scalar

  4. all of the above


Correct Option: D
  1. sorted linked list

  2. sorted binary trees

  3. sorted linear array

  4. pointer array


Correct Option: A