ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Foundations of Computer Science

دانلود کتاب مبانی علوم کامپیوتر

Foundations of Computer Science

مشخصات کتاب

Foundations of Computer Science

دسته بندی: کامپیوتر
ویرایش: 4th 
نویسندگان:   
سری:  
ISBN (شابک) : 9781473751040 
ناشر: Cengage 
سال نشر: 2018 
تعداد صفحات: 706 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 20 مگابایت 

قیمت کتاب (تومان) : 34,000



کلمات کلیدی مربوط به کتاب مبانی علوم کامپیوتر: علوم کامپیوتر



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 12


در صورت تبدیل فایل کتاب Foundations of Computer Science به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب مبانی علوم کامپیوتر نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب مبانی علوم کامپیوتر

بر اساس دستورالعمل‌های برنامه درسی مدل تصویرسازی محاسباتی انجمن، مبانی علوم رایانه به دانش‌آموزان دیدی پرنده از علوم رایانه می‌دهد. این متن آسان برای خواندن و ناوبری آسان، تمام مبانی علوم کامپیوتر مورد نیاز برای دانشجویان سال اول کارشناسی را پوشش می دهد که مدرک کامپیوتر را شروع می کنند. این نسخه چهارم که برای پوشش آخرین فناوری‌ها و تغییرات در الزامات دوره به‌روزرسانی شده است، دارای فصل‌های جدیدی از جمله پوشش‌های جدید در رسانه‌های اجتماعی و مسائل اخلاقی است.


توضیحاتی درمورد کتاب به خارجی

Based on the Association for Computing Imagery model curriculum guidelines, Foundations of Computer Science gives students a bird’s eye view of Computer Science. This easy-to-read and easy-to-navigate text covers all the fundamentals of computer science required for first year undergraduates embarking on a computing degree. Updated to cover the latest technologies and changes to course requirements, this fourth edition features new chapters, including new coverage on social media and ethical issues.



فهرست مطالب

