問題一覧
1
commonly means a data structure consisting of data fields and procedures (methods) that can manipulate those fields.
objects
2
is a particularly way of storing and organizing data in a computer so that it can be used efficiently.
data structure
3
The implementation of a data structure usually requires writing a set of procedures that create and manipulate instances of that struc
abstract data structure
4
These are facts represented by values
data
5
It is the set of numbers viewed in their original form
raw data
6
s a well-defined collection of data with a well-defined set of operations on it.
data type
7
Write typical basic primitive data types
character, integer, floating point number, fixed point number, boolean, reference
8
is a value that enables a program to directly access the particular data item, such as variable or a record, in the computer’s memory or in some other storage device.
reference
9
Consists of serially arranged bits
storage medium
10
are data types which can be constructed in a program using its programming language’s primitive data types and other composite types.
composite data type
11
It consists of storage medium and processing unit
machine domain
12
There is also a need for synthesis of the algorithms from basic operations available at the machine level to manipulate higher-level representations.
true
13
It is the sorted numbers or data
processed data
14
It is a problem-solving process, i.e., the problem is identified, the data to manipulate and work on is distinguished and the expected result is determined
programming
15
These are data that has value to, or that has been interpreted by the user.
information
16
Finite set of elements
arrays
17
It is an actual implementation of a particular abstract data type.
data structure
18
It allows us perform basic operation
processing unit
19
It include the input or the raw data to process, and the output or the processed data
problem domain
20
refers to the kind of data that variables can assume, hold or take on in a programming language and for which operations are automatically provided.
data type
21
data type for which the programming language provides built-in support
primitive data type
22
. It is implemented in a machine known as a computer and the operations provided by the machine is solved the given problem
programming