相关试题
【判断题】
算法和程序都是用来表达解决问题的逻辑步骤,因此程序是算法,算法是程序。
【判断题】
原则上讲,线性表中元素的数据类型可以不相同。但采用的存储表示可能会对其有限制。
【判断题】
线性表是一种最常见的数据结构,字符串、栈、 队列等都符合线性条件。
【判断题】
由于顺序表要求占用连续的存储空间,存储分配只能预先进行静态分配。
【判断题】
栈作为一种限定性线性表,将线性表的插入和删除运算限制为仅在表的一端进行,也称顺序栈。
【判断题】
栈和队列,都是特殊的线性表,是操作受限定的线性表。它们的共同点是操作的位置限制在表的端点。
【判断题】
空格串是指由一个或多个称为空格的特殊字符组成的空串。
【判断题】
完全二叉树必为满二叉树,而满二叉树不一定完全二叉树。
【判断题】
已知指针P指向单链表的某结点,执行语句P=P->next将删除P所指的结点。
【判断题】
在表结构中最常用的是线性表,栈和队列不太常用。
【判断题】
线性链表中各个结点之间的地址不一定要连续。
【判断题】
当线性表很少做插入和删除操作时,采用顺序存储结构为宜。
【判断题】
指针P指向链表L中的某结点,执行语句P=P->next不会删除该链表中的结点。
【判断题】
栈和队列的存储方式既可是顺序方式,也可是链接方式。
【判断题】
在用循环单链表表示的链式队列中,可以不设队头指针,仅在链尾设置队尾指针。
【判断题】
通常递归的算法简单、易懂、容易编写,而且执行的效率也高。
【判断题】
多维数组是一种复杂的数据结构,数组元素之间的关系既不是线性的也不是树形的。
【判断题】
一棵二叉树的后序遍历序列中第一个元素是根结点的值。
【判断题】
只允许最下面的二层结点的度数小于2的二叉树是完全二叉树。
【判断题】
用拓扑排序方法可以检测一个有向图中是否存在环路。
【判断题】
用Prim算法和Kruskal算法求最小代价生成树的代价不一定相同。
【判断题】
存储图的邻接矩阵中,邻接矩阵的大小不但与图的顶点个数有关,而且与图的边数也有关。
【判断题】
先序遍历一棵二叉排序树得到的结点序列不一定是有序的序列。
【判断题】
中序遍历一棵二叉排序树可以得到一个有序的序列。
【判断题】
当向非空的二叉排序树中插入一个结点,则该结点一定成为叶子结点。
【判断题】
图的深度优先遍历算法中需要设置一个标志数组,以便区分图中的每个顶点是否被访问过。
【判断题】
不论是入队列操作还是入栈操作,在顺序存储结构上都需要考虑“溢出”情况。
【判断题】
完全二叉树中的叶子结点只可能在最后两层中出现。
【判断题】
对连通图进行深度优先遍历可以访问到该图中的所有顶点。
【判断题】
二叉树的二叉链表中所有叶子结点的左右指针都为空。
推荐试题
【多选题】
Which two options can optimize conversion with VMware Converter? (Choose two.)___
A. Disable real-time antivirus scanners.
B. Remove the source from Active Directory.
C. Remove third-party device drivers.
D. Exclude diagnostic partitions from conversion.
E. Disable Volume Shadow Copy (VSS).
【多选题】
vSphere Availability considers which two factors for virtual machine restarts? (Choose two.)___
A. Host Isolation Response
B. file accessibility
C. NUMA node size
D. resource reservations
【多选题】
Which two virtual NICs support Wake-on-Lan to resume a virtual machine that is in standby mode? (Choose two)___
A. Flexible
B. E1000E
C. E1000
D. vmxnet 3
【多选题】
Which two logs should be examined to troubleshoot a Windows vCenter Server upgrade failure? (Choose two.)___
A. vminst.log
B. vim-um-msi.log
C. firstboot.log
D. pkgmgr.log
【多选题】
Which are two supported storage primitives for VAAI NAS? (Choose two.)___
A. Full File Clone
B. Reserve Space
C. hardware assisted locking
D. block zeroing
【多选题】
Which two parameters must be configured for Windows in-guest disk mirroring? (Choose two.)___
A. scsi#.returnNoConnectDuringAPD = “FALSE”
B. scsi#.terminateVMOnPDL = “TRUE”
C. scsi#.returnBusyOnNoConnectStatus = “FALSE”
D. scsi#.returnNoConnectDuringAPD = “TRUE”
【多选题】
Which two items are required to enable NPIV in a virtual machine? (Choose two.)___
A. use of physical RDMs
B. physical HBA support
C. use of virtual disks
D. hardware version 11 or higher
【多选题】
A vSphere Administrator has VM Component Protection (VMCP) enabled, but the VM was not restarted when one of the VMFS datastores experienced an All Paths Down (APD) failure. What two scenarios would explain why the virtual machine was not restarted? (Choose two.)___
A. VM Monitoring is required in order for VMCP to failover during an APD event.
B. VMware Tools is not installed on the guest operating system for the VM.
C. Insufficient Capacity is available on the failover ESXi hosts.
D. The APD failure was corrected before the VM could be restarted.
【多选题】
What are two requirements in order to restore a Resource Pool Tree from a snapshot? (Choose two.)___
A. vSphere DRS must be turned on.
B. A restore can only be performed on a vSphere DRS cluster within the original vCenter Server.
C. vSphere
D. RS must be turned off.
【多选题】
Which three vSphere features are compatible with vSphere Replication? (Choose three.)___
A. vSphere High Availability
B. vSphere Fault Tolerance
C. vSphere Storage
D. RS
【多选题】
What two VMware Remote Console Options can be defined in the virtual machine settings? (Choose two.)___
A. Boot Delay
B. Maximum number of sessions
C. Guest OS lock
D. Total video memory
【多选题】
VMware Converter can import a powered off virtual machine from which two virtual machine platforms?(Choose two.)___
A. Microsoft Hyper-V
B. Citrix Xen
C. VMware Workstation
D. Linux with KVM
【多选题】
Which two options allow storage space reclamation? (Choose two.)___
A. Use VMFS6 datastores.
B. Use esxcli storage vmfs unmap.
C. Use the SAN console (management tool).
D. Use the vSphere Web Client.
【多选题】
An administrator must reprovision 25 hosts with a new image profile that he has created. Which two methods can the administrator use to change the image profile? (Choose two.)___
A. From the vSphere Web client home page, select the Deploy Rules tab in the Auto Deploy section.
B. Run the Copy-Deploy Rule and specify the Replace Item parameter with Power CLI.
C. From the vSphere Web client home page, select the Assign Rules tab in the Auto
D. eploy section.
【多选题】
What are three parameters for traffic filtering or marking? (Choose three.)___
A. Protocol
B. Traffic Direction
C. DSCP value
D. virtual Port ID
【多选题】
The vSphere administrator must change the path selection policy (PSP) to comply with best practices. Which two interfaces can be used to change the PSP? (Choose two.)___
A. ESXi shell
B. vSphere Client
C. ESXi host client
D. vSphere Web Client
【多选题】
In what two ways can Storage DRS load balance virtual machines? (Choose two.)___
A. anti-affinity rules
B. virtual storage controller
C. guest OS family
D. I/O latency
【多选题】
What two reasons can explain why a host cannot be removed from a vSphere Distributed Switch? (Choose two.)___
A. There are virtual machine network adapters connected to the switch.
B. There are blocked ports on the switch.
C. There are LACP LAGs configured on the switch.
D. There are VMkernel network adapters connected to the switch.
【多选题】
Which three requirements are true for the vCenter Server HA network? (Choose three.)___
A. Network latency between all nodes must be less than 10 milliseconds.
B. IP addresses for all nodes must be static.
C. HA network IP addresses for all nodes can be on different subnets.
D. IP addresses must be on the same network as the management network.
E. A default gateway must be configured.
【多选题】
Which two statements correctly describe Normal Lockdown Mode? (Choose two.)___
A. ESXi Shell and SSH services are independent of lockdown mode.
B. In normal lockdown mode the DCUI service is stopped.
C. ESXi Shell and SSH services are dependent of lockdown mode and cannot be configured.
D. In normal lockdown mode the DCUI service is running.
【多选题】
The Health check feature in the vSphere Distributed Switch helps troubleshoot network connectivity. What three checks does this feature perform? (Choose three.)___
A. Network Utilization
B. MTU
C. Teaming and Failover
D. VLAN
【多选题】
What are the three types of nodes in a vCenterServer HA cluster? (Choose three.)___
A. Master
B. Replica
C. Witness
D. Active
E. Passive
【多选题】
What are two consequences of turning off vSphere DRS on a cluster? (Choose two.)___
A. vMotion capability will be lost.
B. Resource pools will be lost.
C. vApps will be lost.
D. Affinity rules will be lost.
【多选题】
Which two protocols can be used to back up vCenter Server Appliance Instance? (Choose two.)___
A. iSCSI
B. HTTPS
C. FTP
D. NFS
【多选题】
What are two requirements to enable EVC in a vSphere DRS cluster? (Choose two.)___
A. CPU must be in the same family and of the same speed.
B. CPUs must be from the same vendor.
C. EVC must use the lowest possible baseline supported by the hardware.
D. No VMs may be running in the cluster.
【多选题】
In Advanced settings on a vSphere host, Security.Password Quality Control set as retry=3 min=disabled, disabled, disabled, 7, 7 . Which two passwords are valid? (Choose two.)___
A. xQaT3#A
B. P@ssw0rd
C. xQaTEh2
D. Xqat3h!
E. xQaTEhb!
【多选题】
To support Auto-Deploy, which two network requirements must be met? (Choose two.)___
A. IP multicast support
B. IPv4 or IPv6
C. PXE boot
D. 10 GbE networking
【多选题】
A vSphere administrator receives reports of a virtual machine performing extremely slowly, with CPU usage being the suspected bottleneck. After reviewing esxtop (view the Exhibit), which two scenarios could cause a performance problem for the virtual machine? (Choose two.)___
A. A processor affinity is configured for the virtual machine.
B. A virtual machine CPU limit is configured.
C. A virtual machine reservation is configured.
D. A virtual machine memory limit is configured.
E. A virtual machine CPU reservation is configured.
【多选题】
Which three source object types are available for subscription when creating a subscribed content library in vSphere 6.5? (Choose three.)___
A. vSphere 6 library
B. HTTP server
C. vCD 5.5 catalog
D. CIFS repository
E. 3rd-party library
【多选题】
药学服务的主要实施内容正确的是___
A. 医、药、护有机结合,共同承担医疗责任
B. 药学服务只是针对患者个人
C. 协助医护人员制定和实施药物治疗方案
D. 定期对药物的使用和管理进行科学评估
E. 主要是积极参与疾病的治疗,预防和保健则与药学服务关系不大
【多选题】
药学服务的对象包括___
A. 医生
B. 患者及其家属
C. 护士
D. 公众
E. 健康人群
【多选题】
药历的作用有___
A. 客观记录药师为保证患者合理用药所采取的措施
B. 药师解决临床相关问题的技术档案
C. 开展个体化药物治疗的重要依据
D. 保证患者用药安全、经济、有效
E. 便于药师开展药学服务
【多选题】
药历的内容包括___
A. 用药方案和经过
B. 用药指导
C. 药效表现和不良反应
D. 各种实验室检查数据
E. 对患者的健康教育忠告
【多选题】
以下哪些项目必须在药品说明书中注明___
A. 药品通用名、成分、规格
B. 适应症或功能主治
C. 不良反应和注意事项
D. 生产日期和有效期
E. 生产企业和批准文号
【多选题】
处方药说明书中【药品名称】项下包括___
A. 通用名
B. 英文名
C. 化学名
D. 商品名
E. 汉语拼音
【多选题】
药品说明书中的注意事项包括的内容是___
A. 影响药物疗效的因素
B. 药品慎用的情况
C. 用药过程中需观察的情况
D. 用药对于临床检验的影响
E. 药品的相互作用
【多选题】
我国药品说明书的内容包括___
A. 药品名称、药品成分
B. 药品的药理、毒理作用及药物动力学
C. 药品适应症、用法用量
D. 不良反应、禁忌、注意事项
E. 有效期、批准文号
【多选题】
个人发现新的或严重的药品不良反应可以向___
A. 经治医师报告
B. 药品生产企业报告
C. 药品经营企业报告
D. 当地的药品监督管理部门或卫生行政部门报告
E. 当地的药品不良反应监测机构报告
【多选题】
对新药监测期已满的国产药品,应报告的不良反应包括___
A. 药物的相互作用引起的不良反应
B. 说明书中未载明的不良反应
C. 服用后导致死亡的不良反应
D. 服用后导致住院时间延长的不良反应
E. 所有可疑的不良反应
【多选题】
下列情形属于药品严重不良反应的有___
A. 因服用药品导致住院或住院时间延长的不良反应
B. 因服用药品导致显著的或者永久的器官功能损伤的不良反应
C. 因服用药品导致显著的或者永久的人体伤残的不良反应
D. 因服用药品产生致畸、致癌、致突变的不良反应
E. 因服用药品危及生命的不良反应