广东北电公司面试题目

时间:2022-10-12 22:27:26 笔试题目 我要投稿
  • 相关推荐

广东北电公司面试题目

      英文笔试题

广东北电公司面试题目

   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;} 

   } 

【广东北电公司面试题目】相关文章:

广东北电面试题目12-10

名企面试试题-广东北电07-10

名企面试试题——广东北电07-31

广东北电(nortel)笔试题02-18

记广东北电笔试07-31

[ZT]北电面试11-06

名企面试试题程序设计(广东北电)07-31

广东公考2004—2005面试题目汇总07-31

保洁公司面试题目07-26

移动公司面试题目07-31