jackfrued / jackfrued/Python-100-Days

DAY1-15 02语言元素

Open
#847 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
187k
Forks
55.8k
PR merge metrics
No merged PRs in 30d

Description

指令和程序内容中,冯诺依曼架构是指令和数据共用一个存储空间和一条总线,内核在取指时不能读写,反之亦然。哈佛架构指令与数据存储在不同空间,采用独立指令总线和数据总线,可以同时取值和数据读写。
原文说:“冯·诺依曼结构”指出要将存储设备与中央处理器分开显然是表述错误的

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the DAY1-15 02语言元素 lesson and locate the quoted statement about the von Neumann architecture. Verify the wording against the issue’s distinction between von Neumann and Harvard architectures, then update the incorrect explanation so the lesson accurately describes shared versus separate instruction and data storage.

Written by the indexing model from the issue text.

Assessment

Domain
content, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.