题目详情
当前位置:首页 > 职业培训考试
题目详情:
发布时间:2024-05-20 23:36:16

[单项选择] int i = 1,j = 10;  do{  if (i>j) {  continue;  }  j--;  } while (++i <6);  System.out.println(“i = “ +i+” and j = “+j);  What is the result?()  
A.  i = 6 and j = 5
B.  i = 5 and j = 5
C.  i = 6 and j = 4
D.  i = 5 and j = 6
E.  i = 6 and j = 6

更多"int&ensp;i&ensp;=&ensp;1,j&ensp;=&e"的相关试题:

[单项选择] A customer wants to run DB2 on a Power 780 with uncapped partitions. They have licensed DB2 for 32 of the 64 active cores, and will use it in multiple partitions.   How can the customer ensure that the number of licenses purchased for DB2 is not exceeded?()
A. Create a 32-core shared processor pool for the DB2 partitions.
B. Limit the number of virtual processors on each DB2 partition to 32.
C. Use the IBM License Metric Tool to dynamically manage DB2 usage in the partitions.
D. Set the ‘Desired Processing Units’ in each DB2 partition profile so that the sum of all partitions equals 32.
[单项选择] An IT director needs to deploy 3 partitions, each using dedicated internal boot disk. Which system will support the customer requirement using the least amount of rack space?()
A. Power 770 servers
B. Power 750 servers
C. Power 755 servers
D. Power 720 servers
[单项选择] The size of the largest datafile, data1.dbf, in your database is 30MB. You issued the following command:   RMAN>CONFIGURE MAXSETSIZE 10MB;     What will be the impact of the above setting?()
A.  While performing the backup of the datafile,data1.dbf,one backup set is created.
B.  While performing the backup of the datafile,data1.dbf,two backup sets are created.
C.  While performing the backup of the datafile,data1.dbf,three backup sets are created.
D.  While performing the backup of the datafile,data1.dbf,the command for performing a backup of the datafile,data1.dbf,will fail.
[单项选择] A system has a mirrored data volume group that has a filesystem /data of 10 logical partitions. How many physical partitions will the filesystem have?()
A. 1
B. 2
C. 10
D. 20
[单项选择] The SPFILE for the PROD database specifies the following initialization parameter values:   SGA_TARGET = 2G   DB_8K_CACHE_SIZE = 128M   You create a tablespace named HR with the non-standard block size of 8K. Four database users are running queries on a table in the HR tablespace. These users complain that the queries are taking longer than usual to complete. While investigating the reasons for this delay, you discover that the database encounters extensive cache misses on the database buffer cache with the block size of 8K. You issue the following statement to increase the value of the DB_8K_CACHE_SIZE initialization parameter to 256M:   SQL>ALTER SYSTEM SET DB_8K_CACHE_SIZE=256M SCOPE = BOTH;   What is the result of this statement?()  
A.  The statement fails because you cannot set the memory components manually if the SGA_TARGET initialization parameter is set to a nonzero value.
B.  The statement fails because the DB_8K_CACHE_SIZE initialization parameter is not a dynamic parameter.
C.  The statement increases the value of the DB_8K_CACHE_SIZE initialization parameter to 256M and extracts an additional 128M of memory from the automatically sized memory components.
D.  The statement increases the value of the DB_8K_CACHE_SIZE initialization parameter to 256M and reallocates an additional 128M memory from the memory components that are not auto-tuned.
[单项选择] A rogue access point is detected on the cisco wcs consolE. upon investigation,the access point is discovered to belong to a neighboring business. Your administrator should designate the rogue access point as which of the following?()
A. known internal
B. managed
C. friendly
D. known external
[多项选择] The ORDERS table in the database of a company contains one million records. The table is stored in the DATA tablespace and the index created on the ORDERS table is stored in the index tablespace named INDEXES. On Monday, you failed to start the database because the datafiles of the INDEXES tablespace were missing. You dropped and recreated the INDEXES tablespace by issuing the following command:    SQL>DROP TABLESPACE INDEXES INCLUDING CONTENTS;    SQL> CREATE TABLESPACE INDEXES DATAFILE   ’C:///ORACLE/ORADATA/ORA101t/INDEX01.DBF’ SIZE 50m;   After that, you issued the following command to recreate the index:    CREATE UNIQUE INDEX sales_index_pk ON sales (order_id)   PCTFREE 10   INITRANS 2   MAXTRANS 255   TABLESPACE indexes   STORAGE (   INITIAL 1m  NEXT 1m   PCTINCREASE 0   MINEXTENTS 1   MAXEXTENTS 8192  )   NOLOGGING   PARALLEL( degree 4)   Which two clauses are responsible for reducing the time for the recreation of the index?()
A.  PCTFREE
B.  MAXTRANS
C.  PCTINCREASE
D.  INITIAL
E.  NOLOGGING
F.  PARALLEL
[单项选择] You deploy a new Active Directory Federation Services (AD FS) federation server.   You request new certificates for the AD FS federation server.   You need to ensure that the AD FS federation server can use the new certificates.   To which certificate store should you import the certificates()
A. Computer
B. IIS Admin Service service account
C. Local Administrator
D. World Wide Web Publishing Service service account
[单项选择] You and Stephen are the desktop administrators for your company. You install a printer on your Windows XP Professional computer. You share this printer on the company network. You want to ensure that only members of the DTAdmins local group can use this printer, and that only you and Stephen can manage the printer and all print jobs. You also want to ensure that members of the DTAdmins local group can manage only their own print jobs. How should you configure security on this printer?() 
A. Grant Allow - Print permission to the DTAdmins group. Grant Allow - Manage Documents permission to your user account and to Stephen’s user account. 
B. Grant Allow - Print permission to the DTAdmins group. Grant Allow - Manage Documents and Allow - Manage Printers permissions to your user account and to Stephen’s user account. 
C. Grant Allow - Manage Documents permission to the DTAdmins group. Grant Allow - Manage Printers permission to your user account and to Stephen’s user account. 
D. Grant Allow - Print permission to the DTAdmins group. Remove Allow - Manage Documents permission from the Creator Owner group. Grant Allow - Manage Printers permission to your user account and to Stephen’s user account. 
[单项选择] You create a new Active Directory domain. The functional level of the domain is Windows Server  2008 R2.   The domain contains five domain controllers. You need to monitor the replication of the group  policy template files.  Which tool should you use()
A. Dfsrdiag
B. Fsutil
C. Ntdsutil
D. Ntfrsutl
[单项选择] You have a Virtual Hard Disk (VHD) and a computer that runs Windows 7. The VHD has Windows 7installed. You need to start the computer from the VHD.  What should you do?()
A. From Diskpart.exe, run Select vdisk.
B. From Disk Management, modify the active partition.
C. Run Bootcfg.exe and specify the /default parameter.
D. Run Bcdedit.exe and modify the Windows Boot Manager settings.
[单项选择] You need to ensure that domain controllers only replicate between domain controllers in adjacent  sites.   What should you configure from Active Directory Sites and Services()
A. From the IP properties, select Ignore all schedules.
B. From the IP properties, select Disable site link bridging.
C. From the NTDS Settings object, manually configure the Active Directory Domain Services connection  objects.
D. From the properties of the NTDS Site Settings object, configure the Inter-Site Topology Generator for  each site.
[单项选择] You need to recommend a deployment solution for Office 2010 to address the problem statements.   What should you include in the recommendation?()
A. Microsoft Application Virtualization (App-V)
B. Microsoft Enterprise Desktop Virtualization (MED-V)
C. Microsoft Hyper-V Server 2008 R2
D. Windows XP Mode

我来回答:

购买搜题卡查看答案
[会员特权] 开通VIP, 查看 全部题目答案
[会员特权] 享免全部广告特权
推荐91天
¥36.8
¥80元
31天
¥20.8
¥40元
365天
¥88.8
¥188元
请选择支付方式
  • 微信支付
  • 支付宝支付
点击支付即表示同意并接受了《购买须知》
立即支付 系统将自动为您注册账号
请使用微信扫码支付

订单号:

截图扫码使用小程序[完全免费查看答案]
请不要关闭本页面,支付完成后请点击【支付完成】按钮
恭喜您,购买搜题卡成功
重要提示:请拍照或截图保存账号密码!
我要搜题网官网:https://www.woyaosouti.com
我已记住账号密码