All Courses

Mst. Sathi Akter × Toushif Ahmed ×
Database Application(66621)

This Course Conducted by
Mst. Sathi Akter
Instructor of Computer Technology
Daffodil Polytechnic Institute

INTENTION
To assist in the efficient use of database packages.
To develop skill on computerized database management.
To develop skill on programming with database management.

SHORT DESCRIPTION
Database management package: Creating the database; Editing the database; Searching the records; Customizing the data entry form; Creating the query; Arranging the records; Generating reports.
Database management language: Creating a command file; Writing simple database program using decision-making commands; Designing data entry screen.
Multimedia Application (69475)
Shuva Sarker
Jr. Instructor
Telecommunication Department
Daffodil Polytechnic Institute
Data Structure & Algorithm (28542)
Data structures and algorithms are essential tools in computer science and engineering.
A well-designed data structure and algorithm can improve the performance of software
systems, reduce memory usage, and provide better user experiences. A data structure is
a way of organizing data in memory so that it can be accessed and used efficiently. The
most common data structures include arrays, linked lists, stacks, queues and trees. An
algorithm is a step-by-step procedure for solving a problem or performing a task. Some
common algorithms include searching, sorting, and path finding. By understanding the
different types of data structures and algorithms, developers can choose the best option
for a specific problem and optimize the performance of software systems.