Podcast
Questions and Answers
An ______ refers to a series of well-defined instructions on how to accomplish a task or solve a specific problem.
An ______ refers to a series of well-defined instructions on how to accomplish a task or solve a specific problem.
algorithm
Giving directions on how to get to somebody’s house is an ______.
Giving directions on how to get to somebody’s house is an ______.
algorithm
Algorithms are generally created independent of underlying ______, i.e. an algorithm can be implemented in more than one programming language.
Algorithms are generally created independent of underlying ______, i.e. an algorithm can be implemented in more than one programming language.
languages
Search algorithm is used to ______ an item in a data structure.
Search algorithm is used to ______ an item in a data structure.
Signup and view all the answers
Data Definition should be ______ and Concise, understandable.
Data Definition should be ______ and Concise, understandable.
Signup and view all the answers
Data Definition should define a single ______.
Data Definition should define a single ______.
Signup and view all the answers
A data type is a way to classify various types of data such as ______, string, etc.
A data type is a way to classify various types of data such as ______, string, etc.
Signup and view all the answers
The ______ data type is implementation independent as it can be implemented in one or the other way.
The ______ data type is implementation independent as it can be implemented in one or the other way.
Signup and view all the answers
An ______ is a container which can hold a fixed number of items and these items should be of the same type.
An ______ is a container which can hold a fixed number of items and these items should be of the same type.
Signup and view all the answers
The goal or expected product of the algorithm is called ______.
The goal or expected product of the algorithm is called ______.
Signup and view all the answers
An algorithm should possess the following characteristics : it should have well-defined ______ and output.
An algorithm should possess the following characteristics : it should have well-defined ______ and output.
Signup and view all the answers
A ______ is a diagram that illustrates a process, system or computer algorithm.
A ______ is a diagram that illustrates a process, system or computer algorithm.
Signup and view all the answers