Font size
WorksheetsQUIZ: INTRO TO DATA STRUCTURES AND ALGORITHMS
Total questions: 10
Worksheet time: 4mins
One of the characteristics of Data Structure that talks about proper implementation of interface
Complexity
Correctness
Cohesiveness
Implementation
(a) is a systematic way to organize data in order to use it efficiently.
Choose the common problems that application face encounter nowadays
Processor Speed
Multiple Requests
Time
Data Search
(a) is a step-by-step procedure, which defines a set of instructions to be executed in a certain order to get the desired output.
TRUE OR FALSE: All procedures can be called an algorithm
True
False
These are some of the important categories of algorithms we can find in applications.
Delete
Update
Search
Sort
Insert
_______ is that which contains certain attributes or properties, which may be assigned values.
Elementary Items
Attribute and Entities
Entity Set
Field Set
Identify the characteristics of an algorithm?
Algorithm should be clear and ambiguous
An algorithm should have 0 or more well-defined outputs.
An algorithm should have step-by-step directions, which should be independent of any programming code.
Should be feasible with the available resources.
Algorithms are never written to support a particular programming code
True
False
Maybe
None of the above.
TRUE OR FALSE: Algorithm is dependent on the programming language.
True
False
