天天看點

摩托羅拉筆試題

摩托羅拉筆試題

1、What are the two operating mode of X86, and how do they work?

   2、class a{};

      class b:virtual public a{};

      class c:virtual public a{};

      class d:public b,public  c{}

      int i1,i2,i3,i4;

      i1=sizeof a;

      i2=sizeof b;

      i3=sizeof c;

      i4=sizeof d;

      what are the results of i1,i2,i3,i4? and why?

   3、請問線程和程序在win32平台上的差別和聯系。

   4、請盡量詳細的解釋下列名詞:PCI,USB,PnP,P1248