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. In a search tree - a program that changes a state into a child state e.g a move in a game
type
descendants
operator
complex data type
2. Last in first out: describes the order of a stack
LIFO
gedanken
amortized Analysis
runtime stack
3. A sequence of clear and precise step-by-step instructions for solving a problem in a finite amount of time
algorithm
runtime stack
postorder
garbage
4. A function whose value either does not involve a recursive call - or is exactly the value of a recursive call
tail recursive
interior node
intersection
linear O(n)
5. A node of a tree that has children
boxed number
merge
ontology
interior node
6. First in first out: describes ordering of a queue
reference type
algorithm
fifo
linear O(n)
7. 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
reference type
side-effect
amortized Analysis
boxed number
8. To convert from a pointer to the data that is pointed to
simple data type
dereference
sort
queue
9. A case where a program calls itself
recursion
DFS
circular queue
boxed number
10. Describes a function that makes a new data structure but does not modify its arguments
abstract data type
constructive
complex ADT
gedanken
11. A pointer to data
doubly linked list
recursive case
reference
stack
12. Composed of multiple sequential elements stored in contiguous bytes of memory
link
set difference
array
tail recursive
13. A classification of objects into a tree structure that groups related objects
fifo
taxonomy
binary tree
immutable
14. A stack containing a stack frame of variable value for each active invocation of procedure
quadratic
runtime stack
immutable
big o
15. Use of a function or method without knowing how it's accomplished
garbage collection
well-founded ordering xml
null dereference
procedural abstraction
16. Describes a function that modifies its arguments
destructive
binary search tree (bst)
type
state
17. Values are in the most basic form and cannot be decomposed into smaller parts
random access
garbage
simple data type
interior node
18. A description of the kinds of objects that exist in a computer program - e.g a Java class hierarchy
binary search tree (bst)
state
ontology
fair
19. A problem that is so hard that it cannot be solved unless the problem is small
intractable
reference type
stack frame
algorithm
20. Given two sets - the intersection is the set of elements that are members of both sets
intersection
binary search tree (bst)
data type
object
21. A tree node containing a contents value but with no children
general list
procedural abstraction
root
leaf
22. A variable containing the address of other data
branching factor
alias
pointer
base case
23. A problem-solving strategy in which a problem is broken down into sub-problems - until simple subproblems are reached
runtime stack
fair
operator
divide and conquer
24. binary tree that is ordered such that each node has contents - and all of its left descendants are less than the contents - an all of its right descendants are greater than the contents
destructive
child
binary search tree (bst)
backtrack
25. A collection of objects that are inserted and removed according to the LIFO principle
simple ADT
stack
fifo
depth
26. The amount of space on the runtime stack required for execution of a program
child
complex ADT
simple data type
stack space
27. An extra record at the start or end of a data structure such as a linked list - to simplify processing
interior node
ancestors
null dereference
entinel
28. 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
amortized Analysis
dictionary
recursion
29. Given two sets -the union is the set of elements that are members of either set
inorder
immutable
union
postorder
30. Depth first search
DFS
link
divide and conquer
abstract data type
31. In a tree - a node that points to a given node
parent
data type
object
stack
32. A collection of values
data structure
type
simple ADT
dereference
33. Describes a data structure that cannot be changed once it has been created - such as Integer or String in Java
association list
merge
ontology
immutable
34. To combine two ordered linear structures into one
stack space
merge
depth-first search
stack frame
35. An item (or description of items) being sough in a search
doubly linked list
circularly linked list
postorder
goal
36. In a tree search - to move back from the node currently being examined to its parent
backtrack
fifo
intractable
stack frame
37. A pattern that describes a set of similar programs
big o
LIFO
link
design pattern
38. In object oriented programming - a description of a set of similar objects
array
filter
class
algorithm
39. A linked list in which each elements has both forward and backward pointers
entinel
divide and conquer
doubly linked list
sort
40. The next element in a linked list
destructive
simple ADT
cons
successor
41. A given collection of values along with a collection of operations for use on those values
gedanken
DFS
data type
association list
42. An order of processing a tree in which the parent node is processed in between its children
inorder
depth
intersection
data structure
43. To hide similar items with the same name
base case
array
ontology
shadow
44. The process of collecting garbage for recycling
garbage collection
design pattern
backtrack
circularly linked list
45. A data structure representing a sequence of items - which are removed in the same order as they were inserted.
queue
operator
recursion
descendants
46. A search in which children of a node are considered before siblings are considered
set difference
recursion
stack
depth-first search
47. Constructed of multiple components (simple or complex types)
complex data type
runtime stack
filter
entinel
48. An order of processing a tree in which the parent node is processed after its children
LIFO
stack frame
base case
postorder
49. A simple case that can be solved easily - without recursion
ontology
fifo
union
base case
50. Two variables that reference the same object
alias
goal
depth
divide and conquer