Files
lecturer/tekkom-ti/index.php
T
willysr 02bd6471b4
Deploy PHP App / deploy (push) Successful in 21s
update references
Signed-off-by: Willy Sudiarto Raharjo <willysr@staff.ukdw.ac.id>
2026-08-26 15:34:57 +07:00

76 lines
2.5 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<head>
<title>Willy Sudiarto Raharjo - Computer Technology</title>
<meta name="keywords" content="Willy, Willy Sudiarto Raharjo, Willy SR, WillySR, UKDW, Dosen, Universitas Kristen Duta Wacana, Teknologi Komputer, Teknik Informatika" />
<meta name="description" content="Situs ini berisi halaman materi untuk kelas Teknologi Komputer Universitas Kristen Duta Wacana" />
<link rel="icon" href="../images/favicon.ico" type="image/ico" />
<style type="text/css">
@import "../includes/index.css";
@import "../includes/normalize.css";
</style>
</head>
<body>
<?php
include "../includes/functions.php";
?>
<header role="banner">
<?php
include "../includes/courses.php";
?>
</header>
<section class="title">Computer Technology</section>
<section class="sidebar">
<header>
<h3>Jadwal</h3>
</header>
<aside>
<p>Grup A<br/>Hari Selasa<br/>Jam 10.30 - 13.20</p>
</aside>
</section>
<section class="classinfo">
<section class="description">
<header>
<h1>PENGANTAR</h1>
</header>
<p>Mata kuliah ini memperkenalkan mahasiswa dengan dunia komputer dan diharapkan dapat menyatukan pandangan sekaligus memberi dasar yang setara bagi mahasiswa dengan berbagai macam latar belakang bidang ilmu untuk menempuh kuliah selanjutnya di program studi Informatika.</p>
<p>Berbagai macam aspek komputer diperkenalkan mulai dari perangkat keras, perangkat lunak, teknologi di dunia komputer, implementasi dan implikasi teknologi informasi dalam masyarakat.</p>
</section>
</section>
<section class="material">
<header>
<h1>MATERI</h1>
</header>
<ol>
<li>Syllabus</li>
<li>Introduction to the World of Technology</li>
<li>Data Representation</li>
<li>Computing Hardwares (System Unit, Processing, Memory, Storage, I/O)</li>
<li>Operating Systems</li>
<li>Algorithms</li>
<li>Databases</li>
<li>Computer Networks</li>
<li>Web Technologies</li>
<li>Introduction to Artificial Intelligence</li>
<li>Generative AI</li>
<li>Computer Security and Privacy</li>
<li>Cloud Computing</li>
<li>Computer Ethics</li>
</ol>
</section>
<section class="references">
<header>
<h1>REFERENSI</h1>
</header>
<ol>
<li>Understanding Computer Today &amp; Tomorrow (Deborah Morley, Charles S. Parker)</li>
<li>Computing Essentials 2023, 29th edition (Timothy OLeary, Linda OLeary, Daniel OLeary)</li>
<li>Computer Science: An Overview 13th Edition (J. Glenn Brookshear, &amp; Brookshear, J. G)</li>
</ol>
</section>
<?php
include "../includes/footer.php";
?>
</body>
</html>