• Lecter Java: Program design - Chapter 7: Programming withmethods and classesLecter Java: Program design - Chapter 7: Programming with methods and classes

    Methods Data fields Task – Conversion.java Conversion Implementation

    ppt47 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 625 | Lượt tải: 0

  • Bài giảng Cấu trúc máy tính - Chương 5: Các thiết bị ngoại viBài giảng Cấu trúc máy tính - Chương 5: Các thiết bị ngoại vi

    Bàn phím là thiết bị nhập thông tin vào cho máy tính xử lý, thông tin từ bàn phím là các ký tự, số và các lệnh điều khiển. Bàn phím là thiết bị chính giúp người sử dụng giao tiếp và điều khiển hệ thống, chương trình điều khiển bàn phím nằm trong BIOS (trên Mainboard)

    pdf49 trang | Chia sẻ: thuongdt324 | Ngày: 30/11/2020 | Lượt xem: 908 | Lượt tải: 0

  • Software Engineering - Chapter 6: Software RequirementsSoftware Engineering - Chapter 6: Software Requirements

    Functional and non-functional requirements User requirements System requirements Interface specification The software requirements document

    ppt54 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 779 | Lượt tải: 0

  • Lecter Java: Program design - Chapter 6: IterationLecter Java: Program design - Chapter 6: Iteration

    Options while do-while for Allow programs to control how many times a statement list is executed Problem Extract a list of positive numbers from standard input and produce their average Numbers are one per line A negative number acts as a sentinel to indicate that there are no more numbers to process Observations Cannot supply suffici...

    ppt99 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 662 | Lượt tải: 0

  • Bài giảng Cấu trúc máy tính - Chương 4: Các phương pháp vào, ra dữ liệuBài giảng Cấu trúc máy tính - Chương 4: Các phương pháp vào, ra dữ liệu

    Các máy tính PC được trang bị ít nhất là 1 cổng song song và 1 cổng nối tiếp. Khác với ghép nối tiếp có nhiều ứng dụng, ghép nối song song thường chỉ phục vụ cho máy in

    pdf36 trang | Chia sẻ: thuongdt324 | Ngày: 30/11/2020 | Lượt xem: 919 | Lượt tải: 0

  • Bài giảng Cấu trúc máy tính - Chương 3: Bộ nhớBài giảng Cấu trúc máy tính - Chương 3: Bộ nhớ

    3.1. Các đặc trưng của bộ nhớ 3.2. Sự phân cấp của bộ nhớ 3.3. Xây dựng bộ nhớ từ các chíp nhớ

    pdf25 trang | Chia sẻ: thuongdt324 | Ngày: 30/11/2020 | Lượt xem: 912 | Lượt tải: 0

  • Software Engineering - Chapter 4: Project managementSoftware Engineering - Chapter 4: Project management

    Management activities Project planning Project scheduling Risk management Software project management Concerned with activities involved in ensuring that software is delivered on time and on schedule and in accordance with the requirements of the organisations developing and procuring the software. Project management is needed because s...

    ppt39 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 661 | Lượt tải: 0

  • Lecter Java: Program design - Chapter 5: DecisionsLecter Java: Program design - Chapter 5: Decisions

    Background Our problem-solving solutions so far have the straight-line property They execute the same statements for every run of the program For general problem solving we need more capabilities The ability to control which statements are executed The ability to control how often a statement is executed We will concentrate first on control...

    ppt64 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 650 | Lượt tải: 0

  • Software Engineering - Chapter 4: Software ProcessesSoftware Engineering - Chapter 4: Software Processes

    Software process models Process iteration Process activities The Rational Unified Process Computer-aided software engineering

    ppt50 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 678 | Lượt tải: 0

  • Lecter Java: Program design - Chapter 4: ClassesLecter Java: Program design - Chapter 4: Classes

    Scene so far has been background material and experience Computing systems and problem solving Variables Types Input and output Expressions Assignments Objects Standard classes and methods

    ppt42 trang | Chia sẻ: candy98 | Ngày: 30/11/2020 | Lượt xem: 607 | Lượt tải: 0