Preface xxi 1 Number Systems 1 1.1 Analogue Versus Digital 1 1.2 Introduction to Number Systems 2 1.3 Decimal Number System 2 1.4 Binary Number System 3 1.4.1 Advantages 3 1.5 Octal Number System 4 1.6 Hexadecimal Number System 4 1.7 Number Systems
自己编的,绝对正确!data segment m2 DB '0' ;分的十位 m1 DB '0' ;分的个位 DB ':' ;间隔 s20 DB '0' ;秒的十位 s1 DB '0' ;秒的个位 DB ':' ;间隔 ms2 DB '0' ;百分秒位 ms1 DB '0' ;十分秒位 ROW DB 0 ;行数 char1 db 15 char2 db ? char3 db 8 dup(?) ;*****定义please等提示信息***** str db 20 db 50h,7,0,0 db
微机原理与应用试卷 一、单项选择题(每小题 1 分共 10 分) 1. 0.6875D的二进制为 ( ) ① 0.0111B ② 0.1101B ③ 0.1011B ④ 0.1111B 2. 一条指令执行完后,CS=1000H,IP=1052H,则下一条指令的地址为 ( ) ① 2025H ② 11052H ③ 01052H ④ 10520H 3. 8088数据输出为多少位。 ( ) ① 4 ② 8 ③ 16 ④ 32 4. 若8086 CPU主频为8MHz,则其基本总线周期为 ( ) ①