单项选择题

【案例分析题】

假设磁盘上每个磁道划分成9个物理块,每块存放1个逻辑记录。逻辑记录R0,R1,…,R8存放在同一个磁道上,记录的安排顺序如下表所示。 
假定磁盘旋转一圈的时间为27ms,磁头当前处在R0的开始处。若系统顺序处理这些记录,使用单缓冲区,每个记录处理时间为3ms,则处理这9个记录的最长时间为();若对信息存储进行优化分布后,处理9个记录的最少时间为()。

若系统顺序处理这些记录,使用单缓冲区,每个记录处理时间为3ms,则处理这9个记录的最长时间为()

A.30ms
B.36ms
C.54ms
D.60ms

题目列表

你可能感兴趣的试题

单项选择题

()


A.
B.
C.
D.

单项选择题

【案例分析题】

某数据库中有员工关系E、产品关系P、仓库关系W和库存关系I,其中各个关系的属性如下。
员工关系E(employeeID,name,department)的属性为:员工编号、姓名和部门。
产品关系P(productID,name,model,size,color)的属性为:产品编号、产品名称、型号、尺寸和颜色。
仓库关系W(warehouseID,name,address,employeeID)中的属性为:仓库编号、仓库名称、地址和负责人编号。
库存关系I(warehouseID,productID,quantity)中的属性为:仓库编号、产品编号和产品数量。
若要求仓库关系的负责人引用员工关系E的员工编号、仓库关系W的仓库编号和产品关系P的产品编号不能为空且唯一标识一个记录,并且仓库的地址不能为空,则依次要满足的完整性约束是()
若需得到每种产品的名称和该产品的总库存量,则对应的查询语句为:
SELELCT name SUM(quantity)
FROM P,I
WHERE ()

若要求仓库关系的负责人引用员工关系E的员工编号、仓库关系W的仓库编号和产品关系P的产品编号不能为空且唯一标识一个记录,并且仓库的地址不能为空,则依次要满足的完整性约束是()

A.实体完整性、参照完整性、用户定义完整性
B.用户定义完整性、实体完整性、参照完整性
C.实体完整性、用户定义完整性、参照完整性
D.参照完整性、实体完整性、用户定义完整性

单项选择题

【案例分析题】

In the following essay, each blank has four choices. Choose the best answer and write down on the answer sheet.
The purpose of the testing phase of software development is not to () the absence of errors in the programs being tested, but rather to find as many errors as possible. This statement may seem to contradict one’s intuitive notion of a successful test of a piece of () ; however, a successful test is one in which errors have been found, net one in which no errors have been detected.
There are generally two kinds of testing method: human testing and machine testing. In most companies where systems are developed, the first testing that occurs is not machine testing, but rather the detection of errors through () , team efforts, referred to as walkthroughs and inspection. With these methods, the author of the program forms a group with others who represent programming expertise or who may be part of the project team.
After code has been subjected to the manual testing described above, it is then machine test- ed. Again, the test cases are designed to detect the () number of errors. Incremental or integration testing occurs subsequent to unit testing. This means combing modules with those that have already been unit tested. The incremental approach not only tests the () of each module, but also the "rippling effects" of errors, and the interfaces among modules.

The purpose of the testing phase of software development is not to () the absence of errors in the programs being tested.

A.show 
B.exhibit 
C.find 
D.search

单项选择题

【案例分析题】

In the following essay, each blank has four choices. Choose the best answer and write down on the answer sheet.
The purpose of the testing phase of software development is not to () the absence of errors in the programs being tested, but rather to find as many errors as possible. This statement may seem to contradict one’s intuitive notion of a successful test of a piece of () ; however, a successful test is one in which errors have been found, net one in which no errors have been detected.
There are generally two kinds of testing method: human testing and machine testing. In most companies where systems are developed, the first testing that occurs is not machine testing, but rather the detection of errors through () , team efforts, referred to as walkthroughs and inspection. With these methods, the author of the program forms a group with others who represent programming expertise or who may be part of the project team.
After code has been subjected to the manual testing described above, it is then machine test- ed. Again, the test cases are designed to detect the () number of errors. Incremental or integration testing occurs subsequent to unit testing. This means combing modules with those that have already been unit tested. The incremental approach not only tests the () of each module, but also the "rippling effects" of errors, and the interfaces among modules.

This statement may seem to contradict one’s intuitive notion of a successful test of a piece of ()

A.program 
B.code 
C.test 
D.software

单项选择题

【案例分析题】

In the following essay, each blank has four choices. Choose the best answer and write down on the answer sheet.
The purpose of the testing phase of software development is not to () the absence of errors in the programs being tested, but rather to find as many errors as possible. This statement may seem to contradict one’s intuitive notion of a successful test of a piece of () ; however, a successful test is one in which errors have been found, net one in which no errors have been detected.
There are generally two kinds of testing method: human testing and machine testing. In most companies where systems are developed, the first testing that occurs is not machine testing, but rather the detection of errors through () , team efforts, referred to as walkthroughs and inspection. With these methods, the author of the program forms a group with others who represent programming expertise or who may be part of the project team.
After code has been subjected to the manual testing described above, it is then machine test- ed. Again, the test cases are designed to detect the () number of errors. Incremental or integration testing occurs subsequent to unit testing. This means combing modules with those that have already been unit tested. The incremental approach not only tests the () of each module, but also the "rippling effects" of errors, and the interfaces among modules.

but rather the detection of errors through ()

A.personal
B.machine
C.manual
D.tester

单项选择题

【案例分析题】

In the following essay, each blank has four choices. Choose the best answer and write down on the answer sheet.
The purpose of the testing phase of software development is not to () the absence of errors in the programs being tested, but rather to find as many errors as possible. This statement may seem to contradict one’s intuitive notion of a successful test of a piece of () ; however, a successful test is one in which errors have been found, net one in which no errors have been detected.
There are generally two kinds of testing method: human testing and machine testing. In most companies where systems are developed, the first testing that occurs is not machine testing, but rather the detection of errors through () , team efforts, referred to as walkthroughs and inspection. With these methods, the author of the program forms a group with others who represent programming expertise or who may be part of the project team.
After code has been subjected to the manual testing described above, it is then machine test- ed. Again, the test cases are designed to detect the () number of errors. Incremental or integration testing occurs subsequent to unit testing. This means combing modules with those that have already been unit tested. The incremental approach not only tests the () of each module, but also the "rippling effects" of errors, and the interfaces among modules.

Again, the test cases are designed to detect the () number of errors.

A.most 
B.minimum 
C.maximum 
D.greatdeal

单项选择题

【案例分析题】

In the following essay, each blank has four choices. Choose the best answer and write down on the answer sheet.
The purpose of the testing phase of software development is not to () the absence of errors in the programs being tested, but rather to find as many errors as possible. This statement may seem to contradict one’s intuitive notion of a successful test of a piece of () ; however, a successful test is one in which errors have been found, net one in which no errors have been detected.
There are generally two kinds of testing method: human testing and machine testing. In most companies where systems are developed, the first testing that occurs is not machine testing, but rather the detection of errors through () , team efforts, referred to as walkthroughs and inspection. With these methods, the author of the program forms a group with others who represent programming expertise or who may be part of the project team.
After code has been subjected to the manual testing described above, it is then machine test- ed. Again, the test cases are designed to detect the () number of errors. Incremental or integration testing occurs subsequent to unit testing. This means combing modules with those that have already been unit tested. The incremental approach not only tests the () of each module, but also the "rippling effects" of errors, and the interfaces among modules.

The incremental approach not only tests the () of each module, but also the "rippling effects" of errors, and the interfaces among modules.

A.logic 
B.content 
C.code 
D.physical

微信扫码免费搜题