Answer:
Bits
Explanation:
The protocol data unit is the representative unit of data in the OSI layer of a network. The OSI system has seven layers.
The physical layer is the first layer of the system and the protocol data unit is represented as bits of data.
Note that the term packet is the PDU for data in the network layer of the OSI network system.
The order of growth execution time of the push operation when using the LinkedStack class, assuming a stack size of N is; O(1)
<h3>Understanding Computer Programming Language</h3>
Let Top be the position of last element inserted in Array.
For Push operation, the process is as follows;
if(Top == last index of Array) {
Printf(“Stack Overflow”)
} else {
Top = Top + 1
a[Top] = element you want to insert
}
Read more about Computer Programming at; brainly.com/question/22654163
The term "RDBMS" stands for <span>relational database management system.
I hope this helped! :)</span>