Computer Science - Database Systems - Discussion

Discussion Forum : Database Systems - Section 1 (Q.No. 4)
4.
Primitive operations common to all record management systems include
Print
Sort
Look-up
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
9 comments Page 1 of 1.

Eshwar said:   1 week ago
Primitive operations in record management systems usually include basic tasks that can be applied to records in a database/file system.
Print → Not a primitive operation, it’s more of an output/display function.
Sort → Sorting is indeed a common operation.
Look-up (Search) → Very much a primitive operation (finding a record by key).
So, only “Sort” and “Look-up” are considered primitive record management operations.

That means:
All of the above is wrong (because “Print” is not primitive).
None of the above is wrong (because Sort & Look-up are).

So, the Correct Answer Is: Look-up (the most fundamental primitive operation across all record management systems).

Raelynnn said:   6 years ago
Thank you all for explaining.

Ram barik said:   6 years ago
Primitive operations are basic computations performed by an algorithm. Examples are evaluating an expression, assigning a value to a variable, indexing into an array, calling a method, returning from a method, etc.
(1)

Akhil behara said:   9 years ago
Operation which are stop before the execution time is called primitive operation.

Kamlesh Chaudhary said:   1 decade ago
Operation are interrupted Execution, called Primitive Operation.

Ravi said:   1 decade ago
What are the primitive operations common to all record management systems?

Addition, deletion and modification.

Priyanka tiwari said:   1 decade ago
Which operation are stop between the execution time is called primitive operation?
(1)

Swaroop said:   1 decade ago
What are primitive operations?
(1)

Viks rathore said:   1 decade ago
What are the primitive operations?

Post your comments here:

Your comments will be displayed after verification.