问题 填空题


下面程序是动态显示程序,请分析程序完成说明。
MOV DPTR,#4400H
MOV A,#03H
MOVX @DPTR,A
SETB RS0 ;使用第1组工作寄存器
MOV R2,#08H
MOV R0,#30H
CLR A
L1: MOV @R0,A
INC R0
INC A
DJNZ R2,L1
DISP: MOV R0,#30H ;显示缓冲区首址送R0
MOV R1,#00H
MOV R2,#08H ;R2中的08H表示①
MOV R3,#7FH ;选中最右端LED
DISP1: MOV A,@R0 ;第2次执行时A=②
MOV DPTR,#TAB ;指向字形表首址
MOVC A,@A+DPTR ;第2次执行时A=③
MOV DPTR,#4402H ;4402H表示④
MOVX @DPTR,A ;该条指令的作用是⑤
MOV A,R3 ;第2次执行时A=⑥
MOV DPTR,#4401H ;指向位选口
MOVX @DPTR,A ;位码送PA口
DJNZ R1,$ ;
DJNZ R1,$ ;该指令的作用是⑦
RR A ;位选字移位
MOV R3,A ;移位后的位选字送R3
INC R0 ;在本程序中,R0最大取值为⑧
MOV A,@R0 ;缓冲区数据送A
DJNZ R2,DISP1 ;未扫描完,继续循环
SJMP DISP
TAB: DB 3FH,06H,5BH,4FH,66H;共阴极LED字形表
DB 6DH,7DH,07H,7FH,6FH
答:①______;②______;③______;④______;
⑤______;⑥______;⑦______;⑧______。

答案

参考答案:⑧37H

阅读理解

根据短文内容,从短文后的选项中选出能填入空白处的最佳选项,选项中有两项为多余选项.

 小题1:  One of the best things you can possibly do is to start your own club. It’s great fun especially if you are the sort of person who feels there’s never anything to do during the school holidays.

The first thing you need to come up with is an idea for your club.    小题2:  Pets, clothes, pop music or dancing groups, sports, making things? The list is endless.

Next you need some friends to be in your club with you.    小题3:  All you need is three or four other people who are interested in the same things as you.

 小题4:  You should all sit down somewhere together with lots of pieces of paper and write down every name you can think up. That’ll keep you busy for ages.

At your first meeting you should make up a rule book. And the first rule should be no grown-ups or little/big brothers or sisters! The best clubs are always secret!

Now you have just almost everything you need, except membership cards. These are very important and again you can spend a lot of time making them.    小题5:  Why not leave some space for a photo of yourself? That will make the membership card really look like it.

So there are you are, get clubbing! Once you get started you’ll think of loads of more interesting things to do!

A.That’s easy.

B.Enjoy your own club!

C.Invite a designer to join you.

D.What are you interested in?E. Summer vacation is just around the corner.

F. Then you need to pick a name for your club.

G. Use bright thick pens to make a special design.

判断题