Actions
grading_rules #15388
opendata=[{'de name=阶段考试-
Status:
New
Priority:
Normal
Assignee:
-
Start date:
02/07/2025
Due date:
% Done:
0%
Estimated time:
name:
阶段考试-简答题-json与dict的区别
data:
- desc: 是否正确描述了 JSON 和 dict 的类型区别,即 JSON 是字符串,dict 是 Python 内置数据类型,包含得2分,否则得0分。
max: 2
min: 0
name: 类型区别
- desc: 是否正确描述了 JSON 和 dict 的用途区别,即 JSON 用于数据交换,dict 用于程序内部数据处理,包含得2分,否则得0分。
max: 2
min: 0
name: 用途区别
- desc: 是否提到 JSON 可以通过 json 模块进行解析和生成,包含得2分,否则得0分。
max: 2
min: 0
name: JSON 解析和生成
- desc: 是否提到 dict 是直接在 Python 中使用的对象,不需要额外的解析或生成步骤,包含得2分,否则得0分。
max: 2
min: 0
name: dict 直接使用
- desc: 是否正确描述了 JSON 和 dict 的存储方式区别,即 JSON 以字符串形式存储,dict 存储在内存中,包含得2分,否则得0分。
max: 2
min: 0
name: 存储方式区别
No data to display
Actions