【单选题】【消耗次数:1】
下列哪项属于字寻址( )
I0.2
VB10
VW10
ID0
参考答案:
复制
纠错
相关题目
【单选题】 下列哪项属于双字寻址( )
①  MD28
②  QW1
③  V1.0
④  IB0
【单选题】 在JavaScript中,运行下面的代码,sum的值是( )。 var sum = 0; for(i = 1; i < 10; i++) { if(i%5==0) break; sum = sum + i; }
①  40
②  50
③  5
④  10
【单选题】 说明语句“staticinti=10;”中,“i=10”的含义是()
①  只说明了一个变量
②  与inti=10在功能上等价
③  将变量i初始化为10
④  将变量i赋值为10
【单选题】 在JavaScript中,运行下面的代码,sum的值是( )。var sum = 0;for(i = 1; i ( 10; i++) { if(i%5==0) break; sum = sum + i;}(选择一项)
①  40
②  50
③  5
④  10
【单选题】 已知三点A(10、20、15)、B(10、0、30)、C(0、10、0),则在坐标面上的点为______。
①  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:普通表格; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; mso-bidi-font-size:11.0pt; font-family:等线; mso-ascii-font-family:等线; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:等线; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:等线; mso-hansi-theme-font:minor-latin; mso-font-kerning:1.0pt;} A、B、C三点
②  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:普通表格; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; mso-bidi-font-size:11.0pt; font-family:等线; mso-ascii-font-family:等线; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:等线; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:等线; mso-hansi-theme-font:minor-latin; mso-font-kerning:1.0pt;} B点
③  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:普通表格; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; mso-bidi-font-size:11.0pt; font-family:等线; mso-ascii-font-family:等线; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:等线; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:等线; mso-hansi-theme-font:minor-latin; mso-font-kerning:1.0pt;} B、C两点
④  Normal 0 7.8 磅 0 2 false false false EN-US ZH-CN X-NONE /* Style Definitions */ table.MsoNormalTable {mso-style-name:普通表格; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.5pt; mso-bidi-font-size:11.0pt; font-family:等线; mso-ascii-font-family:等线; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:等线; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:等线; mso-hansi-theme-font:minor-latin; mso-font-kerning:1.0pt;} C点
【单选题】 在下面循环语句中循环体执行的次数为()。 int i=0; do i++; while(i*i<10);
①  4
②  3
③  5
④  2
【单选题】 在下面循环语句中循环体执行的次数为(????) ?int i=0; do i++; while(i*i<10);
①  4
②  3
③  5
④  2
【单选题】 10、下列哪项不是社会舆论的特点( )
①  广泛性
②  冲突性
③  深刻性
④  持续性
【单选题】 下述程序的运行结果( )。 #includevoid main() { char ch; int i=0; for(ch=achzch++) { printf(%c ,ch); if(i%10==0) printf(\n } printf(\n }
①  a b c d e f g h i j k l m n o p q r s t u v w x y z
②  a b c d e f g h i j k l m n o p q r s t u v w x y z
③  a b c d e f g h i j k l m n o p q r s t u v w x y z
④  a b c d e f g h i j k l m n o p q r s t u v w x y z
【单选题】 已知:inti;fori=0;i<=10;i++);如果表达式1即i=0缺省那么完成表达式1功能的语句可以)
①  放在for语句的前面
②  放在循环体中
③  放在for语句的后面
④  放在程序的任何地方
随机题目
【单选题】 下列说法不正确的是( )。
①  银行的普通股股东拥有表决权
②  银行的优先股股东拥有表决权
③  股东大会有权选举董事和监事
④  股东大会可以决定银行的经营方针和投资计划
【单选题】 商业银行的性质主要归纳为以追求什么为目标?
①  追求最大贷款额
②  追求最大利润
③  追求最大资产
④  追求最大存款
【单选题】 商业银行利用吸收的活期存款,通过转账的方式发放贷款,从而衍生出更多存款,扩大社会货币供给量。这种功能被称为( )功能。
①  信用中介
②  支付中介
③  信用创造
④  金融服务
【单选题】 存款保险制度保护的存款者类型为什么?
①  小额存款人
②  大额存款人
③  中额存款人
④  公司存款人
【单选题】 1897年在上海成立的()标志着中国现代银行的产生。
①  交通银行
②  浙江兴业银行
③  中国通商银行
④  北洋银行
【单选题】 在我国,设立商业银行必须经过()审查批准或许可。
①  中国人民银行
②  中国银监会
③  工商行政管理局
④  银行业协会
【判断题】 计算资本充足率时,商业银行自身信用风险变化导致其负债公允价值变化带来的未实现损益属于商业银行核心一级资本全额扣除项。
①  正确
②  错误
【判断题】 商业银行可以允许保险公司人员派驻银行网点。
①  正确
②  错误
【判断题】 超额准备金是指在存款准备金账户中,超过了法定存款准备金的那部分存款
①  正确
②  错误
【判断题】 银行的预期现金流量比大于1,则说明该银行未来流动性可能较强
①  正确
②  错误