A.showed
B.showing
C.show
D.shown
第1题:
College
1. What is your major?
第2题:
第3题:
下列样式代码中,可精确定义元素位置的是()
A.special{ position: absolute;}
B.special{ position: absolute; top:20px; left:16px;}
C.special{ position: relative;; top:20px; left:16px;}
D.special{ position: relative;}
第4题:
YoucreateaWindows7deploymentimagethatincludescustomInternetExplorerbrandingandsearchproviders.YourcompanydecidestodeployallcustomsettingsbyusingGroupPolicy.YouneedtorestoretheInternetExplorersettingsinthedeploymentimagetotheMicrosoftdefaultsettings.Whichtwoactionsshouldyouperform?()
A.UsetheResetInternetExplorerSettings(RIES)feature,andruntheResetprocessonthedeploymentimage.
B.UsetheResetInternetExplorerSettings(RIES)feature,andruntheRemoveBrandingprocessonthedeploymentimage.
C.UpdatetheInternetExplorerMaintenancepolicyprocessingGroupPolicyobject(GPO)settingsforallcomputers.
D.UpdatetheInternetExplorerManageAdd-onssettingsforallcomputers.
第5题:
容量为m的循环队列Q,队头位置是front,则出队时对front的操作是()?
A.Q.front=Q.front-1
B.Q.front=(Q.front-1)%m
C.Q.front=Q.front+1
D.Q.front=(Q.front+1)%m
第6题:
【多选题】下列样式代码中,可精确定义元素位置的是:
A..special{ position: absolute;}
B..special{ position: absolute; top:20px; left:16px;}
C..special{ position: relative;; top:20px; left:16px;}
D..special{ position: relative;}