Prelim Lecture #1 Flashcards

1
Q
  • is any information that can be stored,
    processed, or transmitted by a computer.
  • It can be numbers, text, images, or any other
    form of information that can be represented
    digitally.
A

Data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Characteristics of data:

A

-Accuracy
-Consistency
-Timeliness
-Completeness
-Relevance
-Reliability
-Validity
-Accessibility
-Volatility
-Granularity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  • Is a step-by-step process to solve a
    problem, where each step indicates an
    intermediate task.
  • It contain finite number of steps that leads to the
    solution of the problem
A

Algorithm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Properties/Characteristics
of an algorithm:

A

-Input-Output
-Finiteness
-Definiteness
-Effectiveness
-Generality

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Categories of Algorithm:

A

-Sequence
-Selection
-Iteration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Helps us to determine which
algorithm is most efficient in terms of time and space
consumed.

A

Algorithm Analysis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Is a specific set of ordered operations
for a computer to perform.

A

Program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Characteristics of Program:

A

-Flexibility
-User-friendly
-Portability
-Reliability
-Self-Documenting Code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • Is a special format for storing and
    organizing data.
  • General data structure types include arrays, files, linked
    lists, stacks, queues, graphs and so on.
A

Data Structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

2 types of Data Structures

A

-Primitive Data Structures
-Abstract Data Structures

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Characteristics of Data Structures

A

-Correctness
-Time Complexity
-Space Complexity

How well did you know this?
1
Not at all
2
3
4
5
Perfectly