Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1- What is an Algorithm? 2- Define each of them Sort Insert Update Delete 3- List Characteristics of an Algorithm? 4- Give me one example

1- What is an Algorithm?

2- Define each of them

Sort

Insert

Update

Delete

3- List Characteristics of an Algorithm?

4- Give me one example of an algorithm

5- What are asymptotic analysis, we can easily conclude?

6- Define each of them

Worst case

Average case

Best case

7- Example of best-case?

8- What the commonly used asymptotic notations used for calculating the running time complexity?

True and false

1- Algorithms are generally created independent of underlying languages ( )

2- Finiteness Algorithms must terminate after a finite number of steps. ( )

3- Feasibility Should be feasible with the available resources ( )

4- Independent An algorithm should have step-by-step directions ( )

5- Space complexity It is a way of representing the amount of time needed by a program to run to the completion ( )

6- Time complexity It is the amount of memory space required by an algorithm, during a course of its execution ( )

7- Specification: Description of the computational procedure ( )

8- Pre-conditions: The condition(s) on input while Post-conditions: The condition(s) on output ( )

9- Body of the Algorithm: A sequence of clear and unambiguous instructions. ( )

10- Worst case: It defines the input for which the algorithm takes the huge time ( )

11- Average case: It takes average time for the program execution ( )

12- Best case: It defines the input for which the algorithm takes the lowest time ( )

13- Big oh Notation () specifically describes worst case scenario. ( )

14- Theta Notation () This notation represents the average complexity of an algorith ( )

15- Omega Notation () specifically describes best case scenario. ( )

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems For Advanced Applications 15th International Conference Dasfaa 2010 International Workshops Gdm Benchmarx Mcis Snsmw Diew Udm Tsukuba Japan April 2010 Revised Selected Papers Lncs 6193

Authors: Masatoshi Yoshikawa ,Xiaofeng Meng ,Takayuki Yumoto ,Qiang Ma ,Lifeng Sun ,Chiemi Watanabe

2010th Edition

3642145884, 978-3642145889

More Books

Students also viewed these Databases questions

Question

3. Is it a topic that your audience will find worthwhile?

Answered: 1 week ago

Question

2. Does the topic meet the criteria specified in the assignment?

Answered: 1 week ago