软件工程专业英语(第2版)

反映最新计算机技术发展,旨在使读者的英语水平和专业知识水平共同得到提高。
分享 推荐 0 收藏 7 阅读 455
宋晓涛 (作者) 978-7-115-62399-7

关于本书的内容有任何问题,请联系 刘博

【内容特点】
(1)内容全面,结构合理。融入软件工程基础和计算机新技术内容,采用能力要求+正文+专业词汇+延伸阅读+习题编写模式,加强知识理解与巩固。
(2)以软件工程专业基础知识为出发点,精选计算机和软件新兴技术、各重要分支领域的突破性技术,对上一版本的教材进行了内容的升级优化,将全书分为软件工程基础、计算机专业新技术两大部分,增加了深度学习和区块链等新技术的介绍,删除了移动互联网章节(原第七章)。
(3)聚焦科技英语素养的提高。本书将软件工程基础与科技发展动态紧密结合,结合英语教学视角,助力学生科技英语素养的提高,为教育国际化打好基础。
【资源特点】除了配套常规资源(如PPT、教学大纲、习题答案)外,还针对每单元的基础内容录制音频,助力打造新形态精品教材。此外,编者还计划提供与主教材配套的习题解答和课文译文,以指导学生针更好地学习软件工程专业英语课程。
¥59.80 ¥50.83 (8.5 折)

内容摘要

本书以计算机技术发展的新热点为主要内容,介绍了移动计算机、软件工程及其再工程、主存数据库、网络与安全、人工智能、大数据、移动互联网、物联网等知识。本书力求使读者在学习计算机专业英语的同时也能学到计算机发展的前沿知识,使读者的英语水平和专业知识水平共同得到提高,为今后的计算机职业生涯打下良好的基础。
本书既注重计算机基本概念的英文表述,又深入细致地讲解了计算机发展的新动向和新知识。每章内容循序渐进、难易适度,适合计算机与软件工程等相关专业的学生使用。

诚邀您加入【人邮社软件工程教师交流群】

目录

PART I Foundations
Chapter 1 Software Engineering ... 1
Competencies.......................................1
1.1 Software Engineering .......................2
1.1.1 An Overview of Software Engineering...............................2
1.1.2 Software Process Model ............4
1.1.3 Phases of Software Development ... 7
1.1.4 Methodology of Software Development .............................9
1.2 Software Requirements.....................9
1.2.1 What Are Software Requirements?......................... 10
1.2.2 Categories of Software Requirements .......................... 10
1.2.3 Requirement Engineering (RE) Process ................................... 11
1.2.4 Software Requirement Specification (SRS) ................. 12
1.3 Designing the System..................... 13
1.3.1 The Goals of Designing Phase .... 14
1.3.2 The Design Process ................. 14
1.3.3 Software Designing Concepts..... 14
1.3.4 Developing a Design Model..... 17
1.4 Testing the System ......................... 18
1.4.1 Software Testing Fundamentals ... 18
1.4.2 Different Levels of Testing...... 19
1.4.3 Types of Testing Technique..... 21
1.5 Software Reengineering ................. 22
1.5.1 Origin of Reengineering.......... 23
1.5.2 A Software Reengineering Model ..................................... 24
1.5.3 Software Reengineering Activities................................ 25
Concepts............................................ 28
Terms .............................................. 29
Reading 1 Cloud-Based Software Crowdsourcing ................ 32
Reading 2 Test Driven Development ... 34
Reading 3 AiXcoder ........................ 36
Multiple Choice ..................................... 37
True/False Questions.............................. 39
Fill in the Blanks ................................... 39
Chapter 2 Mobile Computers.....41
Competencies..................................... 41
2.1 An Overview of Mobile Computers ... 42
2.1.1 Types of Mobile Computers .... 42
2.1.2 Features of Mobile Computers.... 44
2.1.3 CPU Architectures of Mobile Computers .............................. 45
2.1.4 Mobile Operating Systems ...... 46
2.1.5 Mobile Apps........................... 48
2.2 Smartphones.................................. 49
2.2.1 Functions................................ 49
2.2.2 iPhone .................................... 51
2.2.3 Huawei Smartphones............... 54
2.3 Android Operating System ............. 56
2.3.1 The Origin of Android............. 56
2.3.2 Android User Interface ............ 57
2.3.3 Android Architecture............... 58
Concepts ............................................ 60
Terms ............................................... 60
Reading 1 Future Developments for Smartphones .................... 63
Reading 2 Smartphones and Poor Sight................................ 64
Reading 3 Android Software Development Tools .......... 64
Multiple Choice...................................... 66
True/False Questions .............................. 68
Fill in the Blanks.................................... 68
Chapter 3 Data Management and Databases .......... 70
Competencies..................................... 70
3.1 An Overview of Database Systems..... 71
3.1.1 The Fundamental Concepts of Database ................................. 71
3.1.2 Evolution of Database Technology ............................. 73
3.1.3 Advantages of Database Management Systems (DBMSs)... 74
3.1.4 Data Models............................ 75
3.1.5 Entity-Relationship Model....... 76
3.1.6 Levels of Abstraction in a DBMS..................................... 77
3.2 Relational Databases ...................... 78
3.2.1 Overview of Relational Database ................................. 79
3.2.2 Integrity Constraints over Relation .................................. 80
3.2.3 Relational Algebra .................. 81
3.3 Database Design ............................ 83
3.3.1 Requirements Analysis............ 83
3.3.2 Conceptual Database Design ... 84
3.3.3 Logical Database Design ......... 84
3.3.4 Schema Refinement ................ 85
3.3.5 Physical Database Design........ 85
3.3.6 Application and Security Design .................................... 85
3.4 Main Memory Databases .............. 86
3.4.1 An Overview of Main Memory Database ................................. 86
3.4.2 The Evolution of Main Memory Database ................................. 87
3.4.3 The Key Technology of Main Memory Databases.................. 89
Concepts............................................ 92
Terms .............................................. 93
Reading 1 KingbaseES .................... 95
Reading 2 MongoDB ....................... 97
Multiple Choice ................................... 100
True/False Questions............................ 102
Fill in the Blanks ................................. 103
Chapter 4 Networking and Security ....................... 104
Competencies................................... 104
4.1 LAN ............................................ 105
4.1.1 Ethernet LAN ....................... 105
4.1.2 Packets—Data Transmission ... 105
4.1.3 Ethernet—Sending One Packet ................................... 106
4.1.4 Wi-Fi .................................... 107
4.1.5 A Summary of Ethernet Design .................................. 107
4.2 TCP/IP......................................... 108
4.2.1 IP Address ............................ 108
4.2.2 Domain Names...................... 109
4.2.3 Router................................... 109
4.2.4 What Does It Mean to Be on the Internet? ............................... 109
4.2.5 Ping ...................................... 110
4.2.6 Traceroute ............................ 110
4.3 Security ....................................... 110
4.3.1 Computer—A Castle ............. 111
4.3.2 Password Attacks .................. 111
4.3.3 Phishing Attacks ................... 113
4.3.4 Malware Attacks ................... 114
4.3.5 Safety Recap ......................... 116
Concepts .......................................... 116
Terms ............................................. 117
Reading 1 Networking ................... 118
Reading 2 TCP/IP .......................... 120
Multiple Choice.................................... 122
True/False Questions ............................ 124
Fill in the Blanks.................................. 125
Part II New Technologies
Chapter 5 Deep Learning .......... 126
Competencies................................... 126
5.1 Evolution of Neural Network........ 127
5.1.1 Deep Learning and Neural Network ................................ 127
5.1.2 The First Wave of Neural Network Research ................. 128
5.1.3 The Second Wave of Neural Network Research ................. 129
5.1.4 The Third Wave of Neural Network Research ................. 129
5.2 Structure of Deep Neural Network ... 130
5.2.1 Hierarchical Structure ........... 131
5.2.2 Neurons................................ 131
5.2.3 Computing............................ 131
5.3 Categories of Deep Neural Network....................................... 131
5.3.1 Feedforward Neural Network (FNN)................................... 132
5.3.2 Convolutional Neural Network (CNN) .................................. 132
5.3.3 Recursive Neural Network (RNN) .................................. 133
5.4 Applications of Deep Learning ..... 133
5.4.1 Automatic Speech Recognition .......................... 134
5.4.2 Computer Vision................... 135
5.4.3 Natural Language Processing ... 135
Concepts.......................................... 136
Terms ............................................ 137
Reading 1 iFlytek: The Voice of AI... 139
Reading 2 Deep Learning Transforming the Retail Industry .......... 142
Reading 3 Providing Better Customer Service Strategy ............ 142
Multiple Choice ................................... 143
True/False Questions............................ 145
Fill in the Blanks.................................. 146
Chapter 6 Big Data....................... 147
Competencies................................... 147
6.1 Big Data Basics ........................... 148
6.1.1 Big Data and Its Properties.... 148
6.1.2 Categories of Big Data .......... 150
6.1.3 Big Value of Big Data ........... 151
6.1.4 Jim Gray’s Fourth Paradigm.... 153
6.1.5 Evolution of Data Management.......................... 154
6.1.6 Big Data Challenges.............. 156
6.2 Big Data Technologies ................. 157
6.2.1 Big Data Acquisition and PreProcessing............................. 157
6.2.2 Big Data Management ........... 159
6.2.3 Big Data Analysis ................. 161
6.2.4 Big Data Visualization .......... 161
6.3 Big Data Systems......................... 162
6.3.1 Batch Data Processing System .................................. 162
6.3.2 Streaming Data Processing System .................................. 164
6.3.3 Graph Data Processing System .................................. 164
Concepts .......................................... 166
Terms ............................................. 166
Reading 1 How Hadoop Can Be Used ...................................170
Reading 2 A Multi-Stage Filtering Strategy for Audio Retrieval........................ 171
Reading 3 Transwarp Manager : Domestic Big Data Management System ........................... 172
Multiple Choice ................................... 174
True/False Questions............................ 177
Fill in the Blanks ................................. 179
Chapter 7 Blockchain .................. 181
Competencies................................... 181
7.1 Concept and Development of Blockchain .................................. 182
7.1.1 The Origin of the Blockchain ... 182
7.1.2 Blockchain and the Modern Industrial Field ..................... 183
7.2 The Core of Blockchain ............... 185
7.2.1 The Consensus Mechanism.... 185
7.2.2 Blockchain and Cryptography ........................ 187
7.3 Blockchain Applications .............. 188
7.3.1 Blockchain and Energy Internet................................. 189
7.3.2 Blockchain and Internet of Things .................................. 190
Concepts.......................................... 191
Terms ............................................ 192
Reading 1 Bitcoin and Ethereum .... 194
Reading 2 Blockchain and Peer-to-Peer Energy Trading............. 196
Reading 3 The Energy Blockchain in China ............................ 197
Multiple Choice ................................... 199
True/False Questions............................ 201
Fill in the Blanks.................................. 202
Chapter 8 Artificial Intelligence ................. 203
Competencies................................... 203
8.1 History ........................................ 204
8.1.1 Precursors............................. 204
8.1.2 The Birth of Artificial Intelligence ........................... 205
8.1.3 AI’s Golden Years and Its Boom .................................... 205
8.2 Research Goals ............................ 207
8.2.1 The Short-Term Goal ............ 207
8.2.2 The Long-Term Goals ........... 207
8.3 Major Researches on AI ............... 208
8.3.1 Deduction, Reasoning, and Problem Solving.................... 208
8.3.2 Knowledge Representation .... 209
8.3.3 Automated Planning and Scheduling ............................ 209
8.3.4 Machine Learning ................. 209
8.3.5 Natural Language Processing... 210
8.3.6 Robotics ............................... 210
8.3.7 AI Game ............................... 211
8.4 Applications of AI...................... 212
8.4.1 Apple Watch/Siri .................. 212
8.4.2 Google Atlas5 ....................... 213
8.4.3 ABB’s YuMi ......................... 214
8.4.4 Leonardo’s Robot.................. 214
Concepts .......................................... 215
Terms ............................................. 216
Reading 1 Virtual Reality .............. 218
Reading 2 Knowledge-Based (Expert) System .......................... 219
Reading 3 Artificial Intelligence in China ............................ 220
Multiple Choice ................................... 220
True/False Questions............................ 222
Fill in the Blanks ................................. 223
Chapter 9 Internet of Things .... 224
Competencies................................... 224
9.1 Definition of Internet of Things ... 225
9.1.1 Origin of the Concept of Internet of Things .............................. 225
9.1.2 Common Definition of Internet of Things .............................. 225
9.1.3 Development of Internet of Things .................................. 226
9.2 Technologies of Internet of Things ......................................... 229
9.2.1 Wireless Sensor Network ...... 229
9.2.2 Embedded System................. 232
9.2.3 RFID .................................... 235
9.2.4 Other Technologies............... 238
9.3 Applications of Internet of Things ......................................... 239
9.3.1 Food ..................................... 239
9.3.2 Health .................................. 240
9.3.3 Intelligent Home ................... 242
Concepts.......................................... 243
Terms ............................................ 243
Reading 1 Classification of Internet of Things........................... 246
Reading 2 Architecture of Internet of Things ........................... 248
Reading 3 The Internet of Things in China............................. 249
Multiple Choice ................................... 250
True/False Questions............................ 252
Fill in the Blanks ................................. 253

读者评论

赶紧抢沙发哦!

我要评论

作者介绍

宋晓涛,硕士,讲师,2006年6月毕业于山西大学计算机系,主要从事智能软件工程等方向的研究。作为课程负责人,主讲“软件工程专业英语”课程多年。曾担任副主编,组织《计算机专业英语》(机械工业出版社,2008年)教材编写和样章的编写,参加《数据库原理及应用SQL Server2019》(清华大学出版社,2021年)等多部教材的编写。

相关图书

人邮微信
本地服务
教师服务
教师服务
读者服务
读者服务
返回顶部
返回顶部