标题: 某公司部分笔试题,仅供参考! [打印本页] 作者: Song 时间: 2004-6-29 13:03 标题: 某公司部分笔试题,仅供参考! 以下是某公司一次笔试中出的题目,是部分专业题目,可以和大家分享一下,希望对大家有用。
(要求以英文做答)
Q:When speaking of software products, how do you define the term“quality”.
Q:What is the role of software debelopers and quality assuranle engineers in ensuring the quality of the product? How are other functional areas important to developing a quality product?
Q:What is cyclomatic complexity?
Q:What are black-box texing and white-box texting?
Q:The following function divides a by b and out put to c,returns -1 as error.
Int divide (int a,int b,int c)
List you test cases in a black-box testing.
Q: Int a ctivity(int nage,bool b male)
{if (nage<60)
return zoo;
else if(bmale)
return golf;
else return movie;
}
Q:The following function tests whether the three numbers can be the lengths of the three sides of a triangle.
Bool triangle(float a,float b,float c)
List you test cases in a black-box testing.
以上题目如有单词拼写错误还请谅解:p作者: jzhao 时间: 2004-6-29 15:23
E文不好,看不懂:|作者: Song 时间: 2004-6-29 15:35 标题: ~~~ 哈哈,没办法啊,我就是这样因为看不懂才有时间抄回来和大家分享的啊,我能看懂的也只能用中文回答了,但是当时是要求用E文的啊:p这也是我的经历啊!还有很大一部分题目是测IQ的呢!呵呵,不过我没记下来。作者: archonwang 时间: 2004-6-30 13:11
能看懂,但是有些不会用英文回答,需要补习英语了作者: xm3525 时间: 2004-7-5 11:56 标题: 不正确的请大家指正 Q:When speaking of software products, how do you define the term“quality”.
问:当说到软件产品的时候,你如何定义术语“质量”
Q:What is the role of software debelopers and quality assuranle engineers in ensuring the quality of the product? How are other functional areas important to developing a quality product?
问:在确定产品的质量方面,什么是软件开发工程师和质量保证工程师要做的?其他的功能对如何发展产品质量有什么重要?
Q:What is cyclomatic complexity?
问:(这是一个复杂度模型吧)
Q:What are black-box texing and white-box texting?
问:什么是黑盒测试和白盒测试?
Q:The following function divides a by b and out put to c,returns -1 as error.
Int divide (int a,int b,int c)
List you test cases in a black-box testing.
问:对 Int divide (int a,int b,int c)函数写出黑盒测试用例
Q:Int a ctivity(int nage,bool bmale)
{if (nage<60)
return zoo;
else if(bmale)
return golf;
else return movie;
}
Q:The following function tests whether the three numbers can be the lengths of the three sides of a triangle.
Bool triangle(float a,float b,float c)
List you test cases in a black-box testing.
问:也是让写黑盒测试用例,是一个三个数是否是三角形的三条边的测试作者: jackyhc 时间: 2004-7-10 14:29
看完后感觉能回答上来的不多啊,谁来给解答一下呀~~,觉得这些问题还是挺有意义的作者: lhj_ice 时间: 2005-1-5 12:47
What is cyclomatic complexity?
圈复杂度是什么?作者: lucifer 时间: 2005-1-11 14:07
就算看懂了,也不会用E文回答,要补习E文了作者: kpxl 时间: 2005-1-31 11:09
很难回答的,就是用中文都不好说。最简单的一个,什么是白盒测试,什么是黑盒测试,就很难回答。至于怎么定义“质量”就难了,仁者见仁,智者见智,如果对方有陷入为主的看法,就危险了。作者: 嗨嗨 时间: 2005-1-31 17:01
Quality is defined: Meeting customer requirements
偶们测试中的答案^_^作者: YanGY 时间: 2005-2-25 04:14
Quality: meet customer requirements.
Quality assuranle engineers: use a set of activities designed to ensure the development process to meet the requirements.
Black box testing: a testing without knowledge of the internal working of the item being tested.
white box testing: use specific knowledge of programming code to examine outputs.作者: baitest 时间: 2005-2-27 14:00 标题: 楼主的面试题目! 听一个朋友讲过,好像是汉略信息公司的题目!