BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA. BiNus MOBILE SERVICE SYSTEM WITH HIGH PERFORMANCE and STRUCTURED DATABASE DESIGN

Size: px
Start display at page:

Download "BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA. BiNus MOBILE SERVICE SYSTEM WITH HIGH PERFORMANCE and STRUCTURED DATABASE DESIGN"

Transcription

1 BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA Major Information System Sarjana Komputer Thesis EVEN Semester year 2007 BiNus MOBILE SERVICE SYSTEM WITH HIGH PERFORMANCE and STRUCTURED DATABASE DESIGN Handy Kusnadi Abstract Nowadays, the number of university technology is increase rapidly. They are competing with each other to have a higher technology system (mobility) to be implemented in the university itself. Online registration, digital library, university website, Wi-Fi internet connection and many others features that the university offer to the students. The purpose of this study is to create and implement a new system for BiNus International University. The system is allowing the students to interact with it by sending a SMS and there will be reply message from the system. It is an interactive SMS system. Most of technology system has at least one database to run the system. A database system has been a core component factor that supports modern university system or others functions to achieve highest expected result of operations. This study is showing the creation of the database system for the new features. The focus of this study is to create a high performance and structured database design and SQL query processing. All the database tables and relation table is also mentioned in this study. The step of the study is providing the database table design, the query structures and the relation of each database table. All theoretical foundation that supports this study is also being mentioned clearly. In order to have a good quality in the database system the next step of this study is conducting a several system testing which are stress testing, module testing and user acceptance testing to make sure that the system is running well. This study is also doing some analysis in user acceptance by distributing questionnaire and interview. Keywords Database Design; SQL Query Processing; SMS Interactive iv

2 v PREFACE First of all, I would like to thank and express my grateful GOD for His blessing and unlimited wisdoms in guiding and completing this thesis so that I can finish this thesis on time with expected result. This thesis is about designing a high performance and structured database system for BiNus Mobile Service System and documenting the whole process in order to obtain a bachelor degree majoring in Information System at BiNus University International. At this moment, I would like to express our gratitude and thanks to: 1. My beloved parents and whole family for their support from the first time I write this thesis until its completion, 2. Mr. Minaldi Loeis, as the director of BiNus University International for giving the opportunity of completing this thesis, 3. Mr. Andreas Utomo Kuswara, as an outstanding supervisor; for his brilliant ideas, for the guiding me in finishing this thesis, for his experienced and shared knowledge in helping me in finishing this thesis, and for his patience to supervise me for the last 5 months until its completion, 4. Faculty members and all lecturers of BiNus International, for their inspirations, experienced and knowledge that they shared to me throughout my attendances in BiNus International, 5. Andre Susanto and Andry Irawan, of being very attractive partners, for the commitment of being teamwork, and sharing knowledge for completing this thesis,

3 vi 6. Henny Tjahjadi, for her endless support throughout the study; for her help and guidance me in finishing this thesis, 7. All students of BiNus International, especially for students of Information System batch 2007 and 2007i, for being interesting friends: for their support and motivation, 8. All of my friends for their helped in joining the testing section for completing my thesis, 9. All of the printing and photo copy staff in helping to printing and binding this thesis nicely. I hoped that this thesis will be useful and helpful for all readers; therefore I will appreciate if there any comment and critics to improve this thesis and hopefully this thesis will give a benefit for the readers. Jakarta Author

4 vii TABLE OF CONTENT PREFACE... V TABLE OF CONTENT...VII LIST OF FIGURES...XII LIST OF TABLE... XIII CHAPTER 1 INTRODUCTION BACKGROUND SCOPE AIMS AND BENEFITS STRUCTURES... 6 CHAPTER 2 THEORETICAL FOUNDATION THEORETICAL FOUNDATION DATABASE Database System Entity Attribute Relationship Relational Database Model Entity Relationship Modeling Connectivity and Cardinality Relationship Participationp Normalization Table Structured Query Language (SQL) Transaction Management and Concurrency Control Distributed Database Management System (DDBMS) GLOBAL SYSTEM FOR MOBILE COMMUNICATIONS (GSM)... 23

5 viii GSM GSM GSM GSM GSM Modem GENERAL PACKET RADIO SERVICE (GPRS) MODEM Mobile Switching Center (MSC) CODE DIVISION MULTIPLE ACCESS (CDMA) TIME DIVISION MULTIPLE ACCESS (TDMA) SHORT MESSAGE SERVICES (SMS) Short Message Service Centre (SMSC) Short Messaging Entity (SME) Short Message Services Gateways (SMS Gateways) Long SMS Messages Intra-Operator SMS Message Inter-Operator SMS Message Now SMS/MMS Gateway (NowSMS) Subscriber Identity Module (SIM) SERVER Thin Client Fat Client Database Server Application Server One-Tier Architecture Two-Tier Architecture JAVA DATABASE CONNECTIVITY (JDBC) MYSQL HYPERTEXT TRANSFER PROTOCOL (HTTP)... 33

6 ix XAMPP OPERATING SYSTEM WINDOWS XP MOBILE PHONE PERSONAL DATA ASSISTANTS TESTING Software testing Database Testing System Testing...36 CHAPTER 3 DATABASE DESIGN INTRODUCTION TO BMSS SMS SERVICE What is BMSS? BINUS SMS BLAST BMSS SMS SERVICE inbox Table outbox Table news Table suggestionbox Table Sesi_jadwal Table tuition Table master_dosen Table master_mahasiswa Table master_mata_kuliah Table transaksi_jadwal_kuliah Table Transaksi_kuliah_mahasiswa Table SERVER ARCHITECTURE OF BMSS CHAPTER 4 CONCEPTUAL SOLUTION DESIGN PROPOSED SOLUTION Registration...53

