Which is not a type of Standard Internal table?

  1. Index Table

  2. Hashed table

  3. Sorted Table

  4. Standard Table


Correct Option: A

AI Explanation

To answer this question, you need to understand the different types of standard internal tables in computer programming.

Let's go through each option to understand why it is correct or incorrect:

Option A) Index Table - This option is incorrect because an index table is a type of standard internal table. It allows for fast access to table entries using a unique key.

Option B) Hashed table - This option is incorrect because a hashed table is a type of standard internal table. It uses a hash function to store and retrieve table entries, providing fast access.

Option C) Sorted Table - This option is incorrect because a sorted table is a type of standard internal table. It maintains its entries in a sorted order based on a key field, allowing for efficient searching and retrieval.

Option D) Standard Table - This option is correct because it is a type of standard internal table. It stores table entries in an arbitrary order and does not provide any special features like indexing or sorting.

The correct answer is D) Standard Table. This option is correct because it is not a type of standard internal table.

Therefore, the correct answer is D.

Find more quizzes: