当前位置:七七学习网文档大全求职指南求职笔试面试笔试题目各大公司面试/笔试题荟萃» 正文

各大公司面试/笔试题荟萃

[10-10 21:21:19]   来源:http://www.77xue.com  笔试题目   阅读:8435
概要:3.In designing your classes, given the choice between inheritance and aggregation which do you choose(15marks)4.How would you work around the lack of multiple inheritance feature in Java (15marks)5.What would you consider to be the hardest part of OO analysis and design and why(10marks)6.How do you keep yourself up to date with the latest in software technology, especially in the field of software development(10marks)7.What si your career aspirat
各大公司面试/笔试题荟萃,标签:驾照笔试题目,腾讯笔试题目,http://www.77xue.com
3.In designing your classes, given the choice between inheritance and aggregation which do you choose(15marks)
4.How would you work around the lack of multiple inheritance feature in Java (15marks)
5.What would you consider to be the hardest part of OO analysis and design and why(10marks)
6.How do you keep yourself up to date with the latest in software technology, especially in the field of software development(10marks)
7.What si your career aspiration Why do you think this E-Commerce Development Center can help you in achieving your career goals(10marks) (1hr, answer in English)
发信人: haliluya (哈里路呀), 信区: Job
能力测试:([]中问题每答一项为5分)
(1)一个班有m名同学,问m为多少时有两人同一天生日的概率为0.6。建立数学模型并解
答(15分)
[该模型适用于通信中的那些情况(25分)]
(2)为了解决学生洗澡难的问题,学校新建一澡堂,水龙头数为m,每天开放k小时,如果学生人数为n,每位学生每周洗一次澡,每次须半小时,学生到达澡堂服从均匀分布,问当m为多少时学生洗澡等待时间不超过10分钟。建立数学模型并解答(30分)[该模型适用于通信中的那些情况(30分)]
综合测试:
(1)如果有了钱你干什么?
(2)你最要好的朋友是什么人,你们认识多久了,你对她(他)的评价为?
发信人: haliluya (哈里路呀), 信区: Job
TC2.0 环境下的如下程序, 执行结果为

www.77xue.com哦
please input: scanf : floating point formats not linked
Abnormal program termination
试解决!1
#include "stdio.h"
#include "stdlib.h"
main()
{
float *a;a = (float *)malloc(10*sizeof(float));
printf("Please input: ");
scanf("%f", &a[0]); /* &a[0] 也不行 */
printf("What you have input is %f", *a);
getch();
free(a);
}
发信人: haliluya (哈里路呀), 信区: Job
1.说出RC振荡器的构成和工作原理.(见高频书)
2.SDH是什么(同步数字分级结构)
3.共模、差模是什么画出差分电路的结构.(高频书)
4.a=5;b=6;a+=b++;执行结果是什么(a=11;b=7)
5.TDM是什么CDMA是什么(时分复用码分多址)
6.采样定理是什么(略)
7.香农定理是什么(C=H*ln(1+S/N))
8.计算机的中断有哪几类
发信人: haliluya (哈里路呀), 信区: Job
逻辑考题(一)36797ec984应届生求职网YingJieSheng.COMd55d40b266
此题源于1981年柏林的德国逻辑思考学院,98%的测验者无法解题。
前提:
有五间房屋排成一列
所有房屋的外表颜色都不一样
所有的屋主来自不同的国家
所有的屋主都养不同的宠物;喝不同的饮料;抽不同的香烟
提示:
英国人住在红色房屋里
瑞典人养了一只狗
丹麦人喝茶
绿色的房子在白色的房子的左边
绿色房屋的屋主喝咖啡

上一页  [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]  下一页


Tag:笔试题目驾照笔试题目,腾讯笔试题目求职指南 - 求职笔试面试 - 笔试题目

《各大公司面试/笔试题荟萃》相关文章

联系我们 | 网站地图 | 范文大全 | 管理知识 | 教学教育 | 作文大全 | 语句好词
Copyright http://www.77xue.com--(七七学习网) All Right Reserved.
1 2 3 4 5 6 7 8 9 10