The figure below shows a record used for recording information about a named? event.Which of the following statement is incorrect? VAR r:record event:array[1..10] of char; place:array[1..20] of record plname:array[1..15] of char; date: array[1..5] of record mo:l..12; day:l..31; year:integer end end end;
A.This is a one-dimensional array of records, also called a table.
B.This is so called record of arrays;
C.The event can occur in up to 20 places and on up to 5 different dates in each place.
D.A reference to r.place[i].date[j].mo will access the month of the jth occurrence, in the ith place, of
第1题:
A.is to show
B.is to be shown
C.is showing
D.shows
第2题:
【C6】
A.punishes
B.defeats
C.tells
D.shows
第3题:
第4题:
A.shows...progresses
B.show...progresses
C.show...progress
D.shows...progress
第5题:
第6题:
绘制多个子图的正确方法是_________。
A.导入matplotlib.pyplot库,创建figure对象,调用figure.subplot函数
B.导入pandas.pyplot库,创建figure对象,调用figure.subplot函数
C.导入pandas.pyplot库,创建figure对象,调用figure.add_subplot函数
D.导入matplotlib.pyplot库,创建figure对象,调用figure.add_subplot函数