You are on page 1of 3

2.

What areNorthwestern
examples of Mindanao State College of Science and Technology
Data Structures?
Labuyo, Tangub City, Misamic Occidental
Name of Narrative Report - 1: Introduction to Web Systems and Technologies
Activity:
Student Name: Edrian C. Lacida
Course: BS Information Technology Date: 08/09/202
Web Systems & Technologies Score
Subject:
:
1. What is Data Structure?
-A data structure is a group of data elements that provides the easiest way to store and perform
different actions on the data of the computer. A data structure is a particular way of organizing
data in a computer so that it can be used effectively. The idea is to reduce the space and time
complexities of different tasks.
The choice of a good data structure makes it possible to perform a variety of critical operations
effectively. An efficient data structure also uses minimum memory space and execution time to
process the structure.

3. Real-world application of data structures?

A stack is a linear data structure that adheres to the Last In First Out (LIFO) concept. A queue is a linear
data structure that is open at both ends and operates in First In First Out (FIFO) order. Arrays for
relatively permanent data collecting.

Activity Sheet Page| 1


Northwestern Mindanao State College of Science and Technology
Labuyo, Tangub City, Misamic Occidental

Activity Sheet Page| 2


4. What is Northwestern
an Algorithm?Mindanao State College of Science and Technology
Labuyo, Tangub City, Misamic Occidental

6. Real-world application of algorithms?

5. What are examples of Algorithms?

Activity Sheet Page| 3

You might also like