编程 mcq

Question 1: How many pins does the 8255 PPI IC contains?

问题1:8255 PPI IC包含多少个引脚?

  1. 24

    24

  2. 20

    20

  3. 32

    32

  4. 40

    40

Answer: d. 40

答案:d。 40



Question 2: In which mode do all the Ports of the 8255 PPI work as Input-Output units for data transfer?

问题2:8255 PPI的所有端口都在哪种模式下用作数据传输的输入输出单元?

  1. BSR mode

    BSR模式

  2. Mode 0 of I/O mode

    I / O模式的模式0

  3. Mode 1 of I/O mode

    I / O模式的模式1

  4. Mode 2 of I/O mode

    I / O模式的模式2

Answer: b. Mode 0 of I/O mode

答案:b。 I / O模式的模式0



 Question 3: Which of the following pins are responsible for handling the on the Read Write control logic unit of the 8255 PPI?

问题3:以下哪个引脚负责处理8255 PPI的读写控制逻辑单元?

  1. CS'

    CS'

  2. RD'

    RD'

  3. WR'

    WR'

  4. ALL of the above

    上述所有的

Answer: d. All of the above

答案:d。 上述所有的



Question 4: In which of the following modes is the 8255 PPI capable of transferring data while handshaking with the interfaced device?

问题4:8255 PPI在以下哪种模式下能够与接口设备握手时传输数据?

  1. BSR mode

    BSR模式

  2. Mode 0 of I/O mode

    I / O模式的模式0

  3. Mode 1 of I/O mode

    I / O模式的模式1

  4. Mode 2 of I/O mode

    I / O模式的模式2

Answer: c. Mode 1 of I/O mode

答:c。 I / O模式的模式1



Question 5: How many bits of data can be transferred between the 8255 PPI and the interfaced device at a time? or What is the size of internal bus of the 8255 PPI?

问题5:一次可以在8255 PPI和接口设备之间传输多少位数据? 或8255 PPI的内部总线大小是多少?

  1. 16 bits

    16位

  2. 12 bits

    12位

  3. 8 bits

    8位

  4. None of the above

    以上都不是

Answer: c. 8 bits

答:c。 8位



Question 6: Which port of the 8255 PPI is capable of performing the handshaking function with the interfaced devices?

问题6:8255 PPI的哪个端口能够与接口设备执行握手功能?

  1. Port A

    港口A

  2. Port B

    港口B

  3. Port C

    C口

  4. All of the above

    上述所有的

Answer: c. Port C

答:c。 C口



Question 7: In which of the following modes of the 8255 PPI, only port C is taken into consideration?

问题7:在8255 PPI的以下哪种模式下,仅考虑端口C?

  1. BSR mode

    BSR模式

  2. Mode 0 of I/O mode

    I / O模式的模式0

  3. Mode 1 of I/O mode

    I / O模式的模式1

  4. Mode 2 of I/O mode

    I / O模式的模式2

Answer: a. BSR mode

答: BSR模式



Question 8: In mode 2 of I/O mode, which of the following ports are capable of transferring the data in both the directions?

问题8:在I / O模式的模式2中,以下哪个端口能够双向传输数据?

  1. Port A

    港口A

  2. Port B

    港口B

  3. Port C

    C口

  4. All of the above

    上述所有的

Answer: a. Port A

答: 港口A



Question 9: In which of the following modes we do not consider the D6, D5 and D4 bits of the control word?

问题9:在以下哪种模式下,我们不考虑控制字的D6,D5和D4位?

  1. BSR mode

    BSR模式

  2. Mode 0 of I/O mode

    I / O模式的模式0

  3. Mode 1 of I/O mode

    I / O模式的模式1

  4. Mode 2 of I/O mode

    I / O模式的模式2

Answer: a. BSR mode

答: BSR模式



Question 10: How many data lines in total are there in the 8255 PPI IC?

问题10:8255 PPI IC中总共有多少条数据线?

  1. 8 data lines

    8条数据线

  2. 32 data lines

    32条数据线

  3. 24 data lines

    24条数据线

  4. None of the above

    以上都不是

Answer: c. 24 data lines

答:c。 24条数据线

翻译自: https://www.includehelp.com/embedded-system/mcq-8255-ppi-programmable-peripheral-interface.aspx

编程 mcq

编程 mcq_MCQ | 8255 PPI(可编程外围接口)相关推荐

  1. 【微机原理 实验】可编程外围接口芯片8255(4)(硬件-含汇编代码)

    实验十  可编程外围接口芯片8255(4) 更多微机实验: Github: https://github.com/Amoiensis/Assembly-language CSDN: https://b ...

  2. 可编程并行接口8255

    8255是通用的并行接口芯片,通过编程实现多种工作方式,满足不同应用需求. 8255A是Intel公司生产的可编程并行I/O接口芯片,有3个8位并行I/O口.具有3个通道3种工作方式的可编程并行接口芯 ...

  3. 【Android 应用开发】Android 网络编程 API笔记 - java.net 包相关 接口 api

    Android 网络编程相关的包 : 9 包, 20 接口, 103 类, 6 枚举, 14异常; -- Java包 : java.net 包 (6接口, 34类, 2枚举, 12异常); -- An ...

  4. 微型计算机系统实验总结(学习性实验:IO地址译码,可编程并行接口8255,交通灯控制实验 + 自主设计实验:汽车信号灯控制系统,电风扇控制器,洗衣机控制系统,霓虹灯,电梯控制系统)

    实验配套软件: https://download.csdn.net/download/qq_39932172/11221584 实验指导用书: 教师版: https://download.csdn.n ...

  5. C#—— 1.在设备管理系统中,为了统一各种设备的编程规范,需要定义一个设备接口(IDevice),

    1.在设备管理系统中,为了统一各种设备的编程规范,需要定义一个设备接口(IDevice),在该接口中描述了有关设备的启动(Start).停止(Stop).维修(Mainta).工作(Run).检测状态 ...

  6. php面向对象编程快速入门,PHP面向对象编程的快速入门

    面向对象编程(OOP)是我们编程的一项基本技能,PHP4对OOP提供了良好的支持.如何使用OOP的思想来进行PHP的高级编程,对于提高PHP编程能力和规划好Web开发构架都是非常有意义的.下面我们就通 ...

  7. python对象编程例子-Python3.5面向对象编程图文与实例详解

    本文实例讲述了Python3.5面向对象编程.分享给大家供大家参考,具体如下: 1.面向过程与面向对象的比较 (1)面向过程编程(procedural programming) 面向过程编程又被称为: ...

  8. 如何自学python编程-零基础如何自学编程?

    如果你正在自学编程和代码,并苦于没有优质资源,那么我就找对了地方. 接下来给你介绍21个免费学习写代码的网站,在办公室里或在家里即可轻松学编程. 编程初学者必必必必必必!看! 马!上!打包收藏这21个 ...

  9. ab plc编程软件_三菱PLC编程程序PLC的软件编程

    三菱PLC编程程序-PLC的软件编程 BL2 RACKMOUNT 4U系列工控机 - 搭载Intel第六代core i系列CPU, I3-6100, I5-6500, I7-6700 CPU可选 - ...

最新文章

  1. 【深度学习】深入浅出数字图像处理基础(模型训练的先修课)
  2. Cordys服务器启停脚本
  3. 爬虫基本原理及Request和Response分析
  4. 解决IntelliJ创建Maven项目一直显Loading archetype list
  5. CoInitialize\CoCreateGuid\CoCreateInstance
  6. 实战HPUX 11.31 MC/SG更换锁盘
  7. .net、mono和C#
  8. 【图】二分图最大权匹配
  9. [转载] Python中的set(集合)数据类型
  10. Javascript:面向对象举例——矩形类及其实例化
  11. Java基础教程——线程局部变量
  12. 中国汉字大全 免费下载
  13. 项目经理需要具备的技能
  14. GRE高频词汇出现频率汇总
  15. Chrome 插件收集
  16. Java 设置Word文本框中的文字旋转方向
  17. word:如何将文档中的中文和英文分开
  18. 一文教你玩转Mybatis,超详细代码讲解与实战
  19. 如何避免PayPal、Fb、谷歌账户被封,又如何解封?
  20. 【论文简读】Diffusion Kernel Attention Network for Brain Disorder Classification用于脑疾病分类的扩散核注意力网络

热门文章

  1. 计算机 教育 研究生分数查询,专业硕士在考试结束之后几周内可以去查分呢现在只能是通过电脑来查分了吗...
  2. python读取xlsx文件pandas_用Python的pandas框架操作Excel文件中的数据教程
  3. php函数内的循环,PHP 循环列出目录内容的函数代码
  4. python字符串是否包含某元素_Python实现判断一个字符串是否包含子串的方法总结...
  5. php laravel 返回统一格式,封装的统一的Laravel响应类,返回数据类
  6. vue 获取当前元素的父元素_react获取触发元素的属性 e.target.dataset
  7. Tensorflow代码转pytorch代码 函数的转换
  8. drbd(三):drbd的状态说明
  9. 6、EIGRP配置实验之负载均衡
  10. maven插件介绍之tomcat7-maven-plugin