SlideShare une entreprise Scribd logo
1  sur  6
The link to download
CS270 Module 8 Final Exam (Data
Structures (Grantham University)
1. To speed up item insertion and deletion in a data set, use ____.

Points Earned: 2.0/2.0

2. In a ____ queue, customers or jobs with higher priorities are pushed to the
front of the queue.

Points Earned: 2.0/2.0

3. The ____ operation on a queue returns the last element in the queue, but
does not remove the element from the queue

Points Earned: 2.0/2.0

4. Random access iterators are ____ iterators that can randomly process
elements of a container.

Points Earned: 2.0/2.0

5. The order of the nodes in a linked list is determined by the data value
stored in each node.

Points Earned: 2.0/2.0

6. Building a linked list forward places the new item to be added at the
beginning of the linked list.

Points Earned: 2.0/2.0

7. Assuming deq is a deque object, the expression deq.push_front(elem)
deletes the first element from deq.

Points Earned: 2.0/2.0

8.   complexity of the function seqSearch in an array list is O(n2).

Points Earned: 2.0/2.0
9. A queuing system only consists of queues of objects waiting to be served.

Points Earned: 2.0/2.0

10. The operation ____ is used to remove the top element from the stack.

Points Earned: 2.0/2.0

11. Class objects cannot be passed as parameters to functions or returned as
function values.

Points Earned: 2.0/2.0

12. Indirect recursion requires the same careful analysis as direct recursion.

Points Earned: 2.0/2.0

13. From the binary search algorithm, it follows that every iteration of the while
loop cuts the size of the search list by half.

Points Earned: 2.0/2.0

14. Using static arrays, depending on the number of servers specified by the
user, a list of servers is created during program execution.

Points Earned: 2.0/2.0

15. A sequential search assumes that the data is in a particular order.

Points Earned: 2.0/2.0

16. In an array list the time complexity of the remove function is identical to
the time complexity of the ____ function.

Points Earned: 2.0/2.0

17. A convenient and fast way to implement an associative container data
structure is to use a ____.

Points Earned: 2.0/2.0

18. An ____ is an object that produces each element of a container, such as a
linked list, one element at a time.

Points Earned: 2.0/2.0

19. A linked list in which the last node points to the first node is called a
reverse linked list.
Points Earned: 2.0/2.0

20. A binary search can be performed only on ____.

Points Earned: 2.0/2.0

21. A ____ is a set of elements of the same type in which the elements are
added at one end.

Points Earned: 2.0/2.0

22. In 1736, Euler represented the Kцnigsberg bridge problem as a graph,
marking (as recorded) the birth of graph theory.

Points Earned: 2.0/2.0

23. The general case in a recursive function is the case for which the solution
is obtained directly.

Points Earned: 2.0/2.0

24. Mergesort uses the divide-and-conquer technique to sort a list.

Points Earned: 2.0/2.0

25. When an integer is subtracted from a pointer variable, the value of the
pointer variable is decremented by the integer times half the size of the
memory to which the pointer is pointing.

Points Earned: 2.0/2.0

26. Assuming vecList is a vector container, the expression ____ deletes all
elements from the container.

Points Earned: 2.0/2.0

27. The function that overloads any of the operators (), [], ->, a class must be
declared as a member of the class.

Points Earned: 2.0/2.0

28. Open addressing can be implemented in several ways.

Points Earned: 2.0/2.0

29. The statement ____ declares intList to be a vector and the component
type to be int
Points Earned: 2.0/2.0

30. Every call to a recursive function has its own code and its own set of ____
and local variables

Points Earned: 2.0/2.0

31. The algorithm ____ is used to find the elements in one range of elements
that do not appear in another range of elements.

Points Earned: 2.0/2.0

32. The ____ in a binary tree is the number of branches on the path from the
root to the node.

Points Earned: 2.0/2.0

33. A B-tree can be ____ in three ways: inorder, preorder, and postorder.

Points Earned: 2.0/2.0

34. ____ are systems in which queues of objects are waiting to be served by
various servers

Points Earned: 2.0/2.0

35. A class and its members can be described graphically using a notation
known as Unified Modeling Language (UML) notation.

Points Earned: 2.0/2.0

36. The term asymptotic means the study of the function f as n becomes
larger and larger without bound.

Points Earned: 2.0/2.0

37. To simplify operations such as insert and delete, you can define the class
to implement the node of a linked list as a struct.

Points Earned: 2.0/2.0

38. The destructor automatically executes when the class object goes out of
____.

Points Earned: 2.0/2.0

39. The syntax for accessing a class (struct) member using the operator -> is
____.
Points Earned: 2.0/2.0

40. The expression vecCont.empty() empties the vector container of all
elements.

Points Earned: 2.0/2.0

41. If we compare the push function of the stack with the insertFirst function
for general lists, we see that the algorithms to implement these operations are
similar.

Points Earned: 2.0/2.0

42. If the data needs to be processed in a First In First Out (FIFO) manner, we
typically use a(n) ____.

Points Earned: 2.0/2.0

43. A(n) ____ is a data type that separates the logical properties from the
implementation details.

Points Earned: 2.0/2.0

44. In the second form of ____, the binary operation op is applied to the
elements in the range.

Points Earned: 2.0/2.0

45. The ____ algorithm tries to extend a partial solution toward completion

Points Earned: 2.0/2.0

46. After inserting (or deleting) a node from an AVL tree, the resulting binary
tree does not have to be an AVL tree.

Points Earned: 2.0/2.0

47. Every customer has a customer number, arrival time, waiting time,
transaction time, and departure time.

Points Earned: 2.0/2.0

48. We need ____ pointers to build a linked list.

Points Earned: 0.0/2.0

49. Because an AVL tree is a binary search tree, the search algorithm for an
AVL tree is the same as the search algorithm for a binary search tree.
Points Earned: 2.0/2.0

50. The ____ operation is used to add an element onto the stack.

PointsEarned: 2.0/2.0

Contenu connexe

Dernier

Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
FIDO Alliance
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
FIDO Alliance
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
Muhammad Subhan
 

Dernier (20)

Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The InsideCollecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
Collecting & Temporal Analysis of Behavioral Web Data - Tales From The Inside
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
Top 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development CompaniesTop 10 CodeIgniter Development Companies
Top 10 CodeIgniter Development Companies
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
Event-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream ProcessingEvent-Driven Architecture Masterclass: Challenges in Stream Processing
Event-Driven Architecture Masterclass: Challenges in Stream Processing
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdf
 
ADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptxADP Passwordless Journey Case Study.pptx
ADP Passwordless Journey Case Study.pptx
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptx
 
UiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overviewUiPath manufacturing technology benefits and AI overview
UiPath manufacturing technology benefits and AI overview
 
Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024Long journey of Ruby Standard library at RubyKaigi 2024
Long journey of Ruby Standard library at RubyKaigi 2024
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
The Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and InsightThe Zero-ETL Approach: Enhancing Data Agility and Insight
The Zero-ETL Approach: Enhancing Data Agility and Insight
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
 
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...Hyatt driving innovation and exceptional customer experiences with FIDO passw...
Hyatt driving innovation and exceptional customer experiences with FIDO passw...
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
 
Using IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & IrelandUsing IESVE for Room Loads Analysis - UK & Ireland
Using IESVE for Room Loads Analysis - UK & Ireland
 
TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024TopCryptoSupers 12thReport OrionX May2024
TopCryptoSupers 12thReport OrionX May2024
 
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
“Iamnobody89757” Understanding the Mysterious of Digital Identity.pdf
 

En vedette

Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Saba Software
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
Simplilearn
 

En vedette (20)

How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 
Barbie - Brand Strategy Presentation
Barbie - Brand Strategy PresentationBarbie - Brand Strategy Presentation
Barbie - Brand Strategy Presentation
 
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them wellGood Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
Good Stuff Happens in 1:1 Meetings: Why you need them and how to do them well
 
Introduction to C Programming Language
Introduction to C Programming LanguageIntroduction to C Programming Language
Introduction to C Programming Language
 

Cs270 module 8 final exam (data structures (grantham university)

  • 1. The link to download CS270 Module 8 Final Exam (Data Structures (Grantham University) 1. To speed up item insertion and deletion in a data set, use ____. Points Earned: 2.0/2.0 2. In a ____ queue, customers or jobs with higher priorities are pushed to the front of the queue. Points Earned: 2.0/2.0 3. The ____ operation on a queue returns the last element in the queue, but does not remove the element from the queue Points Earned: 2.0/2.0 4. Random access iterators are ____ iterators that can randomly process elements of a container. Points Earned: 2.0/2.0 5. The order of the nodes in a linked list is determined by the data value stored in each node. Points Earned: 2.0/2.0 6. Building a linked list forward places the new item to be added at the beginning of the linked list. Points Earned: 2.0/2.0 7. Assuming deq is a deque object, the expression deq.push_front(elem) deletes the first element from deq. Points Earned: 2.0/2.0 8. complexity of the function seqSearch in an array list is O(n2). Points Earned: 2.0/2.0
  • 2. 9. A queuing system only consists of queues of objects waiting to be served. Points Earned: 2.0/2.0 10. The operation ____ is used to remove the top element from the stack. Points Earned: 2.0/2.0 11. Class objects cannot be passed as parameters to functions or returned as function values. Points Earned: 2.0/2.0 12. Indirect recursion requires the same careful analysis as direct recursion. Points Earned: 2.0/2.0 13. From the binary search algorithm, it follows that every iteration of the while loop cuts the size of the search list by half. Points Earned: 2.0/2.0 14. Using static arrays, depending on the number of servers specified by the user, a list of servers is created during program execution. Points Earned: 2.0/2.0 15. A sequential search assumes that the data is in a particular order. Points Earned: 2.0/2.0 16. In an array list the time complexity of the remove function is identical to the time complexity of the ____ function. Points Earned: 2.0/2.0 17. A convenient and fast way to implement an associative container data structure is to use a ____. Points Earned: 2.0/2.0 18. An ____ is an object that produces each element of a container, such as a linked list, one element at a time. Points Earned: 2.0/2.0 19. A linked list in which the last node points to the first node is called a reverse linked list.
  • 3. Points Earned: 2.0/2.0 20. A binary search can be performed only on ____. Points Earned: 2.0/2.0 21. A ____ is a set of elements of the same type in which the elements are added at one end. Points Earned: 2.0/2.0 22. In 1736, Euler represented the Kцnigsberg bridge problem as a graph, marking (as recorded) the birth of graph theory. Points Earned: 2.0/2.0 23. The general case in a recursive function is the case for which the solution is obtained directly. Points Earned: 2.0/2.0 24. Mergesort uses the divide-and-conquer technique to sort a list. Points Earned: 2.0/2.0 25. When an integer is subtracted from a pointer variable, the value of the pointer variable is decremented by the integer times half the size of the memory to which the pointer is pointing. Points Earned: 2.0/2.0 26. Assuming vecList is a vector container, the expression ____ deletes all elements from the container. Points Earned: 2.0/2.0 27. The function that overloads any of the operators (), [], ->, a class must be declared as a member of the class. Points Earned: 2.0/2.0 28. Open addressing can be implemented in several ways. Points Earned: 2.0/2.0 29. The statement ____ declares intList to be a vector and the component type to be int
  • 4. Points Earned: 2.0/2.0 30. Every call to a recursive function has its own code and its own set of ____ and local variables Points Earned: 2.0/2.0 31. The algorithm ____ is used to find the elements in one range of elements that do not appear in another range of elements. Points Earned: 2.0/2.0 32. The ____ in a binary tree is the number of branches on the path from the root to the node. Points Earned: 2.0/2.0 33. A B-tree can be ____ in three ways: inorder, preorder, and postorder. Points Earned: 2.0/2.0 34. ____ are systems in which queues of objects are waiting to be served by various servers Points Earned: 2.0/2.0 35. A class and its members can be described graphically using a notation known as Unified Modeling Language (UML) notation. Points Earned: 2.0/2.0 36. The term asymptotic means the study of the function f as n becomes larger and larger without bound. Points Earned: 2.0/2.0 37. To simplify operations such as insert and delete, you can define the class to implement the node of a linked list as a struct. Points Earned: 2.0/2.0 38. The destructor automatically executes when the class object goes out of ____. Points Earned: 2.0/2.0 39. The syntax for accessing a class (struct) member using the operator -> is ____.
  • 5. Points Earned: 2.0/2.0 40. The expression vecCont.empty() empties the vector container of all elements. Points Earned: 2.0/2.0 41. If we compare the push function of the stack with the insertFirst function for general lists, we see that the algorithms to implement these operations are similar. Points Earned: 2.0/2.0 42. If the data needs to be processed in a First In First Out (FIFO) manner, we typically use a(n) ____. Points Earned: 2.0/2.0 43. A(n) ____ is a data type that separates the logical properties from the implementation details. Points Earned: 2.0/2.0 44. In the second form of ____, the binary operation op is applied to the elements in the range. Points Earned: 2.0/2.0 45. The ____ algorithm tries to extend a partial solution toward completion Points Earned: 2.0/2.0 46. After inserting (or deleting) a node from an AVL tree, the resulting binary tree does not have to be an AVL tree. Points Earned: 2.0/2.0 47. Every customer has a customer number, arrival time, waiting time, transaction time, and departure time. Points Earned: 2.0/2.0 48. We need ____ pointers to build a linked list. Points Earned: 0.0/2.0 49. Because an AVL tree is a binary search tree, the search algorithm for an AVL tree is the same as the search algorithm for a binary search tree.
  • 6. Points Earned: 2.0/2.0 50. The ____ operation is used to add an element onto the stack. PointsEarned: 2.0/2.0