liang183 发表于 2016-12-4 14:37:01

Java语言程序设计_第8版基础篇_进阶篇_复习题_编程题_课后答案

Chapter 1 Introduction to Computers, Programs, and Java
1.        A computer is an electronic device that stores and processes data. A computer includes both hardware and software.In general, hardware is the physical aspect of the computer that can be seen, and software is the invisible instructions that control the hardware and make it work.

2.        The hardware of a computer consists of a CPU, cache, memory, hard disk, floppy disk, monitor, printer, and communication devices.

3.The machine language is a set of primitive instructions built into every computer. Assembly language is a low-level programming language in which a mnemonic is used to represent each of the machine language instructions. The high-level languages are English-like and easy to learn and program.

4.Source program means the original program written in a high-level language.A compiler is a program that translates source program into executable code.

5.Java source programs are compiled into bytecode. The JVM is the interpreter that interprets Java bytecode.   


完整答案请下载附件,回复本帖子即可查看解压密码

**** Hidden Message *****

**** Hidden Message *****

艾斯 发表于 2017-3-2 22:41:24

11111111111111

xiaowu 发表于 2017-3-22 17:57:55

哇撒,终于找到了 不知道和第十版有多大差别先下载看看,多谢楼主

zjmdaan 发表于 2017-3-22 18:22:11

111111111111

LYQ 发表于 2017-4-14 21:17:07

111111111111111111

维克尼斯 发表于 2017-4-25 21:40:50

66666666666666

惊涛 发表于 2017-4-27 19:40:32

多谢楼主哈,找了好久

PICHI 发表于 2017-5-3 22:27:06

也是找了好长时间真的谢谢楼主

mkyar言消 发表于 2017-5-14 23:02:38

66666666666

CaoYing 发表于 2017-6-26 21:44:26

1111111111
页: [1] 2 3 4 5
查看完整版本: Java语言程序设计_第8版基础篇_进阶篇_复习题_编程题_课后答案