Skip to main content

Advantages and Disadvantages of algorithm

Here are some advantages and disadvantages of algorithm

 Advantages: 

1. Provides a concise summary of an algorithm or process

2. Helps to focus on key ideas and concepts

3. Easy to review and refresh one's memory

4. Aids in problem-solving

5. Saves time and effort in taking notes

6. Helps to break down complex information into simpler parts

7. Facilitates understanding of difficult concepts

8. Helps to organize information

9. Enhances retention of information

10. Can be shared and used as a study tool

Disadvantages:

1. May not provide enough detail to fully understand the algorithm or process

2. May omit important information that is necessary to understand the topic

3. Requires prior knowledge of the algorithm or process to create useful notes

4. May not work for every learning style or individual preference

5. May not be suitable for more complex topics that require detailed explanation

6. May not be effective for long-term learning or retention

7.May be too simplistic for some learners

8. Can be difficult to create useful notes if the algorithm or process is unfamiliar or difficult to understand.

Comments

Popular posts from this blog

IMPORTANCE OF MANAGEMENT

 1. Management is an activity 2. Management is a purposeful activity. 3. Management is concerned with the efforts of a group. 4. Management applies economic principles. 5. Management involves decision making. 6. Management is getting things done through others. 7. Management is an integrating process. 8. Management co-ordinates all activities and resources. (i) Management is a universal activity. (ii) Management is dynamic not rigid.

In c, Array objective question with option

1. What is an array in C? a) A collection of similar data items stored in contiguous memory locations. b) A collection of different data items stored in non-contiguous memory locations. c) A collection of similar data items stored in non-contiguous memory locations. d) A collection of different data items stored in contiguous memory locations. Answer: a) A collection of similar data items stored in contiguous memory locations. 2.What is the syntax to declare an array in C? a) dataType arrayName[arraySize]; b) dataType arraySize[arrayName]; c) arrayName[arraySize] dataType; d) arraySize[arrayName] dataType; Answer: a) dataType arrayName[arraySize]; 3.How do you access the first element of an array in C? a) arrayName[0]; b) arrayName[1]; c) arrayName[-1]; d) arrayName[first]; Answer: a) arrayName[0]; 4.What is the index of the last element of an array in C? a) arraySize; b) arraySize - 1; c) arraySize + 1; d) arraySize * 2; Answer: b) arraySize - 1; 5.Can you change the size of an array ...

Define a program.

Answer. A computer acts on the basis of information and program fed into it.The Computer does not have a mind of own.''A specification of a sequence of computation steps ( or instructions) telling the computer 'What to do ', in a particular programming language is referred to as program,''