SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Data Structures
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. The next element in a linked list
dereference
root
abstract data type
successor
2. Composed of multiple sequential elements stored in contiguous bytes of memory
reference type
dictionary
doubly linked list
array
3. An order of processing a tree in which the parent node is processed in between its children
inorder
union
dictionary
well-founded ordering xml
4. A case where a program calls itself
array
data structure
recursion
immutable
5. An extra record at the start or end of a data structure such as a linked list - to simplify processing
entinel
taxonomy
binary tree
association list
6. A pointer to data
reference
garbage
backtrack
array
7. Given two sets -the union is the set of elements that are members of either set
null dereference
union
stack space
immutable
8. Two variables that reference the same object
postorder
object
depth
alias
9. 1. In lisp - the function that constructs a pair of points - or basic elements of list structure. 2. To make a cons data structure 2. a cons data structure
cons
interior node
gedanken
quadratic
10. Implementation of complex ADTs. Physical representation of how data is stored - organized - and manipulated
LIFO
data structure
procedural abstraction
ontology
11. First-child/next-sibling
fair
descendants
base case
divide and conquer
12. All nodes below a give node in a tree
amortized Analysis
queue
descendants
random access
13. A condition of the input data where the data will be handled by call(s) to the same program
array
recursive case
quadratic
descendants
14. In a tree - a node that points to a given node
parent
descendants
stack
algorithm
15. In a search tree - a program that changes a state into a child state e.g a move in a game
backtrack
object
operator
stack frame
16. Use of a function or method without knowing how it's accomplished
amortized Analysis
procedural abstraction
tail recursive
data abstraction
17. A description of the state of a process such as a board game
doubly linked list
divide and conquer
stack space
state
18. A case where tow data structures share some elements
reference
fifo
structure sharing
branching factor
19. Describes a data structure that cannot be changed once it has been created - such as Integer or String in Java
circularly linked list
association list
general list
immutable
20. An item (or description of items) being sough in a search
garbage
array
binary tree
goal
21. Any effect of a procedure other than returning a value - e.g. printing or modifying a data structure
binary tree
side-effect
operator
taxonomy
22. Any container with linear ordering
pointer
general list
boxed number
fair
23. A queue implemented within an array - where the first elements of the array logically follows the last elements
search
circular queue
divide and conquer
ancestors
24. In a search tree - the number of children of a given node. often - the branching factors of individual nodes will vary - so an average value may be used
branching factor
intractable
circularly linked list
binary tree
25. Given two sets - the intersection is the set of elements that are members of both sets
algorithm
intersection
garbage collection
branching factor
26. Describes a data structure or device in which all accesses have the same cost - O(1)
random access
design pattern
taxonomy
well-founded ordering xml
27. A linked list in which the last element points back to the first element
garbage collection
algorithm
big o
circularly linked list
28. An elements of a linked list - tree - or graph - often represented by a data structure
array
garbage collection
destructive
node
29. Describes a function that modifies its arguments
fair
set difference
DFS
destructive
30. A runtime error that occurs when an operation such as method call is attempted on a null pointer
backtrack
null dereference
ancestors
recursive case
31. A node of a tree that has children
fair
inorder
interior node
grammar
32. A contiguous block of memory containing elements of the same type - accessed by numeric index
array
depth
circular queue
root
33. The amount of space on the runtime stack required for execution of a program
destructive
circularly linked list
stack space
inorder
34. Container for storing a collection of data in unique key/value pairs
fifo
dictionary
algorithm
object
35. The area of program text over which a variable can be referenced
leaf
garbage collection
immutable
scope
36. A list of pairs - where each pair has a key and a value associated with the key
association list
reference type
dictionary
child
37. In a tree - a node pointed to by a parent node
entinel
child
complex data type
base case
38. To modify the order of a set of elements so that a desired ordering holds between them - e.g. alphabetic order
sort
depth
general list
data abstraction
39. A collection of objects that are inserted and removed according to the LIFO principle
stack
LIFO
depth
abstract data type
40. A number that is defined as an object so that it has a runtime type and methods that can be used - e.g. Integer in Java
type
immutable
stack frame
boxed number
41. Composed of individually named data fields
object
reference type
type
simple ADT
42. A data structure representing a sequence of items - which are removed in the same order as they were inserted.
circular queue
fifo
queue
entinel
43. A stack containing a stack frame of variable value for each active invocation of procedure
filter
procedural abstraction
runtime stack
complex ADT
44. A sequence of records - where each record contains a link to the next one
operator
linked list
base case
recursive case
45. Describes a function that makes a new data structure but does not modify its arguments
binary search tree (bst)
abstract data type
constructive
data abstraction
46. An ordering that can be guaranteed to terminate - e.g. starting at a positive integer and counting down
inorder
well-founded ordering xml
alias
interior node
47. A section of the runtime stack holding the values of all variables for one invocation
doubly linked list
stack frame
stack space
descendants
48. The process of collecting garbage for recycling
garbage collection
link
tail recursive
reference type
49. The top node of a tree - from which all other nodes can be reached
complex data type
root
recursion
filter
50. Constructed of multiple components (simple or complex types)
queue
complex data type
random access
simple ADT