7 x Schedule News Marks Tuition Suggestion Description Help BMSS POLICIES SYSTEM DATA Data Dictionary INITIAL DATA Dumping Data for Table Inbox Dumping Data for Table Outbox Dumping Data for Table News Dumping Data for Table Tuition Dumping Data for Table master_dosen Dumping Data for Table master_mahasiswa Dumping Data for Table master_mata_kuliah Dumping Data for Table transaksi_jadwal_kuliah Dumping Data for Table transaksi_kuliah_mahasiswa ENTITY RELATIONSHIP DIAGRAM (ERD) BiNus SMS Blast ERD BMSS SMS Service...82 CHAPTER 5 TESTING AND IMPLEMENTATION SYSTEM TESTING Module testing Usability and User Acceptance Testing Stress Testing...84

8 xi BMSS Processing Time Mobile Phone Operator Processing Time SYSTEM IMPLEMENTATION BMSS Human Resource Requirements Database Administrator Lecturers Students BMSS System Requirements BMSS Hardware Requirements BMSS Service Requirements BMSS Software Requirements CHAPTER 6 DISCUSSION AND EVALUATION DISCUSSION EVALUATION CHAPTER 7 CONCLUSION AND RECOMMENDATION CONCLUSION RECOMMENDATION REFERENCES REFERENCES CURRICULUM VITAE APPENDICES APPENDIX A APPENDIX B...112

9 xii LIST OF FIGURES Figure 2-1 DBMS manage interaction between Users and Database...10 Figure 2-2 Entity of Student and Entity of Course...12 Figure 2-3 Attribute of STUDENT...12 Figure 2-4 (1) 1:M, (2) M:N, (3) 1: Figure 2-5 (1) Table with primary key (2) Table with primary key and foreign key...16 Figure 2-6 Connectivity and Cardinality...17 Figure 2-7 Optional Participation...17 Figure 2-8 Mandatory Participation...18 Figure 3-1 BMSS SMS Service...39 Figure 3-2 BMSS One-Tier Architecture...52 Figure 4-1BiNus SMS Blast ERD...81 Figure 4-2 BMSS SMS Service...82 Figure 5-1 BMSS Processing Time...85 Figure 5-2 Registration...86 Figure 5-3 News All...87 Figure 5-4News ID...88 Figure 5-5 Tuition...89 Figure 5-6 Marks...90 Figure 5-7 Schedule...91 Figure 5-8 Help...92 Figure 6-1 Total Processing Time...99

10 xiii LIST OF TABLE Table 2-1Table of master_dosen...14 Table 3-1 Current Services...41 Table 3-2 master_dosen...42 Table 3-3 master_mahasiswa...42 Table 3-4 master_mata_kuliah...43 Table 3-5 transaksi_jadwal_kuliah...43 Table 3-6 transaksi_kuliah_mahasiswa...44 Table 3-7 inbox...46 Table 3-8 outbox...46 Table 3-9 news...47 Table 3-10 suggestionbox...47 Table 3-11 sesi_jadwal...48 Table 3-12 tution...48 Table 3-13 master_dosen...49 Table 3-14 master_mahasiswa...49 Table 3-15 master_mata_kuliah...50 Table 3-16 transaksi_jadwal_kuliah...50 Table 3-17 transaksi_kuliah_mahasiswa...51 Table 4-1 Inbox...59 Table 4-2 Outbox...60 Table 4-3 News...61 Table 4-4 Suggestion Box...62 Table 4-5 Sesi Jadwal...63 Table 4-6 Tuition...64 Table 4-7 Master Dosen...65 Table 4-8 Master Mahasiswa...66

11 xiv Table 4-9 Master Mata Kuliah...67 Table 4-10 Transaksi Jadwal Kuliah...68 Table 4-11 Transaksi Kuliah Mahasiswa...69 Table 4-12 Dumping Data for Table Inbox...70 Table 4-13 Dumping Data for Table Outbox...72 Table 4-14 Dumping Data for Table News...73 Table 4-15 Dumping Data for Table SuggestionBox...74 Table 4-16 Dumping Data for Table sesi_jadwal...75 Table 4-17 Dumping Data for Table Tuition...76 Table 4-18 Dumping Data for Table master_dosen...77 Table 4-19 Dumping Data for Table master_mahasiswa...77 Table 4-20 Dumping Data for Table master_mata_kuliah...78 Table 4-21 Dumping Data for Table transaksi_jadwal_kuliah...79 Table 4-22 Dumping Data for Table transaksi_kuliah_mahasiswa...80

DEVELOPING ACHUSI SYSTEM AS A BUSINESS SYSTEM SOLUTION FOR C.V. X: HUMAN RESOURCE, COST, BONUS, AND UTILITY SUBSYSTEM

DEVELOPING ACHUSI SYSTEM AS A BUSINESS SYSTEM SOLUTION FOR C.V. X: HUMAN RESOURCE, COST, BONUS, AND UTILITY SUBSYSTEM DEVELOPING ACHUSI SYSTEM AS A BUSINESS SYSTEM SOLUTION FOR C.V. X: HUMAN RESOURCE, COST, BONUS, AND UTILITY SUBSYSTEM THESIS Prepared by: Willy Suryadi 0700722642 Approved by: Supervisor Erwien Nurwihatman,

More information

BINUS UNIVERSITY INTERNATIONAL BINUS UNIVERSITY

BINUS UNIVERSITY INTERNATIONAL BINUS UNIVERSITY BINUS UNIVERSITY INTERNATIONAL BINUS UNIVERSITY Major Information Systems Sarjana Komputer Thesis Semester EVEN year 2008 INVENTORY MANAGEMENT AND ORDERING SYSTEM FOR MIDDLE-UP RESTAURANT INVENTORY CONTROL

More information

BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA. Computer Science Major. Multimedia Stream. Computer Science Thesis Bachelor

BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA. Computer Science Major. Multimedia Stream. Computer Science Thesis Bachelor BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA Computer Science Major Multimedia Stream Computer Science Thesis Bachelor Even Semester Year 2006/2007 School Support Integrated System An Approach to Improve

More information

Matrix Code Decoder and Encoder for Mobile Content Distribution

Matrix Code Decoder and Encoder for Mobile Content Distribution BINUS INTERNATIONAL BINA NUSANTARA UNIVERSITY Computer Science Major Multimedia Stream Sarjana Komputer Thesis Even Semester Year 2007/ 2008 Matrix Code Decoder and Encoder for Mobile Content Distribution

More information

BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA. Major Computer Science Sarjana Komputer Thesis Semester [Even] year 2007

BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA. Major Computer Science Sarjana Komputer Thesis Semester [Even] year 2007 BINUS INTERNATIONAL UNIVERSITAS BINA NUSANTARA Major Computer Science Sarjana Komputer Thesis Semester [Even] year 2007 AN INTEGRATED MOBILE WEB SOLUTION FOR GAYA HIDUP SEHAT (GHS) TABLOID: THE IMPLEMENTATION

More information

INVENTORY MANAGEMENT AND ORDERING SYSTEM FOR MIDDLE-UP RESTAURANT CONCEPTUAL DESIGN OF ORDERING AND BILLING SYSTEM

INVENTORY MANAGEMENT AND ORDERING SYSTEM FOR MIDDLE-UP RESTAURANT CONCEPTUAL DESIGN OF ORDERING AND BILLING SYSTEM BINUS UNIVERSITY INTERNATIONAL BINUS UNIVERSITY Major Information Systems Sarjana Komputer Thesis Semester Odd year 2007/2008 INVENTORY MANAGEMENT AND ORDERING SYSTEM FOR MIDDLE-UP RESTAURANT CONCEPTUAL

More information

Advanced Migration of Schema and Data across Multiple Databases

Advanced Migration of Schema and Data across Multiple Databases Advanced Migration of Schema and Data across Multiple Databases D.M.W.E. Dissanayake 139163B Faculty of Information Technology University of Moratuwa May 2017 Advanced Migration of Schema and Data across

More information

INTERNATIONAL UNDERGRADUATE PROGRAM BINA NUSANTARA UNIVERSITY. Major Computer Science Sarjana Komputer Thesis Semester [Even] year 2005

INTERNATIONAL UNDERGRADUATE PROGRAM BINA NUSANTARA UNIVERSITY. Major Computer Science Sarjana Komputer Thesis Semester [Even] year 2005 INTERNATIONAL UNDERGRADUATE PROGRAM BINA NUSANTARA UNIVERSITY Major Computer Science Sarjana Komputer Thesis Semester [Even] year 2005 PERIPLUS ORDERING SYSTEM VIAWEBSITE Donny Haryanto Ie 0500605146 Leo

More information

ONLINE CONSUMER CHARACTERISTICS AND BEHAVIOR: INDONESIA TOURIST IN USING INTERNET FOR SEARCHING ONLINE ROOM RESERVATIONS

ONLINE CONSUMER CHARACTERISTICS AND BEHAVIOR: INDONESIA TOURIST IN USING INTERNET FOR SEARCHING ONLINE ROOM RESERVATIONS THESIS ONLINE CONSUMER CHARACTERISTICS AND BEHAVIOR: INDONESIA TOURIST IN USING INTERNET FOR SEARCHING ONLINE ROOM RESERVATIONS Compiled METHAWAT PHUTORNPUKDEE No. Mhs.: 10500419/PS/MM MASTER STUDY PROGRAM

More information

Abstract. Key words Production, Planning, Inventory, PPIC, PHP, MYSQL

Abstract. Key words Production, Planning, Inventory, PPIC, PHP, MYSQL Abstract Currently, in PT. MULTI KENCANA NIAGATAMA the Production Planning and Inventory Control operations are still conducted manually. Our thesis will develop a system that automates the Production

More information

ABSTRACT. Keywords: User Satisfaction, User Participation, User Understanding

ABSTRACT. Keywords: User Satisfaction, User Participation, User Understanding ABSTRACT User satisfaction plays an important role in the development and implementation system in every organization. Organization should be able to indicate the factors could influence it. Satya Wacana

More information

Location Based Selling Platform for Mobile Buyers

Location Based Selling Platform for Mobile Buyers Location Based Selling Platform for Mobile Buyers M. M. Buddhika Mawella 149219M Faculty of Information Technology University of Moratuwa April 2017 Location Based Selling Platform for Mobile Buyers M.

More information

Objectives of logical design... Transforming the ERD diagram into relations. Relational database components. Mapping a composite attribute

Objectives of logical design... Transforming the ERD diagram into relations. Relational database components. Mapping a composite attribute Logical database design and the relational model Objectives of logical design... Translate the conceptual design into a logical database design that can be implemented on a chosen DBMS Input: conceptual

More information

DETERMINING EFFECT OF WEBSITE USABILITY AND SATISFACTION ON LOYALTY AND POSITIVE WORD-OF-MOUTH: MALAYSIA INTERNET BANKING

DETERMINING EFFECT OF WEBSITE USABILITY AND SATISFACTION ON LOYALTY AND POSITIVE WORD-OF-MOUTH: MALAYSIA INTERNET BANKING DETERMINING EFFECT OF WEBSITE USABILITY AND SATISFACTION ON LOYALTY AND POSITIVE WORD-OF-MOUTH: MALAYSIA INTERNET BANKING TAN HUI LEE Bachelor of Information System Oxford Brookes University, United Kingdom

More information

A ROLE MANAGEMENT MODEL FOR USER AUTHORIZATION QUERIES IN ROLE BASED ACCESS CONTROL SYSTEMS A THESIS CH.SASI DHAR RAO

A ROLE MANAGEMENT MODEL FOR USER AUTHORIZATION QUERIES IN ROLE BASED ACCESS CONTROL SYSTEMS A THESIS CH.SASI DHAR RAO A ROLE MANAGEMENT MODEL FOR USER AUTHORIZATION QUERIES IN ROLE BASED ACCESS CONTROL SYSTEMS A THESIS Submitted by CH.SASI DHAR RAO in partial fulfillment for the award of the degree of MASTER OF PHILOSOPHY

More information

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL)

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL) SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: Structured Query Language (SQL) CIST0151 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and

Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and Copyright is owned by the Author of the thesis. Permission is given for a copy to be downloaded by an individual for the purpose of research and private study only. The thesis may not be reproduced elsewhere

More information

"Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary

Charting the Course... MOC A Introduction to Web Development with Microsoft Visual Studio Course Summary Description Course Summary This course provides knowledge and skills on developing Web applications by using Microsoft Visual. Objectives At the end of this course, students will be Explore ASP.NET Web

