According to the text, what is the major cause of the flooding spam? 【 】
A.Companies rely on e-mail for communications.
B.More people in the world communicate by e-mail.
C.Many computer viruses contain spam e-mail.
D.More advertisers begin to promote sales through spam.
第1题:
第2题:
【单选题】查询计算机应用技术和软件技术专业成绩大于80分的学生信息的命令是?
A.db.students.find({$and:[{$or:[{"major":"计算机应用技术"},{"major":"软件技术"}]},{"score":{$gt:80}}]})
B.db.students.find({$or:[{$or:[{"major":"计算机应用技术"},{"major":"软件技术"}]},{"score":{$gt:80}}]})
C.db.students.find({$and:[{$or:[{"major":"计算机应用技术"},{"major":"软件技术"}]},{"score":{$gte:80}}]})
D.db.students.find({$and:[{"major":"计算机应用技术"},{"major":"软件技术"},{"score":{$gt:80}}]})
第3题:
12、以下程序执行后的结果是: spam = 4 if spam < 5: spam += 1 print(spam)
第4题:
10、以下程序执行的结果是: spam = ['cat', 'bat', 'rat', 'elephant'] spam[1:4]
A.['bat', 'rat', 'elephant']
B.['cat', 'bat', 'rat', 'elephant']
C.['cat', 'bat', 'rat']
D.['bat', 'rat']
第5题:
音乐符号major的含义______
第6题:
14、以下程序执行后的结果是: spam = [1, 2, 3, 4] spam.append(5) spam