Introduction to Information TechnologyChapter 2:Computer Software:Syst terjemahan - Introduction to Information TechnologyChapter 2:Computer Software:Syst Bahasa Indonesia Bagaimana mengatakan

Introduction to Information Technol

Introduction to Information Technology
Chapter 2:
Computer Software:
Systems and Application Software

Chapter Preview
• In this chapter, we will study:
– Systems Software
– Application Software
– How software applications are developed
– Outline the overall evolution and importance of
programming languages and clearly differentiate among
the generations of programming languages.
– Identify several key software issues and trends that
have an impact on organizations and individuals

The Importance of Software in
Business....

AN OVERVIEW OF SOFTWARE
• Computer programs: are sequences of
instructions for the computer
• Documentation describes the program
functions to help the user operate the
computer system

The Software Crisis
• New software applications
cannot be developed fast
enough to:
– Keep up with dynamic business
environment
– Keep pace with rapid hardware
advances

The Software Crisis (continued)
• In addition to new application development,
existing software must also be maintained
(80% IT personnel effort towards maintenance).
• Increasing complexity leads to the increased
potential for “bugs.”
• Testing and “debugging” software is
expensive and time-consuming.

Software Fundamentals
• Some basic terms…
– Computer programs - sequences of instructions for the
computer
– Stored program concept – instructions written in
programs are stored and executed by CPU when needed
– Programming - process of writing (or coding) programs
– Programmers - individuals who perform programming

Software Fundamentals (continued)
• Systems Software
– Instructions that
manage the
hardware resources
• Application Software
– Instructions that
perform specific user
tasks

Contd...

System Software
• System software is software that:
– Controls and supports the computer system’s
activities
– Supports application software by directing the
computer’s basic functions
– Facilitates program development, testing, and
debugging
– Is independent of any specific type of application

Systems Software (continued)
• System Control
Programs
– Control use of all system
resources (hardware,
software, data); operating
system
• System Support
Programs
– Specialized support
capabilities

Operating Systems
• An operating system (OS) is a set of programs
that controls the computer hardware and acts as
an interface with applications

Operating Systems (Contd...)
• The various combinations of OSs, computers,
and users include the following:
– Single computer with a single user. This
system is commonly used in a personal computer
or a handheld computer that allows one user at a
time
– Single computer with multiple users. This
system is typical of larger, mainframe computers
that can accommodate hundreds or thousands of
people, all using the computer at the same time

Contd...
• The various combinations of OSs, computers,
and users include the following:
– Multiple computers. This system is typical of a
network of computers, such as a home network
with several computers attached or a large
computer network with hundreds of computers
attached around the world
– Special-purpose computers. This system is
typical of a number of computers with specialized
functions, such as those that control sophisticated
military aircraft, and some home appliances

Basic Function of OS
• Performing common computer hardware
functions
• Providing a user interface and input/output
management
• Providing a degree of hardware independence
• Managing system memory
• Managing processing tasks
• Providing networking capability
• Controlling access to system resources
• Managing files

Common Computer Hardware Functions
• Get input from the keyboard or another
input device
• Retrieve data from disks
• Store data on disks
• Display information on a monitor or printer

User Interface and Input/Output Management
• Most of important functions of OS
• Allows to access and command computer

Hardware Independence
• To run, applications
request services from the
OS through a defined
application program
interface (API)
• Programmers can use
APIs to create application
software without having to
understand the inner
workings of the OS

Memory Management
• Controls how memory is accessed and
maximizes available memory and storage
• To execute program instructions
effectively and to speed processing
• One way to increase the performance of
an old computer is to upgrade to a newer
OS and increase the amount of memory

Networking Capability
• Computers can join together in a network
to send and receive data and share
computing resources.
• Sharing Internet connections, printers,
storage, and data

0/5000
Dari: -
Ke: -
Hasil (Bahasa Indonesia) 1: [Salinan]
Disalin!
Pengenalan teknologi informasiBab 2:Perangkat lunak komputer:Sistem dan aplikasi perangkat lunakBab Tinjauan• Dalam bab ini, kita akan mempelajari:-Systems Software-Aplikasi perangkat lunak-Bagaimana aplikasi perangkat lunak yang dikembangkan-Garis besar evolusi dan pentingnya keseluruhanbahasa pemrograman dan jelas membedakan antaragenerasi bahasa pemrograman.-Mengidentifikasi beberapa isu kunci perangkat lunak dan tren yangberdampak pada organisasi dan individuPentingnya perangkat lunakBisnis...IKHTISAR DARI PERANGKAT LUNAK• Program komputer: urutanpetunjuk untuk komputer• Dokumentasi menjelaskan programfungsi untuk membantu pengguna beroperasisistem komputerKrisis perangkat lunak• Aplikasi perangkat lunak barutidak dapat dikembangkan cepatcukup untuk:-Menjaga dengan bisnis yang dinamislingkungan-Mengikuti dengan cepat hardwarekemajuanKrisis perangkat lunak (lanjutan)• Selain pengembangan aplikasi baru,perangkat lunak yang ada juga dapat dipertahankan(80% upaya personil TI untuk pemeliharaan).• Meningkatnya kompleksitas mengarah ke peningkatanpotensi untuk "bug."• Pengujian dan "debugging" perangkat lunak adalahmahal dan memakan waktu.Dasar-dasar perangkat lunak• Beberapa istilah dasar...-Komputer program - urutan petunjuk untukkomputer– Konsep program disimpan-instruksi yang ditulis dalamProgram disimpan dan dijalankan oleh CPU ketika diperlukan-Pemrograman - proses penulisan (atau coding) program– Programmers - individuals who perform programmingSoftware Fundamentals (continued)• Systems Software– Instructions thatmanage thehardware resources• Application Software– Instructions thatperform specific usertasksContd...System Software• System software is software that:– Controls and supports the computer system’sactivities– Supports application software by directing thecomputer’s basic functions– Facilitates program development, testing, anddebugging– Is independent of any specific type of applicationSystems Software (continued)• System ControlPrograms– Control use of all systemresources (hardware,software, data); operatingsystem• System SupportPrograms– Specialized supportcapabilitiesOperating Systems• An operating system (OS) is a set of programsthat controls the computer hardware and acts asan interface with applicationsOperating Systems (Contd...)• The various combinations of OSs, computers,and users include the following:– Single computer with a single user. Thissystem is commonly used in a personal computeror a handheld computer that allows one user at atime– Single computer with multiple users. Thissystem is typical of larger, mainframe computersthat can accommodate hundreds or thousands ofpeople, all using the computer at the same timeContd...• The various combinations of OSs, computers,and users include the following:– Multiple computers. This system is typical of anetwork of computers, such as a home networkwith several computers attached or a largecomputer network with hundreds of computersattached around the world– Special-purpose computers. This system istypical of a number of computers with specializedfunctions, such as those that control sophisticatedmilitary aircraft, and some home appliancesBasic Function of OS• Performing common computer hardwarefunctions• Providing a user interface and input/outputmanagement• Providing a degree of hardware independence• Managing system memory• Managing processing tasks• Providing networking capability• Controlling access to system resources• Managing filesCommon Computer Hardware Functions• Get input from the keyboard or anotherinput device• Retrieve data from disks• Store data on disks• Display information on a monitor or printerUser Interface and Input/Output Management• Most of important functions of OS• Allows to access and command computerHardware Independence• To run, applicationsrequest services from theOS through a definedapplication programinterface (API)• Programmers can useAPIs to create applicationsoftware without having tounderstand the innerworkings of the OSMemory Management• Controls how memory is accessed andmaximizes available memory and storage• To execute program instructionseffectively and to speed processing• One way to increase the performance ofkomputer lama adalah untuk meng-upgrade ke yang lebih baruOS dan peningkatan jumlah memoriKemampuan jaringan• Komputer dapat bergabung dalam jaringanuntuk mengirim dan menerima data dan berbagisumber daya komputasi.• Berbagi koneksi Internet, printer,Penyimpanan, dan data
Sedang diterjemahkan, harap tunggu..
Hasil (Bahasa Indonesia) 2:[Salinan]
Disalin!
Pengantar Teknologi Informasi
Bab 2:
Software Komputer:
Sistem dan Aplikasi Software

