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. A stack containing a stack frame of variable value for each active invocation of procedure
depth
circular queue
runtime stack
random access
2. A queue implemented within an array - where the first elements of the array logically follows the last elements
garbage collection
stack frame
circular queue
node
3. 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
data structure
branching factor
recursive case
binary tree
4. A linked list in which each elements has both forward and backward pointers
doubly linked list
backtrack
postorder
linked list
5. Container for storing a collection of data in unique key/value pairs
big o
dictionary
association list
fifo
6. A process that removes unwanted elements from a collection
stack space
recursion
filter
class
7. A pointer to the next element in a linked list
LIFO
root
node
link
8. A collection of objects that are inserted and removed according to the LIFO principle
abstract data type
base case
stack
reference
9. The process of collecting garbage for recycling
garbage
data structure
DFS
garbage collection
10. In a search tree - a program that changes a state into a child state e.g a move in a game
linked list
gedanken
link
operator
11. The amount of space on the runtime stack required for execution of a program
root
shadow
abstract data type
stack space
12. First-child/next-sibling
data structure
alias
fair
reference type
13. A contiguous block of memory containing elements of the same type - accessed by numeric index
array
algorithm
complex ADT
binary tree
14. Given two sets - the intersection is the set of elements that are members of both sets
intersection
stack
entinel
dictionary
15. In object oriented programming - a description of a set of similar objects
stack frame
class
set difference
depth-first search
16. 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
merge
boxed number
LIFO
dereference
17. An ordering that can be guaranteed to terminate - e.g. starting at a positive integer and counting down
random access
well-founded ordering xml
class
null dereference
18. An order of processing a tree in which the parent node is processed in between its children
depth
shadow
linear O(n)
inorder
19. Composed of multiple sequential elements stored in contiguous bytes of memory
null dereference
array
ontology
depth-first search
20. A tree node containing a contents value but with no children
union
structure sharing
filter
leaf
21. A list of pairs - where each pair has a key and a value associated with the key
association list
intersection
abstract data type
array
22. 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
stack space
null dereference
LIFO
cons
23. The number of links between the root of a tree and the leaves
backtrack
dictionary
random access
depth
24. storage that is no longer pointed to by any variable and therefore can no longer be accessed
garbage
reference type
filter
general list
25. Describes a data structure that cannot be changed once it has been created - such as Integer or String in Java
merge
immutable
branching factor
alias
26. A sequence of records - where each record contains a link to the next one
pointer
linked list
type
constructive
27. o(n^2) - a problem whose solution requires a quadratic amount of time or space if the problem is of size n
depth
linear O(n)
quadratic
simple data type
28. In a tree search - to move back from the node currently being examined to its parent
backtrack
array
simple ADT
dereference
29. Depth first search
garbage collection
DFS
root
gedanken
30. A data structure that can be identified at runtime as being a member of a class
object
circular queue
base case
search
31. Any container with linear ordering
ontology
general list
random access
array
32. Composed of a collection of data values; implemented with a data structure
base case
complex ADT
array
reference type
33. To hide similar items with the same name
ancestors
intractable
shadow
circular queue
34. A pattern that describes a set of similar programs
gedanken
dictionary
design pattern
filter
35. In a tree - the union of a node's parent and the parent's ancestors
side-effect
ancestors
dereference
simple ADT
36. A section of the runtime stack holding the values of all variables for one invocation
stack frame
union
fifo
filter
37. Describes a function that modifies its arguments
branching factor
gedanken
destructive
parent
38. A data structure that implements a complete binary tree within an array - such that every parent node has a value that is less than the value of either of its children
simple ADT
linear O(n)
binary tree
parent
39. The next element in a linked list
link
successor
garbage
simple data type
40. A formal description of a language in terms of vocabulary and rules for writing phrases and sentences
fifo
boxed number
merge
grammar
41. Any effect of a procedure other than returning a value - e.g. printing or modifying a data structure
simple data type
side-effect
complex ADT
sort
42. Describes a data structure or device in which all accesses have the same cost - O(1)
random access
pointer
linked list
circular queue
43. To answer the question - "If the algorithm is run several times - what is the average time per run - given the worst possible sequence of runs?"
immutable
amortized Analysis
recursive case
LIFO
44. A problem whose solution requires a linear amount of time or space if the problem is size n
linear O(n)
garbage
goal
reference
45. A description of the state of a process such as a board game
state
class
random access
base case
46. 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
backtrack
algorithm
amortized Analysis
binary search tree (bst)
47. Values are in the most basic form and cannot be decomposed into smaller parts
operator
search
leaf
simple data type
48. In a tree - a node pointed to by a parent node
child
well-founded ordering xml
stack
general list
49. A function whose value either does not involve a recursive call - or is exactly the value of a recursive call
gedanken
tail recursive
procedural abstraction
side-effect
50. To combine two ordered linear structures into one
fair
operator
merge
child
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests