Which of the following operations need NOT to be entered on the Oil Record Book Part I? I、Disposal of oil residues. II、 Internal transfer of fuel oilA.I onlyB.II onlyC.both I and IID.neither I nor II

Which of the following operations need NOT to be entered on the Oil Record Book Part I? I、Disposal of oil residues. II、 Internal transfer of fuel oil

A.I only

B.II only

C.both I and II

D.neither I nor II


相关考题:

I've become good friends with several of the students in my school I met in theEnglish speech contest last year.A. whoB. whereC. whenD. which

—_________ I take the book out?—I'm afraid not.A. WillB. MayC. MustD. Need

下面程序的功能是:对字符串从小到大进行排序并输出,请填空。#include "string.h"#include "stdio.h"sort(char *a[],int n){ int i,j;char *p;for(j=1;j=n-1;j++)for(i=0; 【15】 ;i++)if( 【16】 0){ p=a[i];a[i]=a[i+1];a[i+1]=p;}}main(){ int i;char *book[]={"itisme","itisyou","howareyou","fine","goodnight","goodbye"};sort( 【17】 );for(i=0;i6;i++)printf("%s\n",book[i]);}

I’m particularly proud of ()I organized the finances. A、whoB、howC、which

I ________ help. I can do it myself. A.need toB.don’t needC.needn’tD.need

Which statement is true about a running session that belongs to the online transaction processing (OLTP) group?() A. It permanently switches to the low_group consumer group if the session exceeds 10,000 I/O requests or 2,500 MB of data transfer.B. It performs the first 10000 I/O requests or 2,500 MB of data transfer in the LOW-GROUP consumer group, and then switches to the original group.C. It switches to the LOW_GROUP consumer group if the session exceeds 10000 I/O requests or 2500 MB of data transfer and returns to the original group after the operation.D. It switches to the LOW_GROUP consumer group if the session exceeds 10000 I/O requests or 2500MB of data transfer for queries, but not for data manipulation language (DML) operations.

I ____ you will write me back soon. A、wishB、hopeC、wantD、need

在Need矩阵中,need(i,j)=a表示()。A.进程i最多需要j类资源a个B.进程i最多还需要j类资源a个C.进程j最多还需要i类资源a个D.进程j最多需要i类资源a个

2、在Need矩阵中,need(i,j)=a表示()。A.进程i最多需要j类资源a个B.进程i最多还需要j类资源a个C.进程j最多还需要i类资源a个D.进程j最多需要i类资源a个

29、如下程序的输出结果是 int main() { char books[][20]={"English","Math","Physical"}; int i,j; for(i=0;i<3;i++) { strcat(books[i],"book"); } printf("%s",books[i-1][3]); return 0; }A.PhysicalbookB.sicalC.PhysicalD.sicalbook