返回卡包市场

unit 7

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 23内容版本: v4公开卡包更新时间: 8/1/2026

卡片预览 (23 张)

#1
正面 (问题)

What is the development life cycle?

背面 (解答)

A series of steps that are followed to produce a system.

#2
正面 (问题)

What are the 4 different stages of the programming development cycle?

背面 (解答)

analysis- abstraction, decomposition of the problem, identification of the problem and requirements. design- decomposition, structure diagrams, flowcharts and pseudocode. coding- writing program code and iterative testing testing- testing program code with use of test data.

#3
正面 (问题)

decomposition

背面 (解答)

splitting problems into subproblems

#4
正面 (问题)

what are the components parts formed after decimposution of a problem?

背面 (解答)

-inputs -processes -outputs -storage

#5
正面 (问题)

what are the methods to construct a solution to the problem?

背面 (解答)

-structure diagrams, a hierarchal diagram that shows the decomposition of a system. - flowcharts, a diagrammatic representation of an algorithm. pseudocode- code-like statements that are used to design an algorithm but do not follow any specific language.

#6
正面 (问题)

range check

背面 (解答)

a type of validation that makes sure data is between the minimum and the maximum.

#7
正面 (问题)

length check

背面 (解答)

A type of validation that checks the number of characters is within a set a limit.

#8
正面 (问题)

Type check

背面 (解答)

A type of validation that checks data is the correct data type.

#9
正面 (问题)

presence check

背面 (解答)

A type of validation that makes sure data has been entered.

#10
正面 (问题)

Format check

背面 (解答)

A type of validation that makes sure the data meets a specific order.

#11
正面 (问题)

check digit

背面 (解答)

• a type of error detection method that is used for data entry. • A calculation is performed on the data entered to create a value. -Check digit values are compared to see if the data entered is correct.

#12
正面 (问题)

Validation

背面 (解答)

the checking of data to make sure it is reasonable and within set bounds.

#13
正面 (问题)

verification

背面 (解答)

Checking that data is entered accurately, that is the same as the original.

#14
正面 (问题)

visual check

背面 (解答)

comparing data entered with the original side-by-side.

#15
正面 (问题)

double entry check

背面 (解答)

two different people enter the same data which are then compared

#16
正面 (问题)

test data

背面 (解答)

the input data that is used to test a system

#17
正面 (问题)

normal test data

背面 (解答)

data that a program should accept

#18
正面 (问题)

abnormal test data

背面 (解答)

data that a program should not accept

#19
正面 (问题)

extreme test data

背面 (解答)

data that is on the edge of what is allowed.

#20
正面 (问题)

boundary test data

背面 (解答)

data that is on the edge of being accepted and being rejected.

#21
正面 (问题)

truce table

背面 (解答)

a structure to complete when waking through an algorithm manually, where the value that change are written in each row.

#22
正面 (问题)

flowcharts

背面 (解答)

a diagrammatic representation of an algorithm.

#23
正面 (问题)

背面 (解答)