INFO1110 Foundation Quiz Mock Exam · 原卷修订版
一套包含 22 道题的完整模考,按 INFO1110 midterm 试卷结构编排。限时作答、自动评分,提交记录会保存到你的个人中心。
本次模考说明
75 分钟计时
开始后即使关闭页面计时仍会继续,时间归零会自动交卷。
22 道题
包含选择题和简短的编程题,与 midterm 格式一致。
自动保存
作答时每道题都会自动保存,可离开后再继续,但计时不会停止。
提交后评分
提交后会立即计算得分并保存到你的个人资料。
题目预览
部分示例题目,开始考试后可查看全部 22 道。Practice instructions / 练习说明:75 minutes; 20 multiple-choice questions and 2 coding questions. The original paper awards 1 mark per multiple-choice question and 3 per coding question: 26 marks total, with 20 required to pass. 本平台目前沿用按题数统计的计分方式,不等同于原卷 26 分制;现有 Mock 总成绩也不验证代码测试是否通过,编程题请以 Run Tests 的结果和参考解法核对。题目 2、17 已修正原卷歧义;编程题补充了输入与边界说明。What does the following Python 3 code print? Ignore trailing spaces at the end of each output line.
Which of the following is not a valid variable name in Python?
Which assignment is syntactically valid and has a type hint matching the assigned value?