• Kĩ thuật lập trình - Personal technologyKĩ thuật lập trình - Personal technology

    Satellite radio Digital radio signals are sent from satellites in orbit around the earth to subscribers that have special radios CD-quality sound is better than normal radio More channels than regular radio SDARS providers are XM satellite radio Sirius satellite radio Commercial-free

    ppt30 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 901 | Lượt tải: 0

  • Kĩ thuật lập trình - Communications, networks, & safeguardsKĩ thuật lập trình - Communications, networks, & safeguards

    Protocols The set of conventions governing the exchange of data between hardware and/or software components in a communications network Built into the hardware or software you are using Govern the packet design and transmission standards Examples are: TCP/IP for LANs and internet AppleTalk for older Mac networks SIP for Voice over IP (VoIP) ...

    ppt47 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 741 | Lượt tải: 0

  • Kĩ thuật lập trình - Hardware: The cpu & storageKĩ thuật lập trình - Hardware: The cpu & storage

    Error Checking: Parity Bits Used in modems & communications to verify correctness One check bit is added to 7 bit byte The check bit is defined as either odd or even For odd parity, if the data sent is correct, the parity bit plus the first 7 data bits is an odd number For even parity, if the data sent is correct, the parity bit plus the first...

    ppt36 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 816 | Lượt tải: 0

  • Kĩ thuật lập trình - SoftwareKĩ thuật lập trình - Software

    Central Processing Unit (CPU) Management (continued) Queues, Buffers, Spooling Queue: First-in, First-out (FIFO) sequence of data or programs that waits in line for its turn to be processed Buffer: The place where the data or programs sit while they are waiting To Spool: The act of placing a print job into a buffer Needed because the CPU is fa...

    ppt54 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 1081 | Lượt tải: 0

  • Kĩ thuật lập trình - The internet & the world wide webKĩ thuật lập trình - The internet & the world wide web

    Modems High-speed phone lines ISDN line DSL line Cable Modems Satellite Always-on connection using satellite dish to satellite orbiting earth Send data at 56 – 500 Kbps; receive at 1.5 Mbps Wi-Fi & 3G

    ppt53 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 803 | Lượt tải: 0

  • Kĩ thuật lập trình - Introduction to information technologyKĩ thuật lập trình - Introduction to information technology

    Use discretion about sending emails Emails aren’t secret They can be easily forwarded to others Check grammar, spelling to bosses, customers Don’t use email to express criticism or sarcasm Email received at work is the property of your employer Deleting email messages does not remove them everywhere Don’t neglect real personal contact

    ppt33 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 626 | Lượt tải: 0

  • Kĩ thuật lập trình - Design patternsKĩ thuật lập trình - Design patterns

    Design patterns aim to provide ideas and recipes for sound OO software design. The origin of the idea can be traced to some influential books on architecture by Christopher Alexander (for example, The Timeless Way of Building, 1979). Hundreds of OO design patterns have been published since 1995 in books, web sites, etc.

    ppt31 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 688 | Lượt tải: 0

  • Kĩ thuật lập trình - Chapter 26: Process improvementKĩ thuật lập trình - Chapter 26: Process improvement

    You also have to consider what aspects of the process that you want to improve. Your goal might be to improve software quality and so you may wish to introduce new process activities that change the way software is developed and tested. You may be interested in improving some attribute of the process itself (such as development time) and you ha...

    pptx50 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 755 | Lượt tải: 0

  • Kĩ thuật lập trình - Heaps and priority queuesKĩ thuật lập trình - Heaps and priority queues

    A (min) heap is a complete binary tree The value in each node does not exceed any of the values in that node’s left and right subtrees. In a heap, the root holds the smallest value.

    ppt16 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 1057 | Lượt tải: 0

  • Kĩ thuật lập trình - Lookup tables and hashingKĩ thuật lập trình - Lookup tables and hashing

    A lookup table is an array that helps to find data very quickly. The array stores references to data records (or some values). A data record is identified by some key. The value of a key is directly translated into an array index using a simple formula.

    ppt23 trang | Chia sẻ: huyhoang44 | Ngày: 17/03/2020 | Lượt xem: 799 | Lượt tải: 0