Bab Preview
• Pada bab ini, kita akan mempelajari:
- Sistem Software
- Aplikasi Software
- Bagaimana aplikasi perangkat lunak yang dikembangkan
- Garis evolusi secara keseluruhan dan pentingnya
bahasa pemrograman dan jelas membedakan antara
. generasi bahasa pemrograman
- Mengidentifikasi beberapa masalah software kunci dan tren yang
berdampak pada organisasi dan individu

Pentingnya software di
Bisnis ....

aN OVERVIEW pERANGKAT lUNAK
• program komputer: adalah urutan
instruksi untuk komputer
• Dokumentasi menjelaskan program
fungsi untuk membantu pengguna mengoperasikan
sistem komputer

The software Crisis
• New aplikasi perangkat lunak
tidak dapat dikembangkan dengan cepat
cukup untuk:
- Bersaing dengan bisnis yang dinamis
lingkungan
- Jaga kecepatan dengan hardware yang cepat
kemajuan

The software Crisis (lanjutan)
• Selain pengembangan aplikasi baru,
perangkat lunak yang ada juga harus dipertahankan
(80% IT upaya personil terhadap pemeliharaan).
• meningkatkan kompleksitas mengarah pada peningkatan
potensi "bug."
• Pengujian dan "debugging" perangkat lunak
yang mahal dan memakan waktu.

software Fundamentals
• beberapa istilah dasar ...
- program komputer - urutan instruksi untuk
komputer
- konsep program yang tersimpan - instruksi tertulis dalam
program disimpan dan dieksekusi oleh CPU ketika dibutuhkan
- Programming - proses penulisan (atau coding) program
- Programmer - individu yang melakukan pemrograman

Software fundamental (lanjutan)
• software Systems
- Instruksi yang
mengelola
sumber daya perangkat keras
• aplikasi software
- Instruksi yang
melakukan pengguna tertentu
tugas

lanjutan ...

software sistem
perangkat lunak • sistem adalah perangkat lunak yang:
- Kontrol dan mendukung sistem komputer
kegiatan
- mendukung software aplikasi dengan mengarahkan
fungsi dasar komputer
- Memfasilitasi pengembangan program, pengujian, dan
debugging
- Apakah independen dari jenis tertentu aplikasi

sistem software (lanjutan)
• Control system
Program
- penggunaan Pengendalian semua sistem
sumber daya (hardware,
software, data); operasi
sistem
• Sistem Pendukung
Program
- dukungan khusus
kemampuan

Sistem Operasi
• Sebuah sistem operasi (OS) adalah seperangkat program
yang mengontrol perangkat keras komputer dan bertindak sebagai
antarmuka dengan aplikasi

Sistem Operasi (lanjutan ...)
• Berbagai kombinasi dari OS , komputer,
dan pengguna adalah sebagai berikut:
- satu komputer dengan single user. Ini
sistem umumnya digunakan dalam komputer pribadi
atau komputer genggam yang memungkinkan satu pengguna pada
waktu
- Satu komputer dengan beberapa pengguna. Ini
sistem khas lebih besar, komputer mainframe
yang dapat menampung ratusan atau ribuan
orang, semua menggunakan komputer pada saat yang sama

lanjutan ...
• Berbagai kombinasi dari OS, komputer,
dan pengguna adalah sebagai berikut:
- Beberapa komputer. Sistem ini khas dari
jaringan komputer, seperti jaringan rumah
dengan beberapa komputer yang melekat atau besar
jaringan komputer dengan ratusan komputer
terpasang di seluruh dunia
- komputer tujuan khusus. Sistem ini adalah
khas dari sejumlah komputer dengan khusus
fungsi, seperti yang mengontrol canggih
pesawat militer, dan beberapa peralatan rumah

Fungsi Dasar OS
• Melakukan hardware komputer umum
fungsi
• Memberikan antarmuka pengguna dan input / output
manajemen
• Memberikan gelar kemerdekaan hardware
• Mengelola memori sistem
• Mengelola tugas pengolahan
• Menyediakan kemampuan jaringan
• Mengontrol akses ke sumber daya sistem
• Mengelola file

Fungsi hardware Komputer umum
• Dapatkan masukan dari keyboard atau lain
perangkat input
• Mengambil data dari disk
• Simpan data pada disk
• Tampilan informasi pada monitor atau printer

User Interface dan Manajemen input / output
• Sebagian besar fungsi penting dari OS
• Memungkinkan untuk mengakses dan perintah komputer

Hardware Kemerdekaan
• untuk menjalankan, aplikasi
layanan permintaan dari
OS melalui didefinisikan
program aplikasi
antarmuka (API)
• Programmer dapat menggunakan
API untuk membuat aplikasi
perangkat lunak tanpa harus
memahami inner
kerja OS

Manajemen memory
• Kontrol bagaimana memori diakses dan
memaksimalkan memori yang tersedia dan penyimpanan
• untuk mengeksekusi instruksi program
secara efektif dan untuk mempercepat pemrosesan
• Salah satu cara untuk meningkatkan kinerja
suatu komputer lama adalah untuk meng-upgrade ke yang lebih baru
OS dan meningkatkan jumlah memori

jaringan Kemampuan
• komputer dapat bergabung bersama dalam sebuah jaringan
untuk mengirim dan menerima data dan berbagi
sumber daya komputasi.
• berbagi koneksi Internet, printer,
penyimpanan, dan data

Sedang diterjemahkan, harap tunggu..
 
Bahasa lainnya
Dukungan alat penerjemahan: Afrikans, Albania, Amhara, Arab, Armenia, Azerbaijan, Bahasa Indonesia, Basque, Belanda, Belarussia, Bengali, Bosnia, Bulgaria, Burma, Cebuano, Ceko, Chichewa, China, Cina Tradisional, Denmark, Deteksi bahasa, Esperanto, Estonia, Farsi, Finlandia, Frisia, Gaelig, Gaelik Skotlandia, Galisia, Georgia, Gujarati, Hausa, Hawaii, Hindi, Hmong, Ibrani, Igbo, Inggris, Islan, Italia, Jawa, Jepang, Jerman, Kannada, Katala, Kazak, Khmer, Kinyarwanda, Kirghiz, Klingon, Korea, Korsika, Kreol Haiti, Kroat, Kurdi, Laos, Latin, Latvia, Lituania, Luksemburg, Magyar, Makedonia, Malagasi, Malayalam, Malta, Maori, Marathi, Melayu, Mongol, Nepal, Norsk, Odia (Oriya), Pashto, Polandia, Portugis, Prancis, Punjabi, Rumania, Rusia, Samoa, Serb, Sesotho, Shona, Sindhi, Sinhala, Slovakia, Slovenia, Somali, Spanyol, Sunda, Swahili, Swensk, Tagalog, Tajik, Tamil, Tatar, Telugu, Thai, Turki, Turkmen, Ukraina, Urdu, Uyghur, Uzbek, Vietnam, Wales, Xhosa, Yiddi, Yoruba, Yunani, Zulu, Bahasa terjemahan.

Copyright ©2025 I Love Translation. All reserved.

E-mail: