【单选题】
MCS-51系列的单片机中片内RAM的字节大小可能的是___
A. 128M
B. 128K
C. 128
D. 64
查看试卷,进入试卷练习
微信扫一扫,开始刷题
相关试题
【单选题】
C51语言提供的合法的数据类型关键字是___。
A. sfr
B. BIT
C. Char
D. integer r
【单选题】
片内RAM的位寻址区,位于地址___处。
A. 00H~1FH
B. 20H~2FH
C. 30H~7FH
D. 80H~FFH
【单选题】
间接寻址片内数据存储区(256字节),所用的存储类型是___
A. data
B. bdata
C. idata
D. xdata
【单选题】
MCS-51单片机上电复位的信号是___
A. 下降沿
B. 上升沿
C. 低电平
D. 高电平
【单选题】
下列关于程序计数器PC的描述中___是错误的。
A. PC不属于特殊功能寄存器
B. PC中的计数值可被编程指令修改
C. PC可寻址64KBRAM空间
D. PC中存放着下一条指令的首地址
【单选题】
可以将P1口的低4位全部置高电平的表达式是___
A. P1&=0x0f
B. P1|=0x0f
C. P1^=0x0f
D. P1=~P1
【单选题】
一般单片机C51程序中,为了使程序执行的效率最高,函数参数传递时,函数参数的个数不能够超过___
【单选题】
需要扩展一片外部RAM,大小32K字节,需要的地址线是___
【单选题】
如果将中断优先级寄存器IP中,将IP设置为0x0A,则优先级最高的是___
A. 外部中断1
B. 外部中断0
C. 定时/计数器1
D. 定时/计数器0
【单选题】
单片机C51中用关键字___来改变寄存器组
A. interrupt
B. unsigned
C. using
D. reentrant
【单选题】
8255A是可编程的并行输入/输出接口芯片,作为基本输入输出方式,其方式是___
A. 方式0
B. 方式1
C. 方式2
D. 方式3
【单选题】
8255A是可编程的并行输入/输出接口芯片,内部有___个8位的并行口。
【单选题】
使用宏来访问绝对地址时,一般需包含的库文件是___
A. reg51.h
B. absacc.h
C. intrins.h
D. startup.h
【单选题】
执行#define PA8255 XBYTE[0x3FFC],PA8255=Ox7e 后存储单元Ox3FFC的值是___
A. Ox7e
B. 8255H
C. 未定
D. 7e
【单选题】
具有模数转换功能的芯片是___
A. ADC0809
B. DAC0832
C. MAX813
D. PCF8563
【单选题】
使用_nop_()函数时,必须包含的库文件是___
A. reg52.h
B. absacc.h
C. intrins.h
D. stdio.h
【单选题】
ADC0809的启动转换的信号是___
A. ALE
B. EOC
C. CLOCK
D. START
【单选题】
在串行口工作于移位寄存器方式时,其接收由___来启动。
A. REN
B. RI
C. REN和RI
D. TR
【单选题】
已知某数的BCD码为0111 0101 0100 0010 则其表示的十进制数值为___
A. 7542H
B. 7542
C. 75.42H
D. 75.42
【单选题】
十进制数-36在8位微机中的反码和补码分别是___。
A. 00100100B,11011100B
B. 00100100B,11011011B
C. 10100100B,11011011B
D. 11011011B,11011100B
【单选题】
单片机的程序计数器PC用来___。
A. 存放指令
B. 存放正在执行的指令地址
C. 存放下一条指令地址
D. 存放上一条指令地址
【单选题】
若单片机的振荡频率为6MHz,设定时器工作在方式1需要定时1ms,则定时器初值应为___。
A. 500
B. 1000
C. 216-500
D. 216-1000
【单选题】
MCS-51单片机在同一优先级的中断源同时申请中断时,CPU首先响应___。
A. 外部中断0
B. 外部中断1
C. 定时器0中断
D. 定时器1中断
【单选题】
MCS-51单片机的外部中断1的中断请求标志是___。
A. ET1
B. TF1
C. IT1
D. IE1
【单选题】
二进制数10101010B与00000000B的“与”、“或”和“异或”结果是___。
A. 10101010B,10101010B,00000000B
B. 00000000B,10101010B,10101010B
C. 00000000B,10101010B,00000000B
D. 10101010B,00000000B,10101010B
【单选题】
若某存储器芯片地址线为12根,那么它的存储容量为___
A. 1KB
B. 2KB
C. 4KB
D. 8KB
【单选题】
PSW=18H时,则当前工作寄存器是___
【单选题】
控制串行口工作方式的寄存器是___
A. TCON
B. PCON
C. SCON
D. TMOD
【单选题】
十进制29的二进制表示为原码___
A. 11100010
B. 10101111
C. 00011101
D. 00001111
【单选题】
用MCS-51用串行扩展并行I/O口时,串行接口工作方式选择___
A. 方式0
B. 方式1
C. 方式2
D. 方式3
【单选题】
MCS-51外扩ROM,RAM和I/O口时,它的数据总线是___
【单选题】
-49D的二进制补码为.___
A. 11001111
B. 11101101
C. 0001000
D. 11101100
【单选题】
二进制数11101110B与01110111B的“与”、“或”和“异或”结果是___。
A. 01100110B,10011001B,11111111B
B. 11111111B,10011001B,01100110B
C. 01100110B,01110111B,10011001B
D. 01100110B,11111111B,10011001B
【单选题】
MCS-51单片机的复位信号是___有效。
A. 下降沿
B. 上升沿
C. 低电平
D. 高电平
【单选题】
8位二进制数,采用补码形式表示一个带符号数,它能表示的整数范围是_______。
A. -127~+127;
B. -128~+128;
C. -127~+128;
D. -128~+127
【单选题】
用二进制表示一个5位长的十进制数,至少需要用________位二进制数。
A. 14;
B. 15;
C. 16;
D. 17
【单选题】
80C51单片机定时器T0的溢出标志TF0,当计数满在CPU响应中断后___
A. 由硬件清零
B. 由软件清零
C. 软硬件清零均可
D. 随机状态
【单选题】
已知: 带符号位二进制数X和Y的原码为[X[原=10011010B,[Y]原=11101011B,则[X+Y]补=_______。
A. 01111011B;
B. 10000101;
C. 11111011B;
D. 溢出
【单选题】
已知: 带符号位二进制数X和Y的补码为[X]补=11001000B,[Y]补=11101111,则[X+Y]真值=_________。
A. -55;
B. -73;
C. +73;
D. 溢出
推荐试题
【单选题】
设有关系R、S、T如下所示,则___。
A. :T=R∩S
B. :T=RUS
C. :T=R/S
D. :T=RxS
【单选题】
单个用户使用的数据视图的描述属于___。
A. :外模式
B. :概念模式
C. :内模式
D. :存储模式
【单选题】
数据库中只存放视图的___。
A. :操作
B. :对应的数据
C. :定义
D. :限制
【单选题】
以下关于计算机网络协议的叙述中,不正确的是___。
A. :网络协议就是网络通信的内容
B. :制定网络协议是为了保证数据通信的正确、可靠
C. :计算机网络的各层及其协议的集合,称为网络的体系结构
D. :网络协议通常由语义、语法、变换规则3部分组成
【单选题】
OSI/RM协议模型的最底层是()。OSI/RM协议模型的最底层是___。
A. :应用层
B. :网络层
C. :物理层
D. :传输层
【单选题】
人工智能(AI)时代,人类面临许多新的安全威胁。以下___不属于安全问题。
A. :AI可能因为学习了有问题的数据而产生安全隐患或
B. :黑客入侵可能利用AI技术使白动化系统故意犯罪
C. :由于制度漏洞和监管不力,AI系统坑能面临失控,造成损失
D. :AI技术在某些工作、某些能力方面超越人类,淘汰某些职业
【单选题】
计算机感染病毒后常见的症状中,一般不包括___。
A. :计算机系统运行异常(如死机、运行速度降低、文件大小异常等
B. :外部设备使用异常(如系统无法找到外部设备,外部设备无法使用
C. :网络异常(如网速突然变慢,网络连接错误,许多网站无法访问
D. :应用程序计算结果异常(如输出数据过多或过少过大或过小
【单选题】
面向社会服务的信息系统突发安全事件时所采取的技术措施中一般不包括___。
A. :尽快定位安全风险点,努力进行系统修复
B. :将问题控制在局部范围内,不再向全系统扩散
C. :关闭系统,切断与外界的信息联系,逐人盘查
D. :全力挽回用户处理的信息,尽量减少损失
【单选题】
“信息处理系统一开放系统互连一基本参考模型》(IS07498-2:1989)属于___。
A. :国际标准
B. :国家标准
C. :行业标准
D. :企业标准
【单选题】
建立规范的信息处理流程的作用一般不包括___。
A. :使各个环节衔接井井有条,不重复,不遗漏
B. :各步骤都有数据校验,保证信息处理的质量
C. :减少设备的损耗,降低信息处理成本
D. :明确分工和责任,出现问题便于追责
【单选题】
一般来说,收集到的数据经过清洗后,还需要进行分类、排序等工作。这样做的好处主要是___。
A. :节省存储
B. :便于传输
C. :提高安全性
D. :便于查找
【单选题】
在大型分布式信息系统中,为提高信息处理效率,减少网络拥堵,信息存储的原则是:数据应尽量___。
A. :集中存储在数据中心
B. :分散存储在数据产生端
C. :靠近数据使用端存储
D. :均衡地存储在各个终端
【单选题】
某社区有1 2个积极分子A~L,他们之间的联系渠道见下图。居委会至少需要通知他们之中___个人,才能通过联系渠道通知到所有积极分子。
A. : 1
B. : 2
C. : 3
D. : 4
【单选题】
___属于人工智能的应用。
A. :程序设计
B. :指纹识别
C. :社区聊天
D. :数据统计
【单选题】
),并了解他们考虑的一些问题。这些问题一般不包括___。
A. :他们对将要讨论的事项了解多少
B. :他们需要什么,又想要知道什么
C. :他们的艺术水平和欣赏能力如何
D. :他们将如何利用分析展示的信息
【单选题】
信息处理技术员资格考试的试卷包括信息处理基础知识、计算机基础知识、法律法规知识、专业英语、办公软件使用技能五个方面。某次考试后,对这五个方面分别统计了各考生的得分率以及全国的平均得分率。为了直观展现每个考生在各个方面的水平以及该考生的整体水平,并与全国平均水平进行比较,宜采用___。
A. :直方图
B. :圆饼图
C. :折线图
D. :雷达图
【单选题】
The___ is the primary device for entering information into the computer
A. :disk
B. :printer
C. :keyboard
D. :memory
【单选题】
___ system let you run more tlian one program at a time
A. : Application
B. :Software
C. : Real time
D. :Multitask
【单选题】
Small business may use___ for word processing
A. : microcomputers
B. :industrial computers
C. : mainframe computers
D. :supercomputers
【单选题】
Once you've made the Internet connection, you can send___ to any of computer user all around the w orld
A. :e-mail
B. :WWW
C. :ccc
D. :web station
【单选题】
Which statement about zone-based firewall configuration is true?___
A. You can assign an interface to more than one zone
B. Traffic is implicitly denied by de fault between interfaces in the same zone
C. The zone must be configured before it can be a ssigned
D. Traffic that is destined to or sourced from the Self zone is de nied by default
【单选题】
Refer to the exhibit line in this configuration prevents the help Desk user from modifying the interface configuration.___
A. Privilege exec level 10 interface
B. Privilege exec level 9 configure terminal
C. Privilege exec level 7 show start-up
D. Username HelpDesk privilege 6 password help
【单选题】
You have been tasked with blocking user access to websites that violate company policy, but the sites use dynamic IP addresses. What is the best practice for URl filtering to solve the problem?___
A. Enable URL filtering and use URL categorization to block the we bsites that violate company
B. Enable URL filtering and create a blacklist to block the websites that violate company policy
C. Enable URL filtering and create a whitelist to block the websites that violate company policy
D.
E. nable URL filtering and use URL categorization to allow only the websites that company policy allows users to access.
【单选题】
Within an 802. 1x-enabled network with the auth Fail feature configured, when does a switch port get placed into a restricted VLAN?___
A. When a conected client fails to authenticate after a certain number of attempts.
B. if a connected client does not support 802. 1x
C. when AAA new-model is ena bled
D. after a connected client exceeds a specified idle time
E. when 802. 1x is not globally enabled on the Cisco Catalyst switch
【单选题】
Which type of attack does a proxy firewall protect against ?___
A. cross-site scripting attack
B. worm traffic
C. port scanning
D. DDoS attacks
【单选题】
When an administrator initiates a device wipe command from the ISE, what is the immediate effect?___
A. It requests the administrator to choose between erasing all device data or only managed corporate data.
B. It requests the administrator to enter the device pin or password before proceeding with the operation
C. It notifies the device user and proceeds with the erase operation
D. It immediately erases all data on the device
【单选题】
What is a valid implicit permit rule for traffic that is traversing the ASa firewall?___
A. ARPs in both directions are permitted in transparent mode only
B. Unicast IPv4 traffic from a higher security interface to a lower security interface is permittee in routed mode only.
C. Unicast IPv6 traffic from a higher security interface to a lower security interface is permitted in transparent mode only.
D. Only BPDUs from a higher security interface to a lower secur ity interface are permitted in transparent mode.
E. Only BPDUs from a higher security interface to a lower secur ity interface are permitted in routed mode
【单选题】
A specific URL has been identified as containing malware. What action can you take to block users from accidentally visiting the URl and becoming infected with malware ?___
A. Enable URL filtering on the perimeter router and add the URls you want to block to the router's local URL list
B. Enable URL filtering on the perimeter firewall and add the URls you want to allow to the router's local URL list.
C. Enable URL filtering on the perimeter router and add the URls you want to allow to the firewall's local URL list
D. Create a blacklist that contains the URl you want to block and activate the blacklist on the perimeter rout
E. Create a whitelist that contains the URLs you want to allow and activate the whitelist on the perimeter router.
【单选题】
How does PEAP protect the EAP exchange ?___
A. It encrypts the exchange using the server certificate
B. It encrypts the exchange using the client certificate
C. It validates the server-supplied certificate,and then encrypts the exchange using the client certificate
D. It validates the client-supplied certificate,and then encrypts the excha nge using the server certificate
【单选题】
Which feature of the Cisco Email Security Appliance can mitigate the impact of snowshoe spam and sophisticated phishing attacks?___
A. contextual analysis
B. holistic understanding of threats
C. graymail management and filtering
D. signature-based IPS
【单选题】
Refer to the exhibit【nat (inside,outside)dunamic interface】 Which translation technique does this configuration result in?___
A. DynamIc PAT
B. Dynamic NAT
C. Twice NAT
D. Static NAT
【单选题】
Refer to the exhibit which are repre sents the data center?___
【单选题】
While trouble shooting site-to-site VPN, you issued the show crypto isakmp sa command. What does the given output show?___
A. IKE Phase 1 main mode was created on 10.1.1.5, but it failed to negotiate with 10.10 10.2
B. IKE Phase 1 main mode has successfully negotiated between 10.1.1.5 and 10.10..
C. IKE Phase 1 aggressive mode was created on 10.1.1.5, but it failed to negotiate with
【单选题】
Refer to the exhibit All ports on switch 1 have a primary vLan of 300 Which devices can host 1 reach?___
A. host 2
B. server
C. host 4
D. other devices within VLAN303
【单选题】
Which option is the cloud-based security service from Cisco the provides URL filtering, web browsing content security, and roaming user protection?___
A. Cloud Web service
B. Cloud Advanced Malware Protection
C. Cloud We b Security
D. Cloud Web Protection
【单选题】
How can you detect a false negative on an IPS?___
A. View the alert on the ips
B. Review the ips log
C. Review the is console
D. Use a third- party system to perform penetration testing.
E. Use a third- party to audit the next generation firewall rules
【单选题】
If a switch port goes directly into a blocked state only when a superior BPDU is received, what mechanism must be in use?___
A. STP BPDU guard
B. Loop guard
C. EtherChannel guard
D. STP Root guard
【单选题】
what improvement does EAP-FASTv2 provide over EAP-FAST? ___
A. It allows multiple credentials to be passed in a single EAP exchange.
B. It supports more secure encryption protocols
C. It allows faster authentication by using fewer packets.
D. It addresses security vulnerabilities found in the original protocol
【单选题】
When users login to the Client less Ssl Vpn using https://209.165.201.2/test ,which group policy will be applied?___
A. test
B. clientless
C. sales
D. DfitGrp Policy
E. Default RAGroup
F. Default WEB VPN
G. roup
【单选题】
Which user authentication method is used when users login to the Clientless SSLVPN portal using https://209.165.201.2/test?___
A. AAA with LOCAL database
B. AAA with RADIUS server
C. Certificate
D. :Both Certificate and aaa with LoCAL database
E. Both Certificate and AAA with RADIUS server