目前本站已有 十几万 份求职资料啦!


广东北电公司面试题目

10-16 00:00:09 来源:http://www.qz26.com 笔试题目   阅读:8334
导读: 英文笔试题 1. tranlation (mandatory) cdma venders have worked hard to give cdma roaming capabilities via the de velopment of ruim-essentially, a sim card for cdma handsets currently being de ployed in china for new cdma operator china unicom. korean cellco ktf demonstr ated earlier this year the ability to roam between gsm and cdma using such car ds.however,only the card containing the user’s service data can roam-not the cdma handset or the user&rs
广东北电公司面试题目,标签:银行笔试题目,企业笔试题目,http://www.qz26.com

      英文笔试题

   1. tranlation (mandatory)

   cdma venders have worked hard to give cdma roaming capabilities via the de 

velopment of ruim-essentially, a sim card for cdma handsets currently being de

 ployed in china for new cdma operator china unicom. korean cellco ktf demonstr 

ated earlier this year the ability to roam between gsm and cdma using such car

 ds.however,only the card containing the user’s service data can roam-not the

 cdma handset or the user’s number (except via call forwarding). 

  2. programming (mandatory) 

  linked list 

  a. implement a linked list for integers,which supports the insertafter (in 

sert a node after a specified node) and removeafter (remove the node after a s

pecified node) methods; 

  b. implement a method to sort the linked list to descending order. 

  3. debugging (mandatory)

  a. for each of the following recursive methods,enter y in the answer box i 

f themethod terminaters (assume i=5), otherwise enter n.

  static int f(int i){ 

   return f(i-1)*f(i-1); 

   }

  ansewr: 

  static int f(int i){ 

   if(i==0){return 1;} 

   else {return f(i-1)*f(i-1);}

   } 

  ansewr:

  static int f(int i){ 

   if(i==0){return 1;}

   else {return f(i-1)*f(i-2);}

   } 

  ansewr: 

  b. there are two errors in the following java program:

  static void g(int i){

   if(i==1){return;} 

   if(i%2==0){g(i/2);return;}

   else {g(3*i);return;} 

   } 


Tag:笔试题目银行笔试题目,企业笔试题目求职笔试面试 - 笔试题目
【字号: 】 【打印】 【关闭
最新更新
推荐热门
联系我们 | 网站地图 | 财务资料 | 范文大全 | 求职简历 | 财会考试 | 成功励志
Copyright 二六求职资料网 All Right Reserved.
1 2 3 4 5 6 7 8 9 10