mcq 队列_MCQ | 8086微处理器中的字符串操作指令

mcq 队列

Question 1:

问题1:

A string is a collection of characters. Each Character is an of byte length which is stored at successive locations. In the 8086 microprocessor, which characters are considered in the string?

字符串是字符的集合。 每个字符都有一个字节长度,存储在连续的位置。 在8086微处理器中,字符串中应考虑哪些字符?

  1. EBCDIC characters

    EBCDIC字符

  2. ASCII characters

    ASCII字符

  3. A string does not treat characters

    字符串不处理字符

  4. None of the above

    以上都不是

Answer: a. ASCII characters

答: ASCII字符

Explanation:

说明:

In the 8086 microprocessor's assembly language, the String is the collection of ASCII characters.

在8086微处理器的汇编语言中,字符串是ASCII字符的集合。



Question 2:

问题2:

While performing any of the MOVE instructions over Strings, i.e. MOVSB, MOBSW or MOVSD, by default, the data is transferred from -

默认情况下,在通过字符串执行任何MOVE指令时,即MOVSB,MOBSW或MOVSD,数据将从-

  1. DS:SI to ES:DI

    从DS:SI到ES:DI

  2. ES:DI to DS:SI

    ES:DI到DS:SI

  3. ES:SI to DS:DI

    ES:SI至DS:DI

  4. None of the above

    以上都不是

Answer: a. DS:SI to ES:DI

答: 从DS:SI到ES:DI

Explanation:

说明:

By default, every move instruction transfers data from the address calculated from DS register and contents of SI to the address calculated from ES register the contents of DI, i.e. from DS: SI to ES: DI.

默认情况下,每条移动指令都将数据从DS寄存器计算出的地址和SI的内容传输到DI内容从ES寄存器计算出的地址,即从DS:SI到ES:DI。



Question 3:

问题3:

Which of the following is the correct code for repeating the MOVSB instructions 10 times?

以下哪项是将MOVSB指令重复10次的正确代码?

  1. REPEAT MOVSB 10

    重复MOVSB 10

  2. REP 10 MOV SB

    REP 10 MOV SB

  3. CX=10

    CX = 10

    REP MOVSB

    REP MOVSB

  4. None of the above

    以上都不是

Answer: c. CX =10 REP
MOVSB

答:c。 CX = 10代表
MOVSB

Explanation:

说明:

REP instruction repeats the given instruction(s) till CX does not becomes zero, i.e. CX != 0. So, for executing the mentioned instruction 10 times, we need to initialize the CX register with 10.

REP指令重复给定的指令,直到CX不为零,即CX!=0。因此,要执行上述指令10次,我们需要将CX寄存器初始化为10。



Question 4:

问题4:

Which of the following flags gets affected when a compare instruction, i.e. CMPSB, CMPSW or CMPSD is executed?

当执行比较指令(即CMPSB,CMPSW或CMPSD)时,以下哪个标志受影响?

  1. Direction Flag (DF)

    方向旗(DF)

  2. Trap Flag (TF)

    陷阱标志(TF)

  3. Interrupt Flag (IF)

    中断标志(IF)

  4. Zero Flag (ZF)

    零标记(ZF)

Answer: d. Zero Flag (ZF)

答案:d。 零标记(ZF)

Explanation:

说明:

Whenever a compare instruction over strings is executed, the status flags are affected. From the mentioned options, only Zero Flag is a status flag. The rest are the Control Flags.

每当执行基于字符串的比较指令时,状态标志都会受到影响。 从上述选项中,只有零标志是状态标志。 其余的是控制标志。



Question 5:

问题5:

At a time, on how many bits can we operate while performing any string operation?

一次,执行任何字符串操作时,我们可以操作多少位?

  1. 8 bits

    8位

  2. 16 bits

    16位

  3. 32 bits

    32位

  4. All of the above

    上述所有的

Answer: d. All of the above

答案:d。 上述所有的

Explanation:

说明:

The string operations can be performed either on 1 byte, 2 bytes or 4 bytes at a time. In the string instructions, for example, Move instructions, in MOVSB, 'B' stands for Byte, i.e. 8 bits. Similarly, in MOVSW, 'W' stands for a word, i.e. 16 bits and in MOVSD, 'D' stands for a double word, i.e. 32 bits.

可以一次在1个字节,2个字节或4个字节上执行字符串操作。 在字符串指令中,例如,MOVSB中的移动指令,“ B”代表字节,即8位。 同样,在MOVSW中,“ W”代表一个字,即16位,在MOVSD中,“ D”代表一个双字,即32位。

翻译自: https://www.includehelp.com/embedded-system/mcq-string-manipulation-instructions-in-the-8086-microprocessor.aspx

mcq 队列

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/542792.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

python 编码 解码 读写文件

python基础语法6编码解码encode编码与decode解码读写文件编码解码 计算机是以二进制(0或1)存储的,以字节为单位,1byte8bit,1KB1024B;1MB1024KB;1GB1024MB 编码表:ASCII码&#xff0…

电脑如何设置不休眠_电脑休眠了却没法唤醒?设置一下就好!

关注全新【HP惠课厅】,惠普消费新品全知晓逐步复工,办公室环境又渐渐熟悉了起来午休外出吃饭、忙里偷闲散步、下班不想关电脑……随手就把电脑休眠了开机也快,网页和工作内容也不会被关掉休眠功能是挺好用的可有时候,无论怎么点开…

node+bower+gulp+webpack初见

