Monday, 19 May 2014

DIGITAL CIRCUIT (Tugas Kelompok English)



     A.    INTRODUCTION
A digital circuit is a circuit where the signal must be one of two discrete levels. Each level is interpreted as one of two different states (for example, on/off, 0/1, true/false). Digital circuits use transistors to create logic gates in order to perform Boolean logic. This logic is the foundation of digital electronics and computer processing. Digital circuits are less susceptible to noise or degradation in quality than analog circuits. It is also easier to perform error detection and correction with digital signals. To automate the process of designing digital circuits, engineers use electronic design automation (EDA) tools, a type of software that optimizes the logic in a digital circuit. Jaeger, (1997: 226-233) stated that In electronics, a logic gate is an idealized or physical device implementing a Boolean function; that is, it performs a logical operation on one or more logical inputs, and produces a single logical output. Depending on the context, the term may refer to an ideal logic gate, one that has for instance zero rise time and unlimited fan-out, or it may refer to a non-ideal physical device. Signal must be a Boolean to establish a digital circuit. Digital signal is stronger than the analog signal, that is more easily detected and corrected  when it occur an error signal.
A digital circuit have many advantages, one of the advantages of the use of a digital circuit is a system used has an easy interface device to be controlled by a computer and software. That's why the information storage is done much more easily in a digital system compared to analog.  However, the advantage is reversed, this circuit also has its drawbacks include the energy used each use of this circuit is quite a lot, in addition to the components used is more expensive and is very easy once fragile. With digital systems, storage of information will be easier to do, but it is wasteful energy, the components are expensive and easy fragile.
The purpose of this article is to understand digital circuit, recognize the basics of logic gates such as AND, OR, NOT, NOR, XNOR, NAND and XOR gates, and Boolean algebra.




    B.     Logic Gates
In electronics, a logic gate is an idealized or physical device implementing a Boolean function; that is, it performs a logical operation on one or more logical inputs, and produces a single logical output. Depending on the context, the term may refer to an ideal logic gate, one that has for instance zero rise time and unlimited fan-out, or it may refer to a non-ideal physical device. And, the writer will explain: NOT gate;  AND gate and NAND gate;  OR gate and NOR gate; XOR gate and XNOR gate;


a.      NOT gate


NOT gate or can also be called by inverting (inverter) has the function of reverse logic input voltage at its output. An inverter (inverting) is a gate with one input signal and one output signal where the output state is always opposite to the input state. Flips in this case is to change into its opposite. Because the logic voltages are only two conditions, namely high and low, or "1" and "0", then the reverse logic voltage means change "1" to "0" or otherwise change the zero to one. (Tokheim, 1995). NOT gate is also called an inverter, the gate has only one input and one output. Boolean algebra of logic equations for NOT gate output is Y =   A’. Become a NOT gate output is always the opposite of its input. If a given input logic high, then the output will be generated logic low, and at low logic input is given then the output will be generated logic high.
  Inverter or not gate, It takes one input signal. In logic, there are usually two states, 0 and 1. The gate therefore sends 1 as output, if it receives 0 as input. Alternatively it received 1 as input, and sends 0 as output.
 

b.      AND gate and NAND gate

AND gate is a logic network with multiple entry (input) and has only one way out (output). AND gate has two or more than two signal inputs but only one output signal. In the AND gate to produce a high output signal then all input signals must be of high value. While the NAND gate is a NOT-AND, or an AND function is reversed. In other words that the NAND gate will produce a low output signal if all input signals of high value. (Malvino, 1983). AND gate is a logic gate consisting of two or more inputs and only one output. AND gate output will be high only if all inputs are high, and if one or more input logic low then, output will be low. Boolean algebra equations logic gate is Y = A.B In Boolean algebra operations AND gate marked "time" or a "point". (Tokheim, 1995). NAND gate is a combination of AND and NOT gates. NAND gate output is always the opposite of the AND gate output for the same input. So the output will be a logic high if one or more of its inputs are logic low, and the output to logic low only when all its inputs are logic high. Boolean algebra of logic equations for the output of NAND gate is Y =   A’.B’.
The AND logic gate output to logic one only if both inputs are logic one. From this it can be concluded that the gate has a logic function of multiplying the two input.



c.      OR gate and NOR gate

OR gate is one of the basic logic gates that has 2 input channels ( input ) or more and an output channel (output). Any number of input channels owned by an OR gate, it still has the same working principle whereby the output conditions will berlogic 1 if one or all input channels berlogic 1. Additionally berlogic output 0.  Similarly, NAND Gate, NOR gate is a combination of an OR gate with a NOT gate in which the output of the OR gate is connected to the line input of the NOT gate . Because the output of the OR gate in " NOT " right the working principle of a NOR gate is the inverse of the OR gate. The output is the complement or opposite of the OR gate, which gives the state of logic 0 at the output level if one or more of its inputs are logic 1. (Malvino, 1983). OR gate is the basic logic gates that have two or more inputs and only one output. OR gate output to logic high when one or more input there is a logic high, and the output to logic low only when all inputs are logic low. Boolean algebra of logic equations for the OR gate output is Y = A + B. In Boolean algebra operations OR gate labeled "plus". (Tokheim, 1995). NOR gate is a combination of OR and NOT gates. NOR gate output is always the opposite of the OR gate output for the same input. So the output to logic low if one or more of its inputs are logic high, and the output will be a logic high only when all inputs are logic low. Boolean algebra of logic equations for a NOR gate output is Y = A+ B.
So it can be said that the OR gate has only a low output signal if all input signals low value. while the NOR gate is the development of the OR gate. The development of a NOT gate installation at the output of the OR gate.

             d.      XOR and XNOR gate

X-OR gate will produce a low output signal if all input signals low value or high value the input of all other words that X-OR will produce low output signal if the input signal is all worth the same. And X-NOR Gate will produce a high output signal if all input signals of equal value (opposite of the X-OR gate). (Tokheim, 1995). Symbol of Exclusive OR gate (XOR) with two input variables and one output, the output at logic 1 if one input on the state of logic 0 or logic 1, while the output at logic state 0 if both inputs same logic. Boolean algebra of logic equations for XOR gate output is Y = A B = AB’ + A’B (Tokheim, 1995). The symbol of the arch Exclusive NOR (XNOR) with two input variables and one of the output, the output at logic 1 when the input provided on the same logic as A = 1 and B = 1 or input A = 0 and B = 0. Whereas output at logic 0 if the input provided to the contrary. Boolean algebra of logic equations for XOR gate output is Y =   AB = A’B’+ A’B.
So it can be said that the XOR gate has different input signals, the output signal high value. while the XNOR gate is the development of the XOR gate. The development of a NOT gate installation at the output of the XOR gate.

   C.     Boolean Algebra
A Boolean algebra is a six-tuple consisting of a set A, equipped with two binary operations (called "meet" or "and"), (called "join" or "or"), a unary operation ¬ (called "complement" or "not") and two elements 0 and 1 (called "bottom" and "top", or "least" and "greatest" element, also denoted by the symbols and , respectively), such that for all elements a, b and c of A, the following axioms hold:
 


A Boolean algebra with only one element is called a trivial Boolean algebra or a degenerate Boolean algebra. (Some authors require 0 and 1 to be distinct elements in order to exclude this case.) The simplest non-trivial Boolean algebra, the two-element Boolean algebra, has only two elements, 0 and 1, and is defined by the rules:

    C.     Conclusion
Some benefit of logic gates are can be used to make any kind of digital  logic circuit like computer circuit, television circuit, and robotic circuit. The aim gate is efficiency component of circuit electric. So, if we not use logic gate we need big component than we use logic gate. If we want use logic gate we must understand about logic algebra.

    D.     References
Firmansyah, sigit, Elektronika digital dan mikroprosesor, Penerbit ANDI, Yogyakarta, 2005.
Tokheim, Roger L, Elektronika Digital edisi kedua, Penerbit Erlangga, Jakarta, 1990.

untuk file presentasinya:
https://www.mediafire.com/?9ldmxlr1brjx5b1

Wednesday, 30 April 2014

TRIASTA Integrasi Teknologi (Tugas Kelompok)



KELOMPOK:
RURI NUR AINI                  (12650022)
ZULIATUL AFIFA                (12650081)
SAKINAH AMIRAH N. R   (12650097)


Struktur Organisasi Perusahaan



Ruang Lingkup Divisi

Divisi-divisi yang terdapat pada perusahaan antara lain :
          Accounting and Financial
          Human Resource Development (HRD)
          Management Information System
          Sales and Marketing
          Software Solutions Group
          IT Support

Tugas dari Jabatan yang ada di perusahaan
1. Accounting and Financial
Tugasnya:
  1. Bertanggung jawab atas segala masalah keuangan dan akuntansi perusahaan
  2. Mengkoordinasikan dan melakukan perencanaan dan analisa keuangan untuk dapat memberikan masukan dari sisi keuangan bagi pimpinan perusahaan dalam mengambi keputusan bisnis
  3. Merencanakan dan mengkoordinasikan penyusunan anggaran perusahaan, dan mengontrol penggunaan anggaran tersebut untuk memastikan penggunaan dana digunakan untuk menunjang kegiatan operasional perusahaan

2. Internal Auditor
Tugasnya:
  1. Bertanggung jawab kepada Accounting and Financial Manager dalam persoalan keakuratan mengenai keuangan dan akuntansi
  2. Melakukan pengecekan terhadap seluruh kegiatan akuntansi di perusahaan apakah sesuai dengan standar yang ditetapkan
  3. Membuat laporan audit dan memberikan pendapat terhadap keuangan perusahaan, serta rekomendasi yang diperlukan
  4. Memonitor performa manajemen dalam mengelola keuangan perusahaan

3. Accounting & Finance Staff
Tugasnya:
  1. Mengelola fungsi akuntansi dalam memproses data dan informasi keuangan untuk menghasilkan laporan keuangan yang dibutuhkan perusahaan secara akurat dan tepat waktu
  2. Merencanakan, mengkooordinasikan dan mengontrol arus kas perusahaan (cashflow), sehingga memastikan ketersediaan dana untuk operasional perusahaan dan kesehatan kondisi keuangan
  3. Mengontrol penggunaan anggaran dana perusahaan agar sesuai dengan tujuan penyusunan anggaran tersebut yaitu menunjang kegiatan operasional perusahaan

4. HRD Manager
Tugasnya:
  1. Merencanakan kebutuhan tenaga kerja sesuai dengan perkembangan organisasi, serta mengkoordinasikan dan mengontrol pelaksanaan kegiatan rekrutmen dan seleksi
  2. Mengkoordinasikan dan mengontrol penyusunan dan pelaksanaan program pelatihan dan pengembangan untuk memastikan tercapainya target tingkat kemampuan dan kompetensi setiap karyawan
  3. Melakukan evaluasi kerja karyawan secara berkala
  4. Menyusun strategi dan kebiijakan pengelolaan SDM di perusahaan
  5. Mengkoordinasikan dan mengontrol pelaksanaan fungsi SDM di seluruh perusahaan untuk memastikan semuanya sesuai dengan strategi, kebijakan, sistem dan rencana kerja yang telah disusun
  6. Mengelola dan mengontrol aktifitas administrasi kantor, kepersonaliaan, dan sistem informasi SDM untuk memastikan tersedianya dukungn yanag optimal bagi kelancaran operasional perusahaan

5. HRD Staff
Tugasnya:
  1. Bertanggung jawab kepada HRD Manajer mengenai kondisi karyawan-karyawan yang telah ada ataupun yang baru akan masuk
  2. Membuat laporan mengenai perekrutan karyawan baru
  3. Menjalankan kebijakan tentand SDM yang telah ditentukan

6. MIS Manager
Tugasnya:
  1. Membuat kebijakan (policy) tentang jaringan komputer, web, serta keamanannya
  2. Mengatur kuota file yang dikirim melalui email

7. Networking and Security
Tugasnya:
  1. Bertanggung jawab kepada MIS Manager mengenai keamanan sistem informasi, serta jaringan komputer yang ada di perusahaan
  2. Memperbaiki jika ada error dalam jaringan komputer dan melaporkannya kepada MIS Manager
  3. Melakukan filterisasi website-website bahwa website yang dapat diakses memiliki hubungan dengan pekerjaan yang mereka lakukan

8. Sales & Marketing Manager
Tugasnya:
  1. Melakukan pemasaran kepada beberapa perusahaan tentang layanan yang ditawarkan
  2. Menerima orderan proyek dari pelanggan dan melaporkan kepada atasan
  3. Memberikan informasi yang benar kepada pelanggan berkaitan dengan proses penawaran jasa

9. Sales & Marketing Staff
Tugasnya:
  1. Bertanggung jawab kepada Sales & Marketing Manager mengenai adanya suatu orderan proyek yang didapat
  2. Membantu Sales & Marketing Manager dalam melakukan pemasaran layanan perusahaan

10. Project Manager
Tugasnya:
  1. Mengidentifikasi proyek-proyek yang masuk ke perusahaan apakah dapat dilakukan atau tidak
  2. Melakukan rapat (meeting) dengan klien tentang proyek yang akan dilakukan
  3. Menghitung harga kontrak proyek
  4. Melakukan negosiasi dengan klien
  5. Menyetujui penerimaan proyek dan kontrak kerja dengan klien
  6. Melakukan follow up dengan klien tentang proyek yang akan atau sedang dijalankan

11. System Analyst
Tugasnya:
  1. Bertanggung jawab kepada Project Manager mengenai perkembangan proyek yang dibangun
  2. Menganalisis sistem yang diinginkan oleh klien, kemudian merancang sistem tersebut
  3. Melakukan rapat (meeting) bersama dengan Proct Manager untuk mengetahui sistem yang diinginkan oleh klien (system requirement)
  4. Melakukan pengecekan secara berkala dan merepresentasikan kepada klien tentang perkembangan proyek
  5. Melakukan kerjasama yang baik dengan Programmer dan Database Administrator dalam mengerjakan proyek

12. Database Administrator
Tugasnya:
  1. Bertanggung jawab kepada Project Manager atas proyek yang sedang berjalan
  2. Merencanakan database yang tepat terhadap proyek yang akan atau sedang dijalankan
  3. Menerapkan dan mengoperasikan databse yang telah disepakati dengan System Analyst
  4. Melakukan pemantauan atau monitoring terhadap database sistem

13. Programmer
Tugasnya:
  1. Bertanggung jawab kepada Project Manager mengenai sejauh mana perkembangan proyek berlangsung
  2. Mengimplementasikan desain sistem yang telah dijabarkan System Analyst ke dalam bahasa pemrograman
  3. Memahami sistem yang sedang berjalan di perusahaan klien

14. IT Support Manager
Tugasnya:
  1. Memelihara infrastruktur teknologi informasi (hardware, software, dan jaringan) perusahaan, mencakup update antivirus, trouble shooting,  dan pemeliharaan jaringan
  2. Mengembangkan dan memelihara hubungan dengan vendor pemeliharaan hardware dan software, dengan tujuan memastikan dukungan dari mereka dalam hal masalah dan pemeliharaan teknologi informasi
  3. Menyediakan pelatihan internal kepada seluruh karyawan perusahaan dengan tujuan memberikan pengetahuan teknologi informasi

15. IT Support Staff
Tugasnya:
  1. Bertanggung jawab kepada IT Support Manager mengenai keadaan infrastruktur teknologi informasi yang ada di perusahaan
  2. Melakukan pemeliharaan infrastruktur teknologi informasi
 

Monday, 19 May 2014

DIGITAL CIRCUIT (Tugas Kelompok English)

Posted by Unknown at 05:55 0 comments


     A.    INTRODUCTION
A digital circuit is a circuit where the signal must be one of two discrete levels. Each level is interpreted as one of two different states (for example, on/off, 0/1, true/false). Digital circuits use transistors to create logic gates in order to perform Boolean logic. This logic is the foundation of digital electronics and computer processing. Digital circuits are less susceptible to noise or degradation in quality than analog circuits. It is also easier to perform error detection and correction with digital signals. To automate the process of designing digital circuits, engineers use electronic design automation (EDA) tools, a type of software that optimizes the logic in a digital circuit. Jaeger, (1997: 226-233) stated that In electronics, a logic gate is an idealized or physical device implementing a Boolean function; that is, it performs a logical operation on one or more logical inputs, and produces a single logical output. Depending on the context, the term may refer to an ideal logic gate, one that has for instance zero rise time and unlimited fan-out, or it may refer to a non-ideal physical device. Signal must be a Boolean to establish a digital circuit. Digital signal is stronger than the analog signal, that is more easily detected and corrected  when it occur an error signal.
A digital circuit have many advantages, one of the advantages of the use of a digital circuit is a system used has an easy interface device to be controlled by a computer and software. That's why the information storage is done much more easily in a digital system compared to analog.  However, the advantage is reversed, this circuit also has its drawbacks include the energy used each use of this circuit is quite a lot, in addition to the components used is more expensive and is very easy once fragile. With digital systems, storage of information will be easier to do, but it is wasteful energy, the components are expensive and easy fragile.
The purpose of this article is to understand digital circuit, recognize the basics of logic gates such as AND, OR, NOT, NOR, XNOR, NAND and XOR gates, and Boolean algebra.




    B.     Logic Gates
In electronics, a logic gate is an idealized or physical device implementing a Boolean function; that is, it performs a logical operation on one or more logical inputs, and produces a single logical output. Depending on the context, the term may refer to an ideal logic gate, one that has for instance zero rise time and unlimited fan-out, or it may refer to a non-ideal physical device. And, the writer will explain: NOT gate;  AND gate and NAND gate;  OR gate and NOR gate; XOR gate and XNOR gate;


a.      NOT gate


NOT gate or can also be called by inverting (inverter) has the function of reverse logic input voltage at its output. An inverter (inverting) is a gate with one input signal and one output signal where the output state is always opposite to the input state. Flips in this case is to change into its opposite. Because the logic voltages are only two conditions, namely high and low, or "1" and "0", then the reverse logic voltage means change "1" to "0" or otherwise change the zero to one. (Tokheim, 1995). NOT gate is also called an inverter, the gate has only one input and one output. Boolean algebra of logic equations for NOT gate output is Y =   A’. Become a NOT gate output is always the opposite of its input. If a given input logic high, then the output will be generated logic low, and at low logic input is given then the output will be generated logic high.
  Inverter or not gate, It takes one input signal. In logic, there are usually two states, 0 and 1. The gate therefore sends 1 as output, if it receives 0 as input. Alternatively it received 1 as input, and sends 0 as output.
 

b.      AND gate and NAND gate

AND gate is a logic network with multiple entry (input) and has only one way out (output). AND gate has two or more than two signal inputs but only one output signal. In the AND gate to produce a high output signal then all input signals must be of high value. While the NAND gate is a NOT-AND, or an AND function is reversed. In other words that the NAND gate will produce a low output signal if all input signals of high value. (Malvino, 1983). AND gate is a logic gate consisting of two or more inputs and only one output. AND gate output will be high only if all inputs are high, and if one or more input logic low then, output will be low. Boolean algebra equations logic gate is Y = A.B In Boolean algebra operations AND gate marked "time" or a "point". (Tokheim, 1995). NAND gate is a combination of AND and NOT gates. NAND gate output is always the opposite of the AND gate output for the same input. So the output will be a logic high if one or more of its inputs are logic low, and the output to logic low only when all its inputs are logic high. Boolean algebra of logic equations for the output of NAND gate is Y =   A’.B’.
The AND logic gate output to logic one only if both inputs are logic one. From this it can be concluded that the gate has a logic function of multiplying the two input.



c.      OR gate and NOR gate

OR gate is one of the basic logic gates that has 2 input channels ( input ) or more and an output channel (output). Any number of input channels owned by an OR gate, it still has the same working principle whereby the output conditions will berlogic 1 if one or all input channels berlogic 1. Additionally berlogic output 0.  Similarly, NAND Gate, NOR gate is a combination of an OR gate with a NOT gate in which the output of the OR gate is connected to the line input of the NOT gate . Because the output of the OR gate in " NOT " right the working principle of a NOR gate is the inverse of the OR gate. The output is the complement or opposite of the OR gate, which gives the state of logic 0 at the output level if one or more of its inputs are logic 1. (Malvino, 1983). OR gate is the basic logic gates that have two or more inputs and only one output. OR gate output to logic high when one or more input there is a logic high, and the output to logic low only when all inputs are logic low. Boolean algebra of logic equations for the OR gate output is Y = A + B. In Boolean algebra operations OR gate labeled "plus". (Tokheim, 1995). NOR gate is a combination of OR and NOT gates. NOR gate output is always the opposite of the OR gate output for the same input. So the output to logic low if one or more of its inputs are logic high, and the output will be a logic high only when all inputs are logic low. Boolean algebra of logic equations for a NOR gate output is Y = A+ B.
So it can be said that the OR gate has only a low output signal if all input signals low value. while the NOR gate is the development of the OR gate. The development of a NOT gate installation at the output of the OR gate.

             d.      XOR and XNOR gate

X-OR gate will produce a low output signal if all input signals low value or high value the input of all other words that X-OR will produce low output signal if the input signal is all worth the same. And X-NOR Gate will produce a high output signal if all input signals of equal value (opposite of the X-OR gate). (Tokheim, 1995). Symbol of Exclusive OR gate (XOR) with two input variables and one output, the output at logic 1 if one input on the state of logic 0 or logic 1, while the output at logic state 0 if both inputs same logic. Boolean algebra of logic equations for XOR gate output is Y = A B = AB’ + A’B (Tokheim, 1995). The symbol of the arch Exclusive NOR (XNOR) with two input variables and one of the output, the output at logic 1 when the input provided on the same logic as A = 1 and B = 1 or input A = 0 and B = 0. Whereas output at logic 0 if the input provided to the contrary. Boolean algebra of logic equations for XOR gate output is Y =   AB = A’B’+ A’B.
So it can be said that the XOR gate has different input signals, the output signal high value. while the XNOR gate is the development of the XOR gate. The development of a NOT gate installation at the output of the XOR gate.

   C.     Boolean Algebra
A Boolean algebra is a six-tuple consisting of a set A, equipped with two binary operations (called "meet" or "and"), (called "join" or "or"), a unary operation ¬ (called "complement" or "not") and two elements 0 and 1 (called "bottom" and "top", or "least" and "greatest" element, also denoted by the symbols and , respectively), such that for all elements a, b and c of A, the following axioms hold:
 


A Boolean algebra with only one element is called a trivial Boolean algebra or a degenerate Boolean algebra. (Some authors require 0 and 1 to be distinct elements in order to exclude this case.) The simplest non-trivial Boolean algebra, the two-element Boolean algebra, has only two elements, 0 and 1, and is defined by the rules:

    C.     Conclusion
Some benefit of logic gates are can be used to make any kind of digital  logic circuit like computer circuit, television circuit, and robotic circuit. The aim gate is efficiency component of circuit electric. So, if we not use logic gate we need big component than we use logic gate. If we want use logic gate we must understand about logic algebra.

    D.     References
Firmansyah, sigit, Elektronika digital dan mikroprosesor, Penerbit ANDI, Yogyakarta, 2005.
Tokheim, Roger L, Elektronika Digital edisi kedua, Penerbit Erlangga, Jakarta, 1990.

untuk file presentasinya:
https://www.mediafire.com/?9ldmxlr1brjx5b1

Wednesday, 30 April 2014

TRIASTA Integrasi Teknologi (Tugas Kelompok)

Posted by Unknown at 07:46 0 comments


KELOMPOK:
RURI NUR AINI                  (12650022)
ZULIATUL AFIFA                (12650081)
SAKINAH AMIRAH N. R   (12650097)


Struktur Organisasi Perusahaan



Ruang Lingkup Divisi

Divisi-divisi yang terdapat pada perusahaan antara lain :
          Accounting and Financial
          Human Resource Development (HRD)
          Management Information System
          Sales and Marketing
          Software Solutions Group
          IT Support

Tugas dari Jabatan yang ada di perusahaan
1. Accounting and Financial
Tugasnya:
  1. Bertanggung jawab atas segala masalah keuangan dan akuntansi perusahaan
  2. Mengkoordinasikan dan melakukan perencanaan dan analisa keuangan untuk dapat memberikan masukan dari sisi keuangan bagi pimpinan perusahaan dalam mengambi keputusan bisnis
  3. Merencanakan dan mengkoordinasikan penyusunan anggaran perusahaan, dan mengontrol penggunaan anggaran tersebut untuk memastikan penggunaan dana digunakan untuk menunjang kegiatan operasional perusahaan

2. Internal Auditor
Tugasnya:
  1. Bertanggung jawab kepada Accounting and Financial Manager dalam persoalan keakuratan mengenai keuangan dan akuntansi
  2. Melakukan pengecekan terhadap seluruh kegiatan akuntansi di perusahaan apakah sesuai dengan standar yang ditetapkan
  3. Membuat laporan audit dan memberikan pendapat terhadap keuangan perusahaan, serta rekomendasi yang diperlukan
  4. Memonitor performa manajemen dalam mengelola keuangan perusahaan

3. Accounting & Finance Staff
Tugasnya:
  1. Mengelola fungsi akuntansi dalam memproses data dan informasi keuangan untuk menghasilkan laporan keuangan yang dibutuhkan perusahaan secara akurat dan tepat waktu
  2. Merencanakan, mengkooordinasikan dan mengontrol arus kas perusahaan (cashflow), sehingga memastikan ketersediaan dana untuk operasional perusahaan dan kesehatan kondisi keuangan
  3. Mengontrol penggunaan anggaran dana perusahaan agar sesuai dengan tujuan penyusunan anggaran tersebut yaitu menunjang kegiatan operasional perusahaan

4. HRD Manager
Tugasnya:
  1. Merencanakan kebutuhan tenaga kerja sesuai dengan perkembangan organisasi, serta mengkoordinasikan dan mengontrol pelaksanaan kegiatan rekrutmen dan seleksi
  2. Mengkoordinasikan dan mengontrol penyusunan dan pelaksanaan program pelatihan dan pengembangan untuk memastikan tercapainya target tingkat kemampuan dan kompetensi setiap karyawan
  3. Melakukan evaluasi kerja karyawan secara berkala
  4. Menyusun strategi dan kebiijakan pengelolaan SDM di perusahaan
  5. Mengkoordinasikan dan mengontrol pelaksanaan fungsi SDM di seluruh perusahaan untuk memastikan semuanya sesuai dengan strategi, kebijakan, sistem dan rencana kerja yang telah disusun
  6. Mengelola dan mengontrol aktifitas administrasi kantor, kepersonaliaan, dan sistem informasi SDM untuk memastikan tersedianya dukungn yanag optimal bagi kelancaran operasional perusahaan

5. HRD Staff
Tugasnya:
  1. Bertanggung jawab kepada HRD Manajer mengenai kondisi karyawan-karyawan yang telah ada ataupun yang baru akan masuk
  2. Membuat laporan mengenai perekrutan karyawan baru
  3. Menjalankan kebijakan tentand SDM yang telah ditentukan

6. MIS Manager
Tugasnya:
  1. Membuat kebijakan (policy) tentang jaringan komputer, web, serta keamanannya
  2. Mengatur kuota file yang dikirim melalui email

7. Networking and Security
Tugasnya:
  1. Bertanggung jawab kepada MIS Manager mengenai keamanan sistem informasi, serta jaringan komputer yang ada di perusahaan
  2. Memperbaiki jika ada error dalam jaringan komputer dan melaporkannya kepada MIS Manager
  3. Melakukan filterisasi website-website bahwa website yang dapat diakses memiliki hubungan dengan pekerjaan yang mereka lakukan

8. Sales & Marketing Manager
Tugasnya:
  1. Melakukan pemasaran kepada beberapa perusahaan tentang layanan yang ditawarkan
  2. Menerima orderan proyek dari pelanggan dan melaporkan kepada atasan
  3. Memberikan informasi yang benar kepada pelanggan berkaitan dengan proses penawaran jasa

9. Sales & Marketing Staff
Tugasnya:
  1. Bertanggung jawab kepada Sales & Marketing Manager mengenai adanya suatu orderan proyek yang didapat
  2. Membantu Sales & Marketing Manager dalam melakukan pemasaran layanan perusahaan

10. Project Manager
Tugasnya:
  1. Mengidentifikasi proyek-proyek yang masuk ke perusahaan apakah dapat dilakukan atau tidak
  2. Melakukan rapat (meeting) dengan klien tentang proyek yang akan dilakukan
  3. Menghitung harga kontrak proyek
  4. Melakukan negosiasi dengan klien
  5. Menyetujui penerimaan proyek dan kontrak kerja dengan klien
  6. Melakukan follow up dengan klien tentang proyek yang akan atau sedang dijalankan

11. System Analyst
Tugasnya:
  1. Bertanggung jawab kepada Project Manager mengenai perkembangan proyek yang dibangun
  2. Menganalisis sistem yang diinginkan oleh klien, kemudian merancang sistem tersebut
  3. Melakukan rapat (meeting) bersama dengan Proct Manager untuk mengetahui sistem yang diinginkan oleh klien (system requirement)
  4. Melakukan pengecekan secara berkala dan merepresentasikan kepada klien tentang perkembangan proyek
  5. Melakukan kerjasama yang baik dengan Programmer dan Database Administrator dalam mengerjakan proyek

12. Database Administrator
Tugasnya:
  1. Bertanggung jawab kepada Project Manager atas proyek yang sedang berjalan
  2. Merencanakan database yang tepat terhadap proyek yang akan atau sedang dijalankan
  3. Menerapkan dan mengoperasikan databse yang telah disepakati dengan System Analyst
  4. Melakukan pemantauan atau monitoring terhadap database sistem

13. Programmer
Tugasnya:
  1. Bertanggung jawab kepada Project Manager mengenai sejauh mana perkembangan proyek berlangsung
  2. Mengimplementasikan desain sistem yang telah dijabarkan System Analyst ke dalam bahasa pemrograman
  3. Memahami sistem yang sedang berjalan di perusahaan klien

14. IT Support Manager
Tugasnya:
  1. Memelihara infrastruktur teknologi informasi (hardware, software, dan jaringan) perusahaan, mencakup update antivirus, trouble shooting,  dan pemeliharaan jaringan
  2. Mengembangkan dan memelihara hubungan dengan vendor pemeliharaan hardware dan software, dengan tujuan memastikan dukungan dari mereka dalam hal masalah dan pemeliharaan teknologi informasi
  3. Menyediakan pelatihan internal kepada seluruh karyawan perusahaan dengan tujuan memberikan pengetahuan teknologi informasi

15. IT Support Staff
Tugasnya:
  1. Bertanggung jawab kepada IT Support Manager mengenai keadaan infrastruktur teknologi informasi yang ada di perusahaan
  2. Melakukan pemeliharaan infrastruktur teknologi informasi
 
 

Catatanku Template by Ipietoon Cute Blog Design