题目内容

Completethefollowingreferencerequestletterbyfillingintheblankswithappropriateprepositions.DearMrs.White:Wehavereceivedanapplication1)Carl2)thispost.Detailsofourcompanyandacopyofthejobdescriptionareenclosed.Carlhastoldusthatwemayapply3)you4)areference.WeshouldbegratefulifyoucantellushowlongCarlhasbeenemployed5)TopFactory,andwhatpostshehasheld.Weshouldliketohavesomeinformation6)hispersonalabilities.Thispostrequiresleadershipqualities,abilitytocommunicateandwork7)ateam,andagoodcommand8)English.Doyouconsiderhimasuitablepersontoholdakeymanagementpositioninanexpandingmultinationalcorporation?Thankyouforyourhelp.Yoursincerely,LindaChen

查看答案
更多问题

单片机程序设计中经常用到中断,在C51语言中用中断序号,汇编语言中称入口地址,二者是对应的,外部中断0的序号及入口地址为()。

A. 2 、0013H
B. 1 、0013H
C. 0、 0003H
D. 0、000BH

程序定义为:void T0_svr(void) interrupt 1 using 1请问下面说法哪个是错误的()。

A. T0_svr 无入口参数,也无返回值
B. T0_svr 是中断函数,中断序号为1,对应汇编入口地址为000BH
C. T0_svr 不能被其他程序调用,但可以被主程序call T0_svr调用
D. T0_svr的工作寄存器为1组

编写定时器1中断程序时要在函数说明部分写()。

A. interrupt 0
B. interrupt 1
C. interrupt 2
D. interrupt 3

以下程序运行后,P2口输出结果是()。#includevoidmain(void){unsignedchary;unsignedcharmybyte=0x29;y=mybyte&0xF0;//屏蔽低4位y=y>>4;//将高4位移至低4位P2=y|0x30;while(1);}

A. 0x32
B. 0x09
C. 0x02
D. 0x00

答案查题题库