Cover......Page 1
Contents......Page 7
Preface......Page 13
Chapter 1: Introduction......Page 21
1.1 Turing Model......Page 22
1.2 Von Neumann Model......Page 24
1.3 Computer Components......Page 26
1.4 History......Page 29
1.5 Computer Science as a Discipline......Page 31
1.6 Outline of the Course......Page 32
1.7 End-Chapter Materials......Page 33
1.8 Practice Set......Page 34
Chapter 2: Number Systems......Page 35
2.2 Positional Number Systems......Page 36
2.3 Nonpositional Number Systems......Page 51
2.4 End-Chapter Materials......Page 52
2.5 Practice Set......Page 54
Chapter 3: Data Storage......Page 59
3.1 Data Types......Page 60
3.2 Storing Numbers......Page 62
3.3 Storing Text......Page 80
3.4 Storing Audio......Page 81
3.5 Storing Images......Page 83
3.6 Storing Video......Page 85
3.7 Chapter Materials......Page 86
3.8 Practice Set......Page 88
Chapter 4: Operations on Data......Page 93
4.1 Logic Operations......Page 94
4.2 Shift Operations......Page 99
4.3 Arithmetic Operations......Page 102
4.4 End-Chapter Materials......Page 106
4.5 Practice Set......Page 107
Chapter 5: Computer Organization......Page 111
5.2 Central Processing Unit......Page 112
5.3 Main Memory......Page 114
5.4 Input/Output Subsystem......Page 117
5.5 Subsystem Interconnection......Page 124
5.6 Program Execution......Page 129
5.7 Different Architectures......Page 133
5.8 A Simple Computer......Page 137
5.9 End-Chapter Materials......Page 146
5.10 Practice Set......Page 150
Chapter 6: Computer Networks and Internet......Page 153
6.1 Overview......Page 154
6.2 Application Layer......Page 163
6.3 Transport Layer......Page 176
6.4 Network Layer......Page 179
6.5 Data-Link Layer......Page 186
6.6 Physical Layer......Page 194
6.7 Transmission Media......Page 197
6.8 End-Chapter Materials......Page 200
6.9 Practice Set......Page 203
Chapter 7: Operating Systems......Page 207
7.1 Introduction......Page 208
7.2 Evolution......Page 209
7.3 Components......Page 211
7.4 A Survey of Operating Systems......Page 223
7.5 End-Chapter Materials......Page 227
7.6 Practice Set......Page 229
Chapter 8: Algorithms......Page 233
8.1 Concept......Page 234
8.2 Three Constructs......Page 238
8.3 Algorithm Representation......Page 239
8.4 A More Formal Definition......Page 243
8.5 Basic Algorithms......Page 244
8.6 Subalgorithms......Page 253
8.7 Recursion......Page 254
8.8 End-Chapter Materials......Page 256
8.9 Practice Set......Page 258
Chapter 9: Programming Languages......Page 263
9.1 Evolution......Page 264
9.2 Translation......Page 266
9.3 Programming Paradigms......Page 268
9.4 Common Concepts......Page 277
9.5 End-Chapter Materials......Page 287
9.6 Practice Set......Page 289
Chapter 10: Software Engineering......Page 293
10.1 The Software Lifecycle......Page 294
10.2 Analysis Phase......Page 296
10.3 Design Phase......Page 299
10.4 Implementation Phase......Page 300
10.5 Testing Phase......Page 303
10.6 Documentation......Page 305
10.7 End-Chapter Materials......Page 306
10.8 Practice Set......Page 308
Chapter 11: Data Structure......Page 311
11.1 Arrays......Page 312
11.2 Records......Page 318
11.3 Linked Lists......Page 321
11.4 End-Chapter Materials......Page 334
11.5 Practice Set......Page 335
Chapter 12: Abstract Data Types......Page 337
12.1 Background......Page 338
12.2 Stacks......Page 340
12.3 Queues......Page 346
12.4 General Linear Lists......Page 351
12.5 Trees......Page 357
12.6 Graphs......Page 363
12.7 End-Chapter Materials......Page 364
12.8 Practice Set......Page 366
Chapter 13: File Structure......Page 369
13.2 Sequential Files......Page 370
13.3 Indexed Files......Page 374
13.4 Hashed Files......Page 375
13.5 Directories......Page 380
13.6 Text versus Binary......Page 382
13.7 End-Chapter Materials......Page 383
13.8 Practice Set......Page 384
Chapter 14: Databases......Page 389
14.1 Introduction......Page 390
14.2 Database Architecture......Page 392
14.3 Database Models......Page 393
14.4 The Relational Database Model......Page 394
14.5 Database Design......Page 401
14.6 Other Database Models......Page 405
14.7 End-Chapter Materials......Page 406
14.8 Practice Set......Page 408
Chapter 15: Data Compression......Page 411
15.2 Lossless Compression Methods......Page 412
15.3 Lossy Compression Methods......Page 420
15.4 End-Chapter Materials......Page 426
15.5 Practice Set......Page 427
Chapter 16: Security......Page 431
16.1 Introduction......Page 432
16.2 Confidentiality......Page 435
16.3 Other Aspects of Security......Page 448
16.4 Firewalls......Page 462
16.5 End-Chapter Materials......Page 465
16.6 Practice Set......Page 467
Chapter 17: Theory of Computation......Page 471
17.1 Simple Language......Page 472
17.2 The Turing Machine......Page 476
17.3 Godel Numbers......Page 483
17.4 The Halting Problem......Page 484
17.5 The Complexity of Problems......Page 487
17.6 End-Chapter Materials......Page 489
17.7 Practice Set......Page 490
Chapter 18: Artificial Intelligence......Page 493
18.1 Introduction......Page 494
18.2 Knowledge Representation......Page 495
18.3 Expert Systems......Page 505
18.4 Perception......Page 507
18.5 Searching......Page 514
18.6 Neural Networks......Page 518
18.7 End-Chapter Materials......Page 521
18.8 Practice Set......Page 523
Chapter 19: Introduction to Social Media......Page 527
19.2 Facebook......Page 528
19.3 Twitter......Page 534
19.4 End-Chapter Materials......Page 541
19.5 Practice Set......Page 542
Chapter 20: Social and Ethical Issues......Page 545
20.1 Ethical Principles......Page 546
20.2 Intellectual Property......Page 547
20.4 Computer Crimes......Page 548
20.6 End-Chapter Materials......Page 550
20.7 Practice Set......Page 551
Appendix A: Unicode......Page 553
Appendix B: Unified Modeling Language (UML)......Page 559
Appendix C: Pseudocode......Page 573
Appendix D: Structure Chart......Page 577
Appendix E: Boolean Algebra and Logic Circuits......Page 583
Appendix F: Examples of Programs in C, C++, and Java......Page 601
Appendix G: Mathematical Review......Page 611
Appendix H: Error Detection and Correction......Page 621
Appendix I: Addition and Subtraction for Sign-and-Magnitude Integers......Page 637
Appendix J: Addition and Subtraction for Reals......Page 641
Acronyms......Page 645
Glossary......Page 649
Index......Page 689




نظرات کاربران