刷题
导入试题
【单选题】
89S51的内部程序存储器与数据存储器容量各为多少?___
A. 64KB、128B
B. 4KB、64KB
C. 4KB、128B
D. 8KB、256B
查看试卷,进入试卷练习
微信扫一扫,开始刷题
答案
C
解析
暂无解析
相关试题
【单选题】
89S51比89C51多出了哪个功能?___
A. 存储器加倍
B. 具有WDT工能
C. 多了一个8位输入/输出端口
D. 多了一个串行口
【单选题】
6在DIP40封装的8×51芯片里,复位RESET引脚的引脚编号是什么?___
A. 9
B. 19
C. 29
D. 39
【单选题】
7在DIP40封装的8×51芯片里,接地引脚与电源引脚的引脚编号是什么?___
A. 1、21
B. 11.31
C. 20、40
D. 19、39
【单选题】
9在12MHz始终脉冲的8051系统里,一个机器周期有多长?___
A. 1µs
B. 12µs
C. 1ms
D. 12ms
【单选题】
12下列哪个寄存器是8×51内的16位寄存器?___
A. CC
B. C
C. PC
D. R7
【单选题】
14在8×51的输入/输出端口里,哪个输入/输出端口执行在输出功能时没有内部上拉电阻?___
A. P0
B. P1
C. P2
D. P3
【单选题】
8×51的P0采用哪种电路结构?___
A. 集电极开路式输出
B. 基极开路式输出
C. 发射机开路式输出
D. 图腾柱输出
【单选题】
17在8×51里,若要扩展外部存储器时,数据总线连接哪个输入/输出端口?___
A. P0
B. P1
C. P2
D. P3
【单选题】
点亮一般的LED所耗用的电流约为多少?___
A. 1~5µA
B. 10~20µA
C. 1~5mA
D. 10~20mA
【单选题】
19一般地,蜂鸣器属于哪种负载?___
A. 电阻性负载
B. 电感性负载
C. 电容性负载
D. 不导电负载
【单选题】
7405/7406的输出采用哪种电路结构?___
A. 集电极开路式输出
B. 基极开路式输出
C. 发射机开路式输出
D. 图腾柱输出
【单选题】
21在继电器中,NO接点是一种什么接点?___
A. 不使用接点
B. 不存在接点
C. 激磁后即开路的接点
D. 常开接点
【单选题】
22所谓2P的继电器,代表什么意思?___
A. 只有2个接点
B. 两相的负载
C. 两组电源
D. 2组c接点
【单选题】
23共阳极七段数码管显示器的驱动信号有何特色?___
A. 低电平点亮
B. 低电平不亮
C. 高电平点亮
D. 以上皆非
【单选题】
24在8×51的程序里,若要将某个输入/输出端口设置成输入功能,应如何处理?___
A. 先输出高电平到该输入/输出端口
B. 先输出低电平到该输入/输出端口
C. 先读取该输入/输出端口的状态
D. 先保存该输入/输出端口的状态
【单选题】
8×51提供几个外部中断和定时器/计数器中断?___
A. 2,2
B. 3,6
C. 2,3
D. 3,7
【单选题】
8×51的IP缓存器的功能如何?___
A. 设置中断优先级
B. 启动中断功能
C. 设置中断触发信号
D. 定义CPU的网址
【单选题】
28若要让采用低电平触发,则应如何设置?___
A. EX0=0
B. EX0=1
C. IT0=0
D. IT0=1
【单选题】
29在Keil µVision3里进行调试/仿真时,在哪里操作才能触动程序中断?___
A. 在Interrupt System
B. 在Cotorl Box对话框里
C. 直接单击魔术棒按钮即可
D. 直接按0键
【单选题】
30在8×51所提供的中断功能里,下列哪个优先级比较高?___
A. T1
B. RI/TI
C. T0
D. INT0
【单选题】
31在TCON缓存里,IE1的功能是什么?___
A. 触发 IE1中断
B. 指示IE1中断的标志
C. 提高IE1优先等级
D. 取消IE1中断
【单选题】
32在Keil C里,中断子程序与函数又何不同?___
A. 中断子程序不必声明
B. 函数不必声明
C. 中断子程序必须有形式参数
D. 中断子程序一定会有返回值
【单选题】
33若要同时启用INT0及INT1中断功能,则应如何设置?___
A. TCON=0×81
B. IE=0×85
C. IP=0×83
D. IE=0×03
【单选题】
35在8×51的Timer里,若使用Mode 0,其最大计数值为多少个机器周期?___
A. 65636
B. 8192
C. 1024
D. 256
【单选题】
36在12MHz的8×51系统里,哪一种方式一次可定时5ms?___
A. Mode 0及Mode 1
B. Mode 1及Mode 2
C. Mode 2及Mode 3
D. Mode3及Mode 1
【单选题】
37若要让Timer作为外部计数只用,应如何设置?___
A. Gate=0
B. Gate=1
C. C/=0
D. C/=1
【单选题】
39下列哪个不是8×51所提供的省电方式?___
A. PD方式
B. IDL方式
C. LP方式
D. 待机方式
【单选题】
89S51的看门狗有何作用?___
A. 重复执行程序
B. 找回遗失数据
C. 复位系统
D. 防止中毒
【单选题】
41若要启用WDT,则应依次填入WDTRST寄存器哪些数据?___
A. 0xe1、0xe2
B. 0xe1、0x1e
C. 0x1e、0xe1
D. 0x10、0x01
【单选题】
8×51的定时器,在下列哪种方式下具有自动加载功能?___
A. Mode0
B. Mode1
C. Mode2
D. Mode3
【单选题】
45下列哪种AD转换器的转换速度比较快?___
A. 双斜率型AD转换器
B. 比较型AD转换器
C. 连续计数式AD转换器
D. 逐渐接近式AD转换器
【单选题】
46下列哪种AD转换器的精密度比较高?___
A. 双斜率型AD转换器
B. 比较型AD转换器
C. 连续计数式AD转换器
D. 逐步逼近式AD转换器
【单选题】
47对于8×8 LED点阵而言,其中的LED个数及引脚各为多少?___
A. 64、16
B. 16、16
C. 64、12
D. 32、12
【单选题】
48在共阳极型8×8 LED点阵里,其阳极如何连接?___
A. 各行阳极连接到行引脚
B. 各列阳极连接到列引脚
C. 各行阳极连接到列引脚
D. 各列阳极连接到行引脚
【单选题】
49在共阳极型8×8 LED点阵里,其阴极如何连接?___
A. 各行阴极连接到行引脚
B. 各列阴极连接到列引脚
C. 各行阴极连接到列引脚
D. 各列阴极连接到行引脚
【单选题】
50双色8×8 LED点阵的列引脚与行引脚各位多少?___
A. 12、12
B. 8、16
C. 16、8
D. 24、8
【单选题】
___的方向规定由高电位点指向低电位点。
A. 电压
B. 电流
C. 能量
D. 电能
【单选题】
三相电动势到达最大的顺序是不同的,这种达到最大值的先后次序,称三相电源的相序,相序为U-V-W-U,称为___。
A. 正序
B. 负序
C. 逆序
D. 相序
【单选题】
电路的作用是实现能量的传输和转换、信号的___和处理。
A. 连接
B. 传输
C. 控制
D. 传递
【单选题】
电阻器反映导体对电流起阻碍作用的大小,简称___。
A. 电动势
B. 功率
C. 电阻率
D. 电阻
推荐试题
【单选题】
In an ESXi 6.5 cluster only "NFS datastore has running or registered virtual machines" returns. A vSphere HA cluster with four hosts has admission control configured to tolerate one host failure. Which statement is true if a fifth host is added?___
A. CPU and Memory capacity will be set to 50%.
B. CPU and Memory capacity will be set to 30%.
C. CPU and Memory capacity will be set to 25%.
D. CPU and Memory capacity will be set to 20%.
【单选题】
Which command can be run to troubleshoot connectivity problems with vmkernal network interfaces?___
A. esxcli network
B. vmkping
C. net-status
D. vicfg-vmknic
【单选题】
What counter should an administrator check to determine if a virtual machine is ballooning?___
A. swapinRate
B. vmmemctltarget
C. swapped
D. vmmemctl
【单选题】
By default, how often is the vCenter vpx user password automatically changed?___
A. 15 days
B. 60 days
C. 30 days
D. 45 days
【单选题】
Which metric in the Exhibit would identify high latency for a virtual machine operating system?___
A. QAVG/cmd
B. KAVG/cmd
C. DAVG/cmd
D. GAVG/cmd
【单选题】
What VM Monitoring setting would ensure that the failure interval for a virtual machine is defined as 120 seconds?___
A. High
B. Normal
C. Low
D. Medium
【单选题】
The business managers have asked the IT administrator to ensure configuration compliance in the vSphere infrastructure. The IT administrator wants to use Host Profiles to accomplish this, but is unable to do so. Why is the administrator unable to use Host Profiles?___
A. The infrastructure uses a vSphere Standard license.
B. The infrastructure has servers with various CPU families.
C. The user has only the “Administrator” role.
D. Host Profiles apply only to storage settings.
【单选题】
What is the result of a “Consolidate” action on a virtual machine?___
A. All snapshots on the virtual machines will be deleted.
B. The virtual machine will be reverted to its last snapshot.
C. Redundant delta disks will be combined and deleted.
D. A new snapshot with memory state will be created.
【单选题】
A Telco customer is implementing NFV using vSphere as the virtualization platform. Which feature can help achieve a high packet rate with lower CPU consumption?___
A. Network I/O Control
B. SplitRX
C. ERSPAN
D. LACP
【单选题】
What is the VMware-recommended best practice for Fibre Channel zoning?___
A. soft zoning
B. single-initiator-multiple-target zoning
C. single-initiator zoning
D. single-initiator-single-target zoning
【单选题】
How can a vSphere administrator ensure that a set of virtual machines run on different hosts in a DRS cluster?___
A. Use a VM-Host affinity rule.
B. Add the VMs to a vApp.
C. Use a VM-VM affinity rule.
D. Place the VMs in different folders.
【单选题】
vCenter Server Appliance Instance can be backed up using which Client Interface?___
A. vSphere Client Interface
B. vSphere Web Client Interface
C. VMware Host Client Interface
D. Virtual Appliance Management Interface
【单选题】
What tool can capture network traffic at the uplinks, or vSwitch, or virtual port levels?___
A. tcpdump-uw
B. wireshark
C. pktcap-uw
D. pcap
【单选题】
Which storage feature always requires the use of third-party software on ESXi?___
A. Hardware Acceleration for NAS devices
B. VVOL
C. Hardware Acceleration for Block
D. evices
【单选题】
An ESXi host's VMCA-Signed certificate has expired. How can the certificate be renewed?___
A. In the vSphere Web Client, browse to the host in question. Click the Manage tab and select settings. Select System and click Certificate, then click the Renew button.
B. In the vSphere Web Client, browse to the host in question. Click the Manage tab and select settings. Select System and click Certificate, then click the Refresh CA Certificates button.
C. Run the command /sbin/generate-certificates on the affected host.
D. Disconnect the host from vCenter Server and reconnect it.
【单选题】
Which is the correct order for upgrading vSphere components?___
A. vCenter Server, ESXi hosts, VMware Tools, Virtual Machine hardware
B. VMware Tools, Virtual Machine hardware, ESXi hosts, vCenter Server
C. vCenter Server, Virtual Machine hardware, VMware tools, ESXi hosts
D. ESXi hosts, vCenter Server, Virtual Machine hardware, VMware Tools
【单选题】
Which iSCSI initiator type can be used with any network interface card?___
A. Software iSCSI initiator
B. Software FCoE adapter
C. Hardware Independent iSCSI initiator
D. Hardware Dependent iSCSI initiator
【单选题】
An administrator is attempting to power on a virtual machine with 32GB of memory. The operation fails with the following error: <Could not power on VM: No space left on device> <Checking the space on the virtual machine's datastore, there is 30GB free.> Which action would allow the VM to power on?___
A. Set a 2GB memory reservation on the VM.
B. Mount the virtual disk from the affected VM on to another virtual machine and free up space from within the OS.
C. Enable vSphere HD admission control on the cluster in which the VM resides.
D. Set a 2GB memory limit on the VM.
【单选题】
An administrator attempts to manually reclaim space on thin-provisioned VMFS6 volumes but finds that no additional space is being recovered. Which could be causing this?___
A. vSphere 6.5 does not support manual UNMAP.
B. The manual UNMAP operation has been moved to the vSphere web client.
C. The VASA version is use is incompatible.
D. UNMAP is automated for VMFS6.
【单选题】
An administrator has upgraded to vSphere 6.5 and also wants to use Kerberos authentication for NFS. Which can be done to the existing NFSv3 volumes to enable this feature?___
A. Perform a storage rescan on VMFS volumes.
B. Unmount the NFSv3 datastore, and then mount as NFSv4.1 datastore.
C. Nothing. All NFSv3 mounted datastores are upgraded automatically during vSphere upgrades.
D. Perform a scan of new storage devices.
【单选题】
An administrator wants to restore the vCenter Server Appliance 6.5 from backup. Where can this be accomplished?___
A. from the ESXi Host Client
B. from the VMware vSphere Appliance Management Interface
C. from within the VMware vSphere Web Client
D. from the vCenter Server Appliance Installer
【单选题】
The administrator wants to power on VM-K2, which has a 2GHz CPU reservation. VM-M1, VM-M2, and VM-K1 are all powered on. VM-K2 is not powered on. The exhibit shows the parent and child resource reservations. If Resource Pool RP-KID is configured with an expandable reservation, which statement is true?___
A. VM-K2 will be unable to power on because there are insufficient resources.
B. VM-K2 will be able to power on since resource pool RP-KID has 2GHz available.
C. VM-K2 will be unable to power on because only 2GHz are reserved for RP-KID.
D. VM-K2 will receive resource priority and will be able to power on this scenario.
【单选题】
Which is the block size on the VMFS6 datastore?___
A. All small and large file blocks are 8MB.
B. All small and large file blocks are 1MB.
C. Small file blocks are 512KB. large file blocks are 64MB.
D. Small file blocks are 1MB, large file blocks are 512MB.
【单选题】
When installing vCenter Converter Standalone, why must an administrator perform a client-server installation instead of a local installation?___
A. to manage conversion tasks remotely
B. to convert virtual machines as well as physical machines
C. to allow installation of the Converter agent on remote source machines
D. to hot clone physical or virtual machines
【单选题】
Which is required by vCenter Converter Standalone to convert a physical Red Hat Enterprise Linux 7 machine to a virtual machine?___
A. The Linux machine must be powered off.
B. The Linux machine must have the SSH daemon started.
C. The Linux machine must use a static IP address.
D. The Linux machine must have a fully-qualified domain name.
【单选题】
An administrator is troubleshooting network communications between a vCenter Server and an ESXi 6.5 host. Which log shows the related events between these components?___
A. /var/log/fdm.log
B. /var/log/vpxa.log
C. /var/log/hostd.log
D. /var/log/auth.log
【单选题】
An administrator has recently upgraded from vSphere 6.0 to 6.5, and can no longer see the software iSCSI named vmhba33. Which could be the reason for this?___
A. The upgrade has changed the vmhba name.
B. vSphere 6.5 automates iSCSI configurations.
C. vSphere 6.5 no longer supports software iSCSI.
D. The upgrade has deleted the vmhba.
【单选题】
An administrator is trying to vMotion a VM from his datacenter to a recovery site. Which is the maximum allowed RTT (Round-Trip Time) latency between source and destination host?___
A. 100 milliseconds
B. 150 milliseconds
C. 15 milliseconds
D. 10 milliseconds
【单选题】
Which is required for configuring iSCSI Software Adapter network port binding?___
A. VMkernel of the iSCSI traffic must be load balanced using Route based on IP Hash algorithm.
B. VMkernel of the iSCSI traffic must be load balanced using Route based on Source Virtual Port ID algorithm.
C. VMkernel of the iSCSI traffic must be load balanced using Route based on Source MAC Hash algorithm.
D. VMkernel of the iSCSI traffic must be bound to only one active network adapter.
【单选题】
In vSphere Data Protection 6.1, which is the function of a Backup Verification job?___
A. None. Backup Verification job is not a feature of vSphere Data Protection
B. It is a manual task -Power it on -Verify the guest OS -Check started applications
C. It is an automatic process -Restore a virtual machine -Power it on -Verify that the guest OS is booted by communicating with the Backup Verification agent
D. It is an automatic process -Restore a virtual machine -Power it on -Verify that the guest OC is booted by detecting the VMware ToolsTM "heartbeats"
【单选题】
An administrator has enabled vSphere Distributed Switch Health Check. The hosts connected to that Distributed Switch all display an alert:< vSphere Distributed Switch MTU supported status > .The administrator has all of the VMkernel ports MTU sizes set to 1600. Which action will remedy this problem?___
A. Configure the Distributed Switch to MTU 9100.
B. Disconnect and reconnect the physical network cable.
C. Configure the physical switch to MTU 1600.
D. Disable the Distributed Switch MTU.
【单选题】
Which Host Profile Subprofile configuration is used to configure firewall settings for ESXi hosts?___
A. Advanced Configuration Settings
B. General System Settings
C. Security
D. Networking
【单选题】
Where would a vSphere administrator find general vCenter Server logs on a vCenter Server Appliance?___
A. /var/log/vmware/vpxd/
B. /var/log/messages
C. /etc/vmware-vpx/
D. /var/log/vmware/vsan-health/
【单选题】
An administrator wishes to enable network port mirroring based on source port. Which feature should be enabled?___
A. vSphere standard switch port
B. ERSPAN
C. NSX Virtual Wire
D. VLAN
【单选题】
Which CLI command shows the physical uplink status for a vmnic?___
A. esxcli network ip connection list
B. esxcli network ip neighbor list
C. esxcli network nic get
D. esxcli network nic list
【单选题】
Which is the maximum number of block devices (LUNs) that are supported by ESXi hosts that are running version 6.5?___
A. 1024
B. 512
C. 2048
D. 256
【单选题】
When performing a vCenter Server 5.5 for Windows with Microsoft SQL Server Express database migration to vCenter Server Appliance 6.5, which will be the target database?___
A. Microsoft SQL Server Express 2012R2
B. Microsoft SQL Server Standard 2012R2
C. PostgreSQL
D. Oracle DB 11g
【单选题】
An administrator has multiple vCenter Server 6.5 systems but cannot enable Storage I/O Control (SIOC) on a datastore shared by ESXi hosts managed by the vCenter Server systems. Which action should the administrator take to resolve the issue?___
A. Unmount the datastore and then enable SIOC on the vCenter Server system.
B. Configure the datastore to be managed by a single vCenter Server system.
C. Configure Storage DRS and then enable SIOC on the vCenter Server system.
D. Enable Raw Device Mapping (RDM) on the
E. SXi hosts.
【单选题】
“OneAppServer” is a VM template stored in a content library named “LibraryOne”, but the vSphere administrator is not able to use this template for deployment. Why is the administrator unable to deploy OneAppServer?___
A. OneAppServer must be updated before it can be deployed.
B. LibraryOne is a subscribed library and OneAppServer is not downloaded yet.
C. LibraryOne is published and optimized for syncing over HTTP.
D. OneAppServer was imported from a local file on the system.
【单选题】
An administrator sets the Failover Capacity for both CPU and Memory at 25%. Based on the Exhibit below, how much of the cluster’s total CPU resources are still available to power on additional virtual machines?___
A. 45%
B. 25%
C. 70%
D. 60%
欢迎使用我爱刷题
×
微信搜索我爱刷题小程序
温馨提示
×
请在电脑上登陆“www.woaishuati.com”使用