皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
You have an Exchange 2010 organization.The organization contains a distribution group named Group1.You need to ensure that a user named User1 can add and remove members from Group1.You must prevent User1 from modifying all other groups. What should you do first?()
A.
Add User1 to Group1 Managed by list.
B.
Assign User1 as a group moderator for Group1.
C.
Assign the Distributions Groups management role to User1.
D.
Assign the MyDistributionGroups management role to User1.
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下列初始化字符数组的语句中,正确的是
A.
char str[5]="hello"
B.
char str[]={'h','e','l','l','o','\0'}
C.
char str[5]={"hi"}
D.
char str[100]=""
【单选题】下面标识符不合法的是:( )。
A.
@mydelete
B.
_mybase
C.
$money
D.
trigger1
【单选题】在C语言中,下面标识符不合法的是( )。
A.
sum
B.
money$
C.
month_1_2
D.
_counter
【单选题】下列初始化字符数组的语句中,正确的是
A.
char str[5]="hello";
B.
char str[]={'h','e','l','l','o'};
C.
char str[5]={"hi"};
D.
char str[100]="";
【单选题】设窗体上有一个名称为List1的列表框,并有若干列表项。下面语句中不能在所有列表项之后追加一个列表项的是____________。
A.
List1.List(List1.ListCount) = "VB程序"
B.
List1.AddItem "VB程序" , List1.ListCount
C.
List1.AddItem "VB程序"
D.
List1.List(List1.ListCount – 1) = "VB程序"
【多选题】下面的标识符不合法的是:
A.
3DA
B.
_QD
C.
NA__C,
D.
DB-A
E.
DB_
【单选题】如果原图偏暗,可将色阶面板中的中间调向( )方向拉,就可以将原图整体提亮:
A.
明调
B.
纯白区域
C.
暗调
D.
【单选题】下面标识符不合法的是 。
A.
[my delete]
B.
_mybase
C.
$money
D.
trigger1
【单选题】设窗体上有一个名称为List1的列表框,并有若干列表项。下面语句中不能在所有列表项 之后追加一个列表项的是
A.
List1.List(List1.ListCount) = "VB程序"
B.
List1.List(List1.ListCount - 1) = "VB程序"
C.
List1.AddItem "VB程序"
D.
List1.AddItem "VB程序", List1.ListCount
【单选题】下面标识符不合法的是( )
A.
a
B.
Peter.Ding
C.
sum
D.
abc
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题