comp 410

Athabasca University (AU )

Here are the best resources to pass comp 410. Find comp 410 study guides, notes, assignments, and much more.

All 5 results

Sort by

COMP 410 Study Exam Questions and Answers 2024
  • COMP 410 Study Exam Questions and Answers 2024

  • Exam (elaborations) • 27 pages • 2024
  • Available in package deal
  • Unit 1 - In what year was the term software engineering coined by a NATO study group? - 1967 Why is so much of today's software not considered to have been engineered? - What is the life cycle of software engineering? - A life-cycle model is a description of the steps that should be performed when building a software product. What is the relationship between computer science and software engineering? - Name some of the problems resulting from team programming. - Interfacing pr...
    (0)
  • CA$24.63
  • + learn more
COMP 410 Final Exam Study Guide Questions and Answers 2024
  • COMP 410 Final Exam Study Guide Questions and Answers 2024

  • Exam (elaborations) • 17 pages • 2024
  • Available in package deal
  • A data structure is - a particular way of organizing data in a computer so that it can be used efficiently An Abstract Data Type is - A set of objects together with a set of operations (They are a mathematical abstraction) Common Trade-offs - Time vs Space Making one operation faster may make another operation slower Providing more operations (making the data structure more general) may make some operations less efficient Operations are revealed through? - Interfaces and methods ...
    (0)
  • CA$23.18
  • + learn more
COMP 410 Final Exam Prep Questions and Answers Graded 2024
  • COMP 410 Final Exam Prep Questions and Answers Graded 2024

  • Exam (elaborations) • 11 pages • 2024
  • Available in package deal
  • List Data Structure - general ops: get k items, insert at k, delete at K Implementing as List ins O(1) rem O(1) Get O(n) Find O(n) Empty O(1) Size O(n) or O(1) Implementing as Array ins O(N) rem O(N) Get O(1) Find O(n) Empty O(1) Size O(1) Ordered List - can assist in list searching binary search O(logN) Stack - LIFO general ops: push, pop, top, empty, size keeps pointer to most recent slot, useful for reversing sequences top O(1) push O(1) pop O(1) Queue - F...
    (0)
  • CA$21.73
  • + learn more
comp 410 final exam study questions and answers UPDATED 2024
  • comp 410 final exam study questions and answers UPDATED 2024

  • Exam (elaborations) • 12 pages • 2024
  • Available in package deal
  • load lambda - how full the table currently is foo(N-1) time complexity - O(N) foo(N-1) - foo(N-2) - O(2^N) foo(foo(N-1)) - O(2N) or O(N) stable sort that is O(NlogN) worst case - merge sort unstable sort that is O(NlogN) worst case - heap sort sort algorithm that is O(N) worst case - bucket sort traveling salesman problem - no efficient solution is known find a Hamiltonian path in a graph - no efficient solution is known complete graph with 12 vertices - dense graph ...
    (0)
  • CA$22.45
  • + learn more
software engineering principles comp 410 exam questions and answers 2024
  • software engineering principles comp 410 exam questions and answers 2024

  • Exam (elaborations) • 29 pages • 2024
  • Available in package deal
  • What is software engineering? a discipline whose aim is the production of fault-free software, delivered on time and within budget, that satisfies the client's needs. The software must be easy to modify when the user's needs change What is classical software engineering life cycle model? 1. requirements 2. analysis/specification 3. design phase 4. implementation phase 5. post-delievery phase 6. retirement what is modern view of maintenance software undergoes modifications to code and...
    (0)
  • CA$23.90
  • + learn more