logo - 刷刷题
下载APP
【简答题】

阅读理解。
Many years before the United States was founded (建立), Americans had already invented barbecues.
But the first barbecues, in fact, were the invention of the Taino Indians of Haiti, who dried their meat on
raised frames (架子)of sticks over fires. Spanish explorers spelled the Taino word as barbacoa, and as
time passed, English settlers along the Atlantic coat had their own barbecues.
One summer day in 1773, Benjamin Lynde, a citizen of Massachusetts, wrote in his diary, 'Fair and
hot; Browne; hack overset.' That is, on a bright and hot day he went to the Brownes to attedn a barbecue,
and his carriage (马车) fell over. It shows that the barbecue had its social occasion by that time. Large
animals would be roasted whole on frames over hot fires, and neighbours would be invited to dinner.
In later centuries, as settlers moved to the west, the barbecue went along with it, reaching an especially
large size in Texas, where a pit (坑) for fuels (燃料) such as tree branches might be over ten feet deep.
Today, the barbecue grills (烧烤架) which are fueled by charcoal (木炭) or electricity are likely to be small
and easy to move, and can cook only parts of an animal at a time, but people still have barbecues out of
doors and always invite their neighbours or friends over.
1. Who invented the barbecues first in history?
[ ]
A. American people.
B. Taino Indians.
C. Spanish explorers.
D. English settlers.
2. The second paragraph mainly tells us that the barbecue ______.
[ ]
A. is only held on a hot sunny day
B. welcomes people who keep diaries
C. is held both indoors and outdoors
D. has its social occasion for over 200 years
3. The underlined expression 'social occasion' can be best translated into ______.
[ ]
A. 社交功能
B. 社会福利
C. 社会地位
D. 社会背景
4. The following are all the barbecue ways EXCEPT ______.
[ ]
A. drying meat on raised frames of sticks over fires
B. roasting a whole animal over a pit full of burning tree branches
C. cooking parts of animals over fires on grills fueled by charcoal
D. heating meat in the bright and hot daylight

举报
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三

【单选题】有如下事件过程:Private Sub Form_Load() Show Dim Arr() As Variant Arr = Array(1, 3, 5, 7, 9, 11, 13, 15) Call converse(Arr) For i = 0 To 7 Print arr(i); Next iEnd Sub 以上程序的功能是,通过调用Converse过程,将数组Arr中的元素逆序存放并输出...

A.
Private Sub converse(dim a() as Variant ) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
B.
Private Sub converse(dim a() as Variant) Dim T Dim J As Integer J = (LBound(A) + UBound(A)) / 2 For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
C.
Private Sub converse(a() As Variant) Dim T For i = LBound(A) To UBound(A) T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub
D.
Private Sub converse(a() As Variant) Dim T Dim J As Integer J = Int((LBound(A) + UBound(A)) / 2) For i = LBound(A) To J T = a(i) a(i) = a(UBound(A) - i) a(UBound(A) - i) = T Next i End Sub

【多选题】监控平台有哪些功能?

A.
管理设备
B.
用户权限管理
C.
数据流管理
D.
录像存储管理
E.
与其它系统联动