【单选题】2要打开文件c:\ scores.txt进行写入,请使用__________。
A.
outfile = open(“c:\ scores.txt”,“w”)
B.
outfile = open(“c:\\ scores.txt”,“w”)
C.
outfile = open(file =“c:\ scores.txt”,“w”)
D.
outfile = open(file =“c:\\ scores.txt”,“w”)
【判断题】保证时间序列中各个指标数值具有可比性是编制时间序列应遵守的基本原则。
【判断题】对变配电所主接线方案的基本要求是安全、可靠、经济、方便、优质。
【单选题】1要打开文件c:\ scores.txt进行阅读,请使用__________。
A.
infile = open(“c:\ scores.txt”,“r”)
B.
infile = open(“c:\\ scores.txt”,“r”)
C.
infile = open(file =“c:\ scores.txt”,“r”)
D.
infile = open(file =“c:\\ scores.txt”,“r”)
【多选题】以下四种表述中,对波阻抗表述不正确的()是
B.
波阻抗是储能元件,电阻是耗能元件,因此对电源来说,二者不等效
C.
波阻抗数值上与导线电感、电容有关,因此对波阻抗与线路长度有关
【单选题】要打开文件c:\ scores.txt进行读数据,请使用__________。
A.
infile = open(“c:\ scores.txt”,“r”)
B.
infile = open(“c:\\ scores.txt”,“r”)
C.
infile = open(file =“c:\ scores.txt”,“r”)
D.
infile = open(file =“c:\\ scores.txt”,“r”)
【简答题】保证时间序列中各个指标数值具有可比性是编制时间序列应遵守的基本原则。( )