![]() Related Questions An _________ data type is a keyword of a programming language that specifies the amount of memory needed to store data and the kind of data that will be stored in that memory location. Skill/Topic: Memory, Abstract Data Types, and AddressesA) abstract Skill/Topic: Memory, Abstract Data Types, and AddressesA) Integer, Floating-Type, Character & Boolean are the four different data type groupsExplanation: You determine the amount of memory to reserve by Tags : Abstract _________ is the way you groups things together by placing one thing on top of another and then removing things one at a time from the top. Skill/Topic: Stacks using an ArrayA) ArrayB) StackC) PointerD) All of the above Skill/Topic: Stacks using an ArrayA) push() member methodB) pop() member methodC) isFull() member methodD) isEmpty() member methodExplanation: Push is the direction that data is being added to the stack. Latest Answer : Push method ... Skill/Topic: Linked ListA) TrueB) FalseExplanation: A linked list can grow and shrink in size dynamically at runtime, whereas an array is set to a fixed size at compile time. Latest Answer : FALSEAdvantages of linked list :1. Insertion and deletion are less costly.2. Dynamic addition of new elements is possible.3. Sorting is less costly. ... Skill/Topic: Linked ListA) BeginningB) Run timeC) EndingD) None of the above Latest Answer : Runtime.The node deleted could be freed.Memory for the new node could be allocated at run time , so size of the linked-list is only limited to the physical memory available. ... Skill/Topic: Queues Using Linked ListsA) TrueB) FalseExplanation: The size of an array queue is set at compile time and cannot change at runtime Latest Answer : false... it is fixed. ... The java.util package contains two classes that are designed to work with hashtables. They are _______ and _________. Skill/Topic: Hash TableA) Hashtable , HashMap class
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||