More information

LIS 2680: Database Design and Applications

LIS 2680: Database Design and Applications School of Information Sciences - University of Pittsburgh LIS 2680: Database Design and Applications Summer 2012 Instructor: Zhen Yue School of Information Sciences, University of Pittsburgh E-mail: zhy18@pitt.edu

More information

STUDY ON THE USE OF PUBLIC DATA CENTERS FOR IT INFRASTRUCTURE OUTSOURCING IN SRI LANKA

STUDY ON THE USE OF PUBLIC DATA CENTERS FOR IT INFRASTRUCTURE OUTSOURCING IN SRI LANKA 'LIBRARY SlIJVfcRSlTY Of MORATUWA. SRI IAMIU UORATUWA jlhl»o»{!9cko t l STUDY ON THE USE OF PUBLIC DATA CENTERS FOR IT INFRASTRUCTURE OUTSOURCING IN SRI LANKA THE CASE OFSUNTEL LTD By G.A.A.D. KARAUNARATNE

More information

Understanding Carrier Wireless Systems

Understanding Carrier Wireless Systems Understanding Course Description This course provides a detailed scope of modern mobile and cellular network technologies used for second generation, 2G+, 3G and 4G networks. It provides an understanding

More information

3GPP TS V6.4.0 ( )

3GPP TS V6.4.0 ( ) TS 22.234 V6.4.0 (2006-06) Technical Specification 3rd Generation Partnership Project; Technical Specification Group Services and System Aspects; Requirements on system to Wireless Local Area Network (WLAN)

More information

AL AIN TEST CLOUD WEBSITE SYSTEM

AL AIN TEST CLOUD WEBSITE SYSTEM AL AIN TEST CLOUD WEBSITE SYSTEM Amirul Fahmi bin Md Ms od 1, Shahjerome Ambrose 2, Dr Nur Fazidah binti Elias 3 1 Science Computer Programme, Faculty of Technology and Information Science, Universiti

More information

SYLLABUS DEPARTMENTAL SYLLABUS. Laptops and Mobile Devices CRTE0108 DEPARTMENTAL SYLLABUS DEPARTMENTAL SYLLABUS DEPARTMENTAL SYLLABUS

SYLLABUS DEPARTMENTAL SYLLABUS. Laptops and Mobile Devices CRTE0108 DEPARTMENTAL SYLLABUS DEPARTMENTAL SYLLABUS DEPARTMENTAL SYLLABUS SYLLABUS DATE OF LAST REVIEW: 02/2015 CIP CODE: 11.1006 SEMESTER: COURSE TITLE: COURSE NUMBER: Laptops and Mobile Devices CRTE0108 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

SYLLABUS CIST0252. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. CIST-0226 SQL Server

SYLLABUS CIST0252. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. CIST-0226 SQL Server SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: Spring 2011 COURSE TITLE: COURSE NUMBER: Data Design and Implementation (MSCE SQL) CIST0252 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION:

More information

ACCELERATED COMPLEX EVENT PROCESSING WITH GRAPHICS PROCESSING UNITS

ACCELERATED COMPLEX EVENT PROCESSING WITH GRAPHICS PROCESSING UNITS ACCELERATED COMPLEX EVENT PROCESSING WITH GRAPHICS PROCESSING UNITS Prabodha Srimal Rodrigo Registration No. : 138230V Degree of Master of Science Department of Computer Science & Engineering University

More information

The Discovery and Retrieval of Temporal Rules in Interval Sequence Data

The Discovery and Retrieval of Temporal Rules in Interval Sequence Data The Discovery and Retrieval of Temporal Rules in Interval Sequence Data by Edi Winarko, B.Sc., M.Sc. School of Informatics and Engineering, Faculty of Science and Engineering March 19, 2007 A thesis presented

More information

A COMPARATIVE STUDY OF INTERPERSONAL MEANING ON SOLICITED AND UNSOLICITED ENGLISH APPLICATION LETTERS. (Systemic Functional Linguistics Approach)

A COMPARATIVE STUDY OF INTERPERSONAL MEANING ON SOLICITED AND UNSOLICITED ENGLISH APPLICATION LETTERS. (Systemic Functional Linguistics Approach) A COMPARATIVE STUDY OF INTERPERSONAL MEANING ON SOLICITED AND UNSOLICITED ENGLISH APPLICATION LETTERS (Systemic Functional Linguistics Approach) THESIS Submitted as a Partial Fulfillment of Requirements

More information

SYLLABUS. Departmental Syllabus. Modern Publication Design JOUR0180. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. Modern Publication Design JOUR0180. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus DATE OF LAST REVIEW: 02/2013 CIP CODE: 10.0303 SYLLABUS SEMESTER: COURSE TITLE: COURSE NUMBER: Modern Publication Design JOUR0180 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE: EMAIL:

More information

"Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary

Charting the Course... MOC A Developing Data Access Solutions with Microsoft Visual Studio Course Summary Description Course Summary In this course, experienced developers who know the basics of data access (CRUD) in Windows client and Web application environments will learn to optimize their designs and develop

More information

COURSE OUTLINE. IST 253 Database Concept 3 Course Number Course Title Credits

COURSE OUTLINE. IST 253 Database Concept 3 Course Number Course Title Credits COURSE OUTLINE IST 253 Database Concept 3 Course Number Course Title Credits 2 2 N/A N/A 15 Class or Laboratory Clinical or Studio Practicum, Course Length Lecture Work Hours Hours Co-op, Internship (15

More information

SYLLABUS. Departmental Syllabus. Linux and Windows Practical Server. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. Linux and Windows Practical Server. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 1/30/2015 CIP CODE: 11.1006 SEMESTER: COURSE TITLE: COURSE NUMBER: Linux and Windows Practical Server CRTE0202 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

Enhanced Web Log Based Recommendation by Personalized Retrieval

Enhanced Web Log Based Recommendation by Personalized Retrieval Enhanced Web Log Based Recommendation by Personalized Retrieval Xueping Peng FACULTY OF ENGINEERING AND INFORMATION TECHNOLOGY UNIVERSITY OF TECHNOLOGY, SYDNEY A thesis submitted for the degree of Doctor

More information

TABLE OF CONTENTS CHAPTER TITLE PAGE

TABLE OF CONTENTS CHAPTER TITLE PAGE vii TABLE OF CONTENTS CHAPTER TITLE PAGE DECLARATION DEDICATION ACKNOWLEDGEMENT ABSTRACT ABSTRAK TABLE OF CONTENTS LIST OF TABLES LIST OF FIGURES LIST OF APPENDICES ABBREVIATIONS ii iii iv v vi vii xi

More information

SYLLABUS. Departmental Syllabus CIST0161. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus CIST0161. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: System Manager (Windows 2008 Server) CIST0161 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

WEB ACCESSIBILITY. I. Policy Section Information Technology. Policy Subsection Web Accessibility Policy.

WEB ACCESSIBILITY. I. Policy Section Information Technology. Policy Subsection Web Accessibility Policy. WEB ACCESSIBILITY I. Policy Section 15.0 Information Technology II. Policy Subsection 15.2 Web Accessibility Policy III. Policy Statement Grand Rapids Community College is actively committed to providing

More information

Further details about this position, including key responsibilities and requisites, are available on our website.

Further details about this position, including key responsibilities and requisites, are available on our website. CAREER OPPORTUNITIES Enemalta plc is the leading energy service provider in the Maltese Islands, entrusted with the generation and distribution of electricity and the development of the national electricity

More information

SYLLABUS. Departmental Syllabus

SYLLABUS. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: SQL Server CIST-0226 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE: EMAIL: PREREQUISITE(S):

More information

SYLLABUS. Departmental Syllabus. HTML Web Page Development. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. HTML Web Page Development. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 11/6/2018 CIP CODE: 11.0801 SEMESTER: COURSE TITLE: COURSE NUMBER: HTML Web Page Development CIST-0137 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

SYLLABUS. Departmental Syllabus

SYLLABUS. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0801 SEMESTER: COURSE TITLE: Networking I COURSE NUMBER: CIST- 0117 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE: EMAIL: PREREQUISITE(S):

More information

Corrective Action User Walkthrough: New Portal Login

Corrective Action User Walkthrough: New Portal Login Corrective Action User Walkthrough: New Portal Login The updated URL for the PST Portal is: https://apps.occeweb.com/pstportal There are five scenarios to consider if you are experiencing difficulty logging

More information

ALGORITHMIC ASPECTS OF DOMINATION AND ITS VARIATIONS ARTI PANDEY

ALGORITHMIC ASPECTS OF DOMINATION AND ITS VARIATIONS ARTI PANDEY ALGORITHMIC ASPECTS OF DOMINATION AND ITS VARIATIONS ARTI PANDEY DEPARTMENT OF MATHEMATICS INDIAN INSTITUTE OF TECHNOLOGY DELHI JUNE 2016 c Indian Institute of Technology Delhi (IITD), New Delhi, 2016.

More information

A reputation system for BitTorrent peer-to-peer filesharing

A reputation system for BitTorrent peer-to-peer filesharing University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2006 A reputation system for BitTorrent peer-to-peer filesharing

More information

A Developer s Guide to the Semantic Web

A Developer s Guide to the Semantic Web A Developer s Guide to the Semantic Web von Liyang Yu 1. Auflage Springer 2011 Verlag C.H. Beck im Internet: www.beck.de ISBN 978 3 642 15969 5 schnell und portofrei erhältlich bei beck-shop.de DIE FACHBUCHHANDLUNG

More information

Enabling Component-Based Model Transformations with QVT. Li Dan

Enabling Component-Based Model Transformations with QVT. Li Dan Enabling Component-Based Model Transformations with QVT by Li Dan Doctor of Philosophy in Software Engineering 2013 Faculty of Science and Technology University of Macau Enabling Component-Based Model

More information

The Automatic Design of Batch Processing Systems

The Automatic Design of Batch Processing Systems The Automatic Design of Batch Processing Systems by Barry Dwyer, M.A., D.A.E., Grad.Dip. A thesis submitted for the degree of Doctor of Philosophy in the Department of Computer Science University of Adelaide

More information

ADAPTIVE VIDEO STREAMING FOR BANDWIDTH VARIATION WITH OPTIMUM QUALITY

ADAPTIVE VIDEO STREAMING FOR BANDWIDTH VARIATION WITH OPTIMUM QUALITY ADAPTIVE VIDEO STREAMING FOR BANDWIDTH VARIATION WITH OPTIMUM QUALITY Joseph Michael Wijayantha Medagama (08/8015) Thesis Submitted in Partial Fulfillment of the Requirements for the Degree Master of Science

More information

"Charting the Course to Your Success!" MOC B Programming in C# Course Summary

Charting the Course to Your Success! MOC B Programming in C# Course Summary Course Summary Description This training course teaches developers the programming skills that are required for developers to create Windows applications using the C# language. During their five days in

More information

BACHELOR OF COMPUTER APPLICATIONS (BCA)

BACHELOR OF COMPUTER APPLICATIONS (BCA) BACHELOR OF COMPUTER APPLICATIONS (BCA) BCA/ASSIGN/III/YEAR/14-15 ASSIGNMENTS (For July, 2014 and Jan., 2015 sessions) (3 rd Semester (Revised Syllabus)) (MCS-014, MCS-021, MCS-023, BCS-031, BCSL-032,

More information

Thesis & Dissertation Formatting Checklist

Thesis & Dissertation Formatting Checklist Thesis & Dissertation Formatting Checklist Thank you for submitting your document to the Graduate College. Please review the checklists below. Items that are not checked need to be revised, please check

More information

SMART PROCTOR SYSTEM

SMART PROCTOR SYSTEM SMART PROCTOR SYSTEM Mr.S.S.Terdale 1, Mr.S.S.Kulkarni 2, Mr.S.M.Shinge 3, Mr.V.V.Sutar 4, Mr.P.B.Kumbhar 5, Mr.R.M.Patil 6 1,2,3,4,5,6 CSE Department, Sharad Institute of Technology College of Engineering

More information

MICRO-SEQUENCER BASED CONTROL UNIT DESIGN FOR A CENTRAL PROCESSING UNIT TAN CHANG HAI

MICRO-SEQUENCER BASED CONTROL UNIT DESIGN FOR A CENTRAL PROCESSING UNIT TAN CHANG HAI MICRO-SEQUENCER BASED CONTROL UNIT DESIGN FOR A CENTRAL PROCESSING UNIT TAN CHANG HAI A project report submitted in partial fulfillment of the requirement for the award of the degree of Master of Engineering

More information

Specific Objectives Contents Teaching Hours 4 the basic concepts 1.1 Concepts of Relational Databases

Specific Objectives Contents Teaching Hours 4 the basic concepts 1.1 Concepts of Relational Databases Course Title: Advanced Database Management System Course No. : ICT. Ed 525 Nature of course: Theoretical + Practical Level: M.Ed. Credit Hour: 3(2T+1P) Semester: Second Teaching Hour: 80(32+8) 1. Course

More information

GEO BASED ROUTING FOR BORDER GATEWAY PROTOCOL IN ISP MULTI-HOMING ENVIRONMENT

GEO BASED ROUTING FOR BORDER GATEWAY PROTOCOL IN ISP MULTI-HOMING ENVIRONMENT GEO BASED ROUTING FOR BORDER GATEWAY PROTOCOL IN ISP MULTI-HOMING ENVIRONMENT Duleep Thilakarathne (118473A) Degree of Master of Science Department of Electronic and Telecommunication Engineering University

More information

SYLLABUS. Departmental Syllabus CIST Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus CIST Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: Advanced System Manager (Windows 2008 Network) COURSE NUMBER: CIST-0218 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION: OFFICE

More information

University of Moratuwa

University of Moratuwa University of Moratuwa Guidelines on Documentation and Submission of Theses and Dissertations 1. INTRODUCTION A dissertation is an essay advancing a new point of view resulting from research as a requirement

More information

Info Sys 422/722 & ISyE 722. Computer Based Data Management. Fall, 2016

Info Sys 422/722 & ISyE 722. Computer Based Data Management. Fall, 2016 Info Sys 422/722 & ISyE 722 Computer Based Data Management Fall, 2016 1. Instructor: Rafael Lazimy Office: 4269 Grainger Phone #: 262-3950 E-mail: rafi.lazimy@wisc.edu Office Hours: M, W 2:20-3:20 PM or

More information

Database Foundations. 4-1 Oracle SQL Developer Data Modeler. Copyright 2015, Oracle and/or its affiliates. All rights reserved.

Database Foundations. 4-1 Oracle SQL Developer Data Modeler. Copyright 2015, Oracle and/or its affiliates. All rights reserved. Database Foundations 4-1 Road Map You are here Oracle SQL Developer Data Modeler Converting a Logical Model to a Relational Model 3 Objectives This lesson covers the following objectives: Use to create:

More information

FINGER VEIN RECOGNITION USING LOCAL MEAN BASED K-NEAREST CENTROID NEIGHBOR AS CLASSIFIER

FINGER VEIN RECOGNITION USING LOCAL MEAN BASED K-NEAREST CENTROID NEIGHBOR AS CLASSIFIER FINGER VEIN RECOGNITION USING LOCAL MEAN BASED K-NEAREST CENTROID NEIGHBOR AS CLASSIFIER By Saba nazari Thesis submitted in fulfillment of the requirements for the degree of bachelor of Science 2012 ACKNOWLEDGEMENT

More information

COOPERATIVE MEMBERSHIP SYSTEM SHAHREZA SA ARANI HAZILAH MOHD AMIN

COOPERATIVE MEMBERSHIP SYSTEM SHAHREZA SA ARANI HAZILAH MOHD AMIN COOPERATIVE MEMBERSHIP SYSTEM SHAHREZA SHARANI @ SA ARANI HAZILAH MOHD AMIN Faculty of Information Science and Technology, Universiti Kebangsaan Malaysia ABSTRACT This report elaborates my experience during

More information

"Charting the Course... ITIL 2011 Service Offerings & Agreement (SOA) Certification Program. Course Summary

Charting the Course... ITIL 2011 Service Offerings & Agreement (SOA) Certification Program. Course Summary Course Summary Description ITIL is a set of best practices guidance that has become a worldwide-adopted framework for IT Service Management by many public and private organizations. Since early 1990, ITIL

More information

An agent-based peer-to-peer grid computing architecture

An agent-based peer-to-peer grid computing architecture University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2005 An agent-based peer-to-peer grid computing architecture Jia

More information

Insights Into the SMS Industry and Market Trends

Insights Into the SMS Industry and Market Trends Insights Into the SMS Industry and Market Trends Stewart A. Skomra Director Business Development Qualcomm Enterprise Services E-Mail: sskomra@qualcomm.com Mobile: 858-740-4643 February 29, 2008 Wireless

More information

A Frequent Max Substring Technique for. Thai Text Indexing. School of Information Technology. Todsanai Chumwatana

A Frequent Max Substring Technique for. Thai Text Indexing. School of Information Technology. Todsanai Chumwatana School of Information Technology A Frequent Max Substring Technique for Thai Text Indexing Todsanai Chumwatana This thesis is presented for the Degree of Doctor of Philosophy of Murdoch University May

More information

The adaptive serializable snapshot isolation protocol for managing database transactions

The adaptive serializable snapshot isolation protocol for managing database transactions University of Wollongong Research Online University of Wollongong Thesis Collection 1954-2016 University of Wollongong Thesis Collections 2007 The adaptive serializable snapshot isolation protocol for

More information

JIIT NOIDA. FORMAT FOR SUBMISSION OF Ph.D. THESIS

JIIT NOIDA. FORMAT FOR SUBMISSION OF Ph.D. THESIS JIIT NOIDA 31 August 2009 FORMAT FOR SUBMISSION OF Ph.D. THESIS 1. The thesis must comply with the following format : (a) Size of paper : A4 (b) Margins : Top : 3 cm, Left : 2.5 cm, Right : 2.5 cm and

More information

ACKNOWLEDGEMENT. my PhD Supervisor Dr. Vidhyacharan Bhaskar, Professor, Department of

ACKNOWLEDGEMENT. my PhD Supervisor Dr. Vidhyacharan Bhaskar, Professor, Department of iv ACKNOWLEDGEMENT It is my pleasant duty to thank a large number of people for the various forms of help, encouragement and support that they have provided during the time I have been working on this

More information

INFORMATION RETRIEVAL SYSTEMS: Theory and Implementation

INFORMATION RETRIEVAL SYSTEMS: Theory and Implementation INFORMATION RETRIEVAL SYSTEMS: Theory and Implementation THE KLUWER INTERNATIONAL SERIES ON INFORMATION RETRIEVAL Series Editor W. Bruce Croft University of Massachusetts Amherst, MA 01003 Also in the

More information

AUTOMATED STUDENT S ATTENDANCE ENTERING SYSTEM BY ELIMINATING FORGE SIGNATURES

AUTOMATED STUDENT S ATTENDANCE ENTERING SYSTEM BY ELIMINATING FORGE SIGNATURES AUTOMATED STUDENT S ATTENDANCE ENTERING SYSTEM BY ELIMINATING FORGE SIGNATURES K. P. M. L. P. Weerasinghe 149235H Faculty of Information Technology University of Moratuwa June 2017 AUTOMATED STUDENT S

More information

"Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary

Charting the Course... MOC A Developing Microsoft SQL Server 2012 Databases. Course Summary Course Summary Description This 5-day instructor-led course introduces SQL Server 2012 and describes logical table design, indexing and query plans. It also focuses on the creation of database objects

More information

Business Intelligence Roadmap HDT923 Three Days

Business Intelligence Roadmap HDT923 Three Days Three Days Prerequisites Students should have experience with any relational database management system as well as experience with data warehouses and star schemas. It would be helpful if students are

More information

Level: M.Ed. Credit Hour: 3 (2+1) Semester: Third Teaching Hour: 80(32+48)

Level: M.Ed. Credit Hour: 3 (2+1) Semester: Third Teaching Hour: 80(32+48) Course Title: Visual Programming Course No. : ICT Ed 535 161 Nature of course: Theoretical + Practical Level: M.Ed. Credit Hour: 3 (2+1) Semester: Third Teaching Hour: 80(32+48) 1. Course Description This

More information

COPYRIGHTED MATERIAL. Contents. 1 Short Message Service and IP Network Integration 1. 2 Mobility Management for GPRS and UMTS 39

COPYRIGHTED MATERIAL. Contents. 1 Short Message Service and IP Network Integration 1. 2 Mobility Management for GPRS and UMTS 39 Acknowledgments Introduction xv xvii 1 Short Message Service and IP Network Integration 1 1.1 SMS-IP Integration with SM-SC 3 1.1.1 NCTU Short Message System 4 1.1.2 Statistics for SMS Delivery 7 1.2 isms

More information

An Ontological Framework for Contextualising Information in Hypermedia Systems.

An Ontological Framework for Contextualising Information in Hypermedia Systems. An Ontological Framework for Contextualising Information in Hypermedia Systems. by Andrew James Bucknell Thesis submitted for the degree of Doctor of Philosophy University of Technology, Sydney 2008 CERTIFICATE

More information

ASSIUT UNIVERSITY. Faculty of Computers and Information Department of Information Technology. on Technology. IT PH.D. Program.

ASSIUT UNIVERSITY. Faculty of Computers and Information Department of Information Technology. on Technology. IT PH.D. Program. ASSIUT UNIVERSITY Faculty of Computers and Information Department of Information Technology Informatiio on Technology PhD Program IT PH.D. Program Page 0 Assiut University Faculty of Computers & Informationn

More information

SYLLABUS. Departmental Syllabus CIST0147. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus CIST0147. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 11/6/2018 CIP CODE: 52.0104 SEMESTER: COURSE TITLE: Computer Operating Systems: (Windows 7) COURSE NUMBER: CIST0147 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS:

More information

Fónfix Repair Logging System

Fónfix Repair Logging System Fónfix Repair Logging System Fónfix have developed a new web-based Repair System for Stores. The new system will be held on the Fónfix server and will be managed and maintained by Fónfix. To access the

More information

THE TITLE OF MY THESIS GOES HERE: USE ALL CAPS AND PUT THE SUBTITLE ON THE SECOND LINE

THE TITLE OF MY THESIS GOES HERE: USE ALL CAPS AND PUT THE SUBTITLE ON THE SECOND LINE THE TITLE OF MY THESIS GOES HERE: USE ALL CAPS AND PUT THE SUBTITLE ON THE SECOND LINE Student Name (as it appears in One.IU) Submitted to the faculty of the School of Informatics in partial fulfillment

More information

Inside Relational Databases with Examples in Access

Inside Relational Databases with Examples in Access Inside Relational Databases with Examples in Access Inside Relational Databases with Examples in Access Mark Whitehorn and Bill Marklyn 123 Mark Whitehorn Applied Computing Division, University of Dundee,

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE CODE NO. : CSD210 SEMESTER: 3

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE CODE NO. : CSD210 SEMESTER: 3 SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE COURSE TITLE: CODE NO. : SEMESTER: 3 PROGRAM: AUTHOR: Computer Programmer/Programmer Analyst Dennis Ochoski DATE: Sept

More information

SQA Advanced Unit Specification: general information. Relational Database Management Systems

SQA Advanced Unit Specification: general information. Relational Database Management Systems : general information Unit title: Relational Database Management Systems Unit code: HP2J 48 Superclass: CB Publication date: August 2017 Source: Scottish Qualifications Authority Version: 01 Unit purpose

More information

WEB ACCESSIBILITY POLICY

WEB ACCESSIBILITY POLICY WEB ACCESSIBILITY POLICY I. Policy Section 15.0 Information Technology II. Policy Subsection 15.2 Web Accessibility Policy III. Policy Statement Grand Rapids Community College will monitor and promote

More information

3GPP TS V8.0.0 ( )

3GPP TS V8.0.0 ( ) 3GPP TS 48.051 V8.0.0 (2008-12) Technical Specification 3rd Generation Partnership Project; Technical Specification Group GSM EDGE Radio Access Network; Base Station Controller - Base Transceiver Station

More information

Usability Evaluation of Web Office Applications in Collaborative Student Writing

Usability Evaluation of Web Office Applications in Collaborative Student Writing Master Thesis Computer Science Thesis no: MSC-2009:21 May 2009 Usability Evaluation of Web Office Applications in Collaborative Student Writing Muhammad Afsar Khan, Sher Hassan Department of School of

More information

TECHNICAL TRANSLATION

TECHNICAL TRANSLATION TECHNICAL TRANSLATION Technical Translation Usability Strategies for Translating Technical Documentation JODY BYRNE University of Sheffield, UK A C.I.P. Catalogue record for this book is available from

More information

Gulf College Oman Tel.: / Fax: Web Site:

Gulf College Oman Tel.: / Fax: Web Site: Gulf College Oman Tel.: 24468666/ Fax: 24468666 Email: gulfclge@omantel.net.om Web Site: www.gulfcollege.edu.om INTRODUCTION IET Centre staff are responsible for supervising and following up college labs.

More information

SCALABLE IN-MEMORY DATA MANAGEMENT MODEL FOR ENTERPRISE APPLICATIONS

SCALABLE IN-MEMORY DATA MANAGEMENT MODEL FOR ENTERPRISE APPLICATIONS SCALABLE IN-MEMORY DATA MANAGEMENT MODEL FOR ENTERPRISE APPLICATIONS Anupama Piyumali Pathirage (138223D) Degree of Master of Science Department of Computer Science and Engineering University of Moratuwa

More information

Now SMS/MMS Android Modem Quick Start Guide

Now SMS/MMS Android Modem Quick Start Guide Now SMS/MMS Android Modem Quick Start Guide Using a GSM modem, or an Android phone as a modem, is a quick and efficient way to get started with SMS and/or MMS applications. No special service provider

More information

USING A CONTINGENT HEURISTIC APPROACH

USING A CONTINGENT HEURISTIC APPROACH USING A CONTINGENT HEURISTIC APPROACH AND EYE GAZE TRACKING FOR THE USABILITY EVALUATION OF WEB SITES Pilun Piyasirivej MSc, Claremont Graduate University BEng (1 st Class Hons), Chulalongkorn University

More information

THE UNITED REPUBLIC OF TANZANIA PRESIDENT S OFFICE PUBLIC SERVICE RECRUITMENT SECRETARIAT VACANCIES ANNOUNCEMENT

THE UNITED REPUBLIC OF TANZANIA PRESIDENT S OFFICE PUBLIC SERVICE RECRUITMENT SECRETARIAT VACANCIES ANNOUNCEMENT THE UNITED REPUBLIC OF TANZANIA PRESIDENT S OFFICE PUBLIC SERVICE RECRUITMENT SECRETARIAT Ref.No.EA.7/96/01/J/62 28 th October, 2017 VACANCIES ANNOUNCEMENT President s Office, Public Service Recruitment

More information

Short Message Service (SMS)

Short Message Service (SMS) TECQUI Ayra M.-B. Short Message Service (SMS) Introduction Short message service is a mechanism of delivery of short messages over the mobile networks. It is a store and forward way of transmitting messages

More information

Higher National Unit specification: general information. Relational Database Management Systems

Higher National Unit specification: general information. Relational Database Management Systems Higher National Unit specification: general information Unit code: H16W 35 Superclass: CB Publication date: March 2012 Source: Scottish Qualifications Authority Version: 01 Unit purpose This Unit is designed

More information

Remote Security Camera Monitoring System

Remote Security Camera Monitoring System Remote Security Camera Monitoring System Submitted By: Zeeshan Ahmed 1118-FBAS/BSSE/F10 Muhammad Faizan 1379-FBAS/BSSE/F10 Supervised By: MR. Syed Muhammad Saqlain Assistant Professor Department of Computer

More information

On-board Communications for the Pioneer 3-AT Robot

On-board Communications for the Pioneer 3-AT Robot On-board Communications for the Pioneer 3-AT Robot A report submitted to the School of Engineering and Energy, Murdoch University in partial fulfilment of the requirements for the degrees of Bachelor of

More information

Chapter 1 SQL and Data

Chapter 1 SQL and Data Chapter 1 SQL and Data What is SQL? Structured Query Language An industry-standard language used to access & manipulate data stored in a relational database E. F. Codd, 1970 s IBM 2 What is Oracle? A relational

More information

xiii A. Hayden Lindsey IBM Distinguished Engineer and Director, Studio Tools Foreword

xiii A. Hayden Lindsey IBM Distinguished Engineer and Director, Studio Tools Foreword Foreword Business applications are increasingly leveraging Web technologies. Naturally this is true for Internet applications, but it is also true for intranet and extranet applications applications that

More information

"Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary

Charting the Course... MOC C: Querying Data with Transact-SQL. Course Summary Course Summary Description This course is designed to introduce students to Transact-SQL. It is designed in such a way that the first three days can be taught as a course to students requiring the knowledge

More information

SYLLABUS. Departmental Syllabus. Communication Fundamentals ELET0206. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. Communication Fundamentals ELET0206. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 46.0302 SEMESTER: COURSE TITLE: COURSE NUMBER: Communication Fundamentals ELET0206 CREDIT HOURS: 2 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

Faculty Expertise Database

Faculty Expertise Database Faculty Expertise Database Log into USCeRA at https://sam.research.sc.edu/uscera Next, click on Faculty Expertise to access your Curriculum Vitae. Click on My Curriculum Vitae to access your vitae information.

More information

Technical Brief. Network Port & Routing Requirements Active Circle 4.5 May Page 1 sur 15

Technical Brief. Network Port & Routing Requirements Active Circle 4.5 May Page 1 sur 15 Technical Brief Network Port & Routing Requirements Active Circle 4.5 May 2017 Page 1 sur 15 INDEX 1. INTRODUCTION... 3 1.1. SCOPE OF THE DOCUMENT... 3 1.2. AUDIENCE... 3 1.3. ORGANIZATION OF THE INFORMATION...

More information