兔兔苹果助手ipad:什么是BUG

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/30 03:38:09

bug原意是臭虫、虫子,在计算机刚开始发展的时候,计算机体积非常大,包含了许多电子器件,运行时有的时候虫子跑进去死在里面造成计算机故障。工作人员只有进行手工清除虫子,成为debug。慢慢的bug成为程序中的错误,缺陷的代名词。

Bug程序缺陷、臭虫 电脑系统或者程序中存在的任何一种破坏正常运转能力的问题或者缺陷,都可以叫做“bug”。也可以说是“八格”吧

bug原意是臭虫、虫子,在计算机刚开始发展的时候,计算机体积非常大,包含了许多电子器件,运行时有的时候虫子跑进去死在里面造成计算机故障。工作人员只有进行手工清除虫子,成为debug。慢慢的bug成为程序中的错误,缺陷的代名词。

英语中,bug表示“臭虫”的意思。但在电脑行业却把电脑内部发生的小故障也称为“bug”,或者说是软硬件的漏洞,错误等等, 都可以叫做“bug”。不过程序运行不畅等,这种叫法也许与臭虫不无关系。之所以用bug,是因为虫子虽然秒小, 但是它却可以造成很大的影响,其次可能是因为非常简洁明快。

A computer bug is an error, flaw, mistake, failure, or fault in a computer program that prevents it from working correctly or produces an incorrect result. Bugs arise from mistakes and errors, made by people, in either a program's source code or its design. It is said that there are bugs in all useful computer programs, but well-written programs contain relatively few bugs, and these bugs typically do not prevent the program from performing its task. ...