皮皮学,免费搜题
登录
搜题
【单选题】
《清史稿》中记载:“先是世祖亲政,日至票本房,大学士司票拟,意任。,改内阁,分其职设翰林院。,青海告警,复分其职设军机处……军机处军机大臣,无定员,由大学士、尚书、侍郎内特旨召入……掌军国大政,以赞机务……明降谕旨,述交内阁。”由此可知军机处()
A.
大臣专人担任
B.
掌控军国大事决策权
C.
分化了内阁的权力
D.
主要为皇帝提供建议
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】一台三相反应式步进电动机,其转子有40个齿:采用单、双六拍通电方式,其步距角是( )
A.
.1 °
B.
.1.5 °
C.
.2 °
D.
.2.5 °
【单选题】生物膜不具有
A.
流动性
B.
选择透过性
C.
内吞和外排作用
D.
对称性
【单选题】You have created a resource plan, DAY. You execute the following code:        SQL> BEGIN        DBMS_RESOURCE_MANAGER.CREATE_SIMPLE_DIRECTIVE   ( PLAN => ’DAY’,        COMMENT => ’DEPARTMENTS PLAN’,  ...
A.
The DEVELOPERS and DEPARTMENTS subplans will be allocated CPU equally.
B.
The DEVELOPERS subplan will be allocated 100 percent CPU if there are no resources allocated to the DEPARTMENTS subplan.
C.
The DEPARTMENT subplan will be allocated 100 percent CPU if there are no resources allocated to the DEVELOPERS subplan.
D.
The second code will not execute because one resource plan cannot be used by more than one subplan.
【单选题】普通茶剂的干燥温度是多少
A.
90 ℃
B.
80 ℃
C.
70 ℃
D.
60 ℃
E.
65 ℃
【单选题】In the use of closeness ratings for process layouts, the code "U" means the closeness between two departments is:
A.
(U)nknown
B.
(U)nusually important
C.
of (U)sual importance
D.
(U)nimportant
E.
(U)ndesirable
【单选题】关系模式department(code,name)、employee(code,name,sex,dept,phone),查询“研发部”的员工信息,查询结果包括code,name,sex,phone,正确的语句是()
A.
select code,name,sex,phone from employee where dept =’研发部’;
B.
select code,name,sex,phone from employee em,department de where de.code=em.dept and de.dept=’研发部’;
C.
select code,name,sex,phone from employee em,department de where de.code=em.code and de.name=’研发部’;
D.
Select em.code,name,sex,phone from employee em,department de where de.code=em.dept and de.name=’研发部’;
【判断题】表现金属材质时,反光处颜色较深不需要留白处理。
A.
正确
B.
错误
【判断题】在PowerPoint中使用“格式刷”与在Word中使用的方法完全相同。
A.
正确
B.
错误
【判断题】三相交流异步电机在向三相绕组通以不同相位的电流时,在定子会产生旋转磁场。
A.
正确
B.
错误
【单选题】关系模式department(code,name)、employee(code,name,sex,dept,phone),查询每个部门的员工数量,查询结果包括code,name,emps,正确的语句是()
A.
select code, name,emps from department de left join (select dept,count(*) emps from employee group by dept) vem on de.code=vem.dept;
B.
select code, name ,count(*) emps from department de,employee group by dept on de.code=em.dept;
C.
select code, name, count(*) emps from department de,employee group by dept where de.code=em.dept;
D.
select code, name, count(*) emps from department de,employee on de.code=em.dept group by dept;
相关题目: