chapter 1 instruction

Chapter 1 Why should you learn to write programs?

  1. What is the function of the secondary memory in a computer?

Stores programs and data and retains the information even
when the power is turned off. Generally slower than main memory. Examples of
secondary memory include disk drives and flash memory in USB sticks.

  1. What is a program?

A set of instructions that specifies a computation.

  1. What is the difference between a compiler and an interpreter?

Compiler: to translate a program written in a high-level
language into a low-level language all at once, in preparation for later
execution.

Interpreter: to execute a program in high-level language by
translating it one line at a time.

  1. Which of the following contains “machine code”?

    a. The python interpreter

    b. The keyboard

    c. Python source file

    d. A word processing document

  2. Explain each of the following using an example of human capability:
    central processing unit, main memory, secondary memory, input device, output
    device,

Central processing unit: the heart of any computer. It is what runs the software that we write.

Main memory: stores programs and data, main memory loses information when the power is turned off.

Secondary: Stores programs and data and retains its information even when the power is turned off. Generally slower than main memory. Examples of secondary memory include disk drives and flash memory in USB sticks.

Input device: send information to computer

Output device: display information, such as music device, the screen

  1. How do you fix a “syntax error”?

Run > thinking > modify

print("hello")
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值