此题为判断题(对,错)。
第1题:
A.put...off
B.put...on
C.put ...down
D.put...away
第2题:
完成以下PL/SQL块,功能是:使用游标,显示所有单价低于250元的玩具的单价。
DECLARE
my_toy_price toys.toyprice%TYPE; CURSOR toy_cur IS
SELECT toyprice FROM toys WHERE toyprice<250; BEGIN
______________ LOOP
________________________________________ EXIT WHEN toy_cur%NOTFOUND;
DBMS_OUTPUT.PUT_LINE (toy_cur%ROWCOUNT || '. 玩具单价:' || my_toy_price); END LOOP;
CLOSE toy_cur; END;
第3题:
13、下列哪句是“我们认为如果你方把订货量增加到3000件,我们就给你5%折扣。”的正确翻译?
A.You could increase your order to 3,000 pieces, we would allow a 5% discount
B.We are of the opinion that if you could increase your order to 3,000 pieces, we would allow a 5% discount
C.We are of the opinion that if you could rise your order to 3,000 pieces, we would allow a 5% discount
D.We are of the opinion that if you could increase your order by 3,000 pieces, we would allow a 5% discount
第4题:
A.look on…as
B.turn…into
C.take…down
D.put…into
第5题:
下列哪句是“我们认为如果你方把订货量增加到3000件,我们就给你5%折扣。”的正确翻译?
A.You could increase your order to 3,000 pieces, we would allow a 5% discount
B.We are of the opinion that if you could increase your order to 3,000 pieces, we would allow a 5% discount
C.We are of the opinion that if you could rise your order to 3,000 pieces, we would allow a 5% discount
D.We are of the opinion that if you could increase your order by 3,000 pieces, we would allow a 5% discount
第6题:
D盘MyPython文件夹下的toy.py文件的绝对路径是()。
A.D:MyPythontoy
B.D:toy.py
C.toy.py
D.MyPythontoy.py