2019独角兽企业重金招聘Python工程师标准>>> node node模块管理是通过NPM(即 Node Package Manage,是 NodeJS 模块管理工具)来处理各模块之间的依赖。NPM按树状结构来管理的,支持某模块的不同版本。 [前提是本机已安装…

Java LinkedList公共布尔boolean offerFirst(Object o)方法(带示例)

LinkedList公共布尔布尔offerFirst(Object o)方法 (LinkedList public boolean offerFirst(Object o) method) This method is available in package java.util.LinkedList.offerFirst(Object o). 软件包java.util.LinkedList.offerFirst(Object o)中提供了此方法。 This metho…

hbuilder php mysql_xampp本地服务器+HBuilder配置php环境

HBuilder配置PHP环境:下载,运行HBuilder编辑器打开右侧小窗口,点击设置图标—>设置web服务器—>外置web服务器输入你想要浏览器运行的URL,点击两个确定,再重新点击设置web服务器,选择PHP类文件(选择之…

百度地图手机和电脑不一致_你可能不知道的电脑手机冷知识

各位好久不见呀,自科部科科又回来了!平时我们经常使用电脑,你可能以为你对电脑和手机了如指掌,然而下面的冷知识你知道多少个?01一台电脑可以有多个桌面如果你熟练的使用多个桌面这个技巧那么就可以躲着家长领导偷懒了…

嵌套字典|python_Python | 如果不是,则使用嵌套,根据销售额计算折扣

嵌套字典|pythonInput same amount and calculate discount based on the amount and given discount rate in Python. 输入相同的金额,并根据Python中的金额和给定的折扣率计算折扣。 The discount rates are: 折扣率是: Amount Discount0-5000…

RHEL 7 中 systemctl 的用法(替代service 和 chkconfig)

2019独角兽企业重金招聘Python工程师标准>>> 1、systemctl是RHEL 7 的服务管理工具中主要的工具,它融合之前service和chkconfig的功能于一体。可以使用它永久性或只在当前会话中启用/禁用服务。 systemctl可以列出正在运行的服务状态,如图&am…

python实战——发邮件

from email import encoders#负责编码 from email.header import Header#负责处理邮件头 from email.mime.text import MIMEText#构造邮件内容 from email.utils import parseaddr, formataddr#将输入内容格式化 import smtplib#发送邮件模块def _format_addr(s):#处理格式化文…

js 刷新div_vue.js备忘记录(五) vue-router

如果我们采用SPA(单网页应用)的设计方式,服务器会把前端文件一次性发过来,前端通过监听url的改变,选择展示那些内容,也就是前端路由一. 如何改变url但是页面不刷新?方式一: 改变哈希值hash比如,我们随便找一个网页我们在浏览器控制台输入发现网站的url有了些改变查看network却…

css div撑满窗口高度_如何使用CSS将div的高度设置为窗口的100%?

css div撑满窗口高度Introduction: 介绍: Hello there developers! Well, certainly if you are reading this article then that means that you have run into some trouble while creating your web page or website and if you are a beginner in this field, …

.net core image怎么保存_轻量级Vue图片上传插件——Vue-core-image-Upload

介绍vue-core-image-upload 是一款轻量级的 Vue.js 上传插件,它可以支持的图片的上传,裁剪,压缩。它同样也支持在移动端的图片处理,它定义了诸多上传周期,你可以自由的进行流程控制。Githubhttps://github.com/Vanthin…

mysql确认半同步命令_怎么判断mysql是否是半同步复制

AFTER_COMMIT(5.6默认值)master将每个事务写入binlog ,传递到slave 刷新到磁盘(relay log),同时主库提交事务。master等待slave 反馈收到relay log,只有收到ACK后master才将commit OK结果反馈给客户端。AFTER_SYNC(5.7默认值,但5.6中无此模式…

stl iterator_在C ++ STL中使用const_iterator访问字符列表的元素

stl iteratorIn this example, we are declaring a character list and pushing the characters from A to Z using a for loop and push_back() function and then accessing the elements using const_iterator. 在此示例中,我们声明一个字符列表,并使…

《Linus Torvalds自传》摘录

转自:http://www.ruanyifeng.com/blog/2012/09/linus_torvalds.html作者: 阮一峰日期: 2012年9月 3日除了程序员,大概很少人知道Linux操作系统。它的发明者Linus Torvalds,知道的人就更少了。他本人也很低调&#xff0…

python绘制条形图例题_python matplotlib库绘制条形图练习题

练习一:假设你获取到了2017年内地电影票房前20的电影(列表a)和电影票房数据(列表b),那么如何更加直观的展示该数据? a ["战狼2","速度与激情8","功夫瑜伽",&quo…

mysql验证身份证号正确_通过SQL校验身份证号码是否正确

根据提供的身份证号码信息验证身份证号码是否符合二代身份证规范,其中区域编码网上可下载。使用数据库为DB2,但目测可以通用身份证号码第18位验证算法从网上查得,具体验证算法如下:1、将前面的身份证号码17位数分别乘以不同的系数…

python学习记录

python学习记录schedule库schedule库 import schedule import time #引入schedule和timedef job():print("Working in progress...") #定义一个叫job的函数,函数的功能是打印Im working...#部署情况 schedule.every(10).minutes.do(job) #部署每10…

Python | 在属性的帮助下实现setter和getter

In this program, we are implementing Properties. Python offers a better way to implement setters and getter with the help of properties by using attribute property. By default properties are getters so we have to declare setter part explicitly. 在此程序中&…

windows进入mysql

cd \wamp\bin\mysql\mysql5.6.17\bin\mysql -hlocalhost -uroot -p转载于:https://blog.51cto.com/8818968/1835449