AWERProcedia Information Technology & Computer Science

Size: px
Start display at page:

Download "AWERProcedia Information Technology & Computer Science"

Transcription

1 AWERProcedia Information Technology & Computer Science Vol 04 (2013) rd World Conference on Innovation and Computer Sciences 2013 Turkish Speech Recognizing Voice Control of Television Nursel Yalçın *, Computer Education Department, Gazi University. Muhammed Mutlu Yapıcı, Computer Engineering, Gazi University. Suggested Citation: Yalçın N. & Yapıcı M., M.Turkish Speech Recognizing Voice Control of Television. AWERProcedia Information Technology & Computer Science. [Online]. 2013, 04, pp Available from: Received December 04, 2012; revised January 18, 2013; accepted March 04, Selection and peer review under responsibility of Prof. Dr. Fahrettin Sadıkoglu, Near East University Academic World Education & Research Center. All rights reserved. Abstract Speech recognition is the most popular technological development easing the life. Although the works on speech recognition in Turkish is quite limited, it is possible to control computers, cars, security systems etc. and even a house can be controlled trough voice without even needing any other controlling device. In this work, it is aimed to develop sample software responding the voice commands to control television without using the remote controller. Keywords: Speech Recognition, Voice Control of Television, Voice Control; *ADDRESS FOR CORRESPONDANCE: Nursel Yalçın, Computer Education Department, Gazi University, Address: nurselyalcin@gmail.com

2 1. Introduction With the proliferation of services of computers, the number of computer users increase day by day. As a result of these developments, the ways have been sought to ensure faster and efficient communication. Voice recognition technology is also one of the disciplines that shape these searches. Speech recognition is recognization of the human voice by the computer. Speech recognition allows computer users to use computers independently of the hardware elements as keyboard and mouse. This also increases the interest on speech recognition technologies. Speech recognition is currently used in many fields as telephone banking, telephone shopping, forensic applications, training. Undoubtedly, computers and televisions are two of the communication tools that the people spend a lot of time together. The time spent with a man's television and computer was calculated almost 3 hours and 12 minutes per a day. And this time is increasing every year. In our country, rate of the watching television has been identified as 94% [1]. Given this situation, the demand for devices and software, which is prepared for television technologies, is expected to be undeniable proportions. However, as a result of the research, there are no studies to control the TV with the sound in Turkey. Controlling the TV with transceiver devices was also observed in abroad, however it brings an extra cost to the user. Obligation to keep this device instead of remote control devices was found to be a disadvantage. Televisions can be controlled using the human voice without using remote control by the developed software. The only disadvantage of the software is that we need a keyboard and key protocol for every different device. The only disadvantage of the software is that we need a keyboard and key protocol for every different device. So, any software is not working for every device. Therefore, before the developing the software protocol of the device and the key codes must be known. The developed software costs are vanishingly small. The computer allows us to control the TV from anywhere in any environment. If this system is developed, televisions and any devices will be controlled without the remote control. It is undoubtedly a great and important development for today's technology. In the Second chapter of the article, program procedures and stages of the preparation of the program will be focused on. 2. Developing the software Controlling the television that is the most frequently used communication tool of modern man, by voice commands without the remote control is aimed with the developed software and the circuit. Thus, the elimination of defects of the remote control device is intended. In the preparation of voice control system, the information about X3 hiremco satellite device, which will be controlled by voice commands, was collected (Figure 1). The satellite protocol and key codes were determined by a receiver that was inserted into a computer's serial port and WinLIRC software. Figure 1-Hiremco X3 satellite receiver The most commonly used remote control protocols are SIRC, RC5, SHARP, NEC, Nokia, ITT. X3 Hiremco receiver uses the NEC protocol. NEC protocol structure is shown in Figure

3 Figure 2- NEC protocol structure NEC protocol sends 32-bit packet information. After the parity bit, following a 16-bit key code sends the opposite of the key code for verification purpose. The waiting times necessary for obtaining the information about 32-bit data is described in Figure 3 for "1" key [2]. Figure 3- The waiting times for 1 key For example, according to the waiting times in the first line in the Figure 3, derivation of the bits is as follows: When the bits is achieved for all waiting times in Figure 3, for "1" key, 01FD value (device code) +92 (key code) +6C (opposite of key code) is obtained at 16 number system. serialport1.write(new byte[] { 01, 253, 146, 109 }, 0, 4); Signal sent from the computer is set to 38 khz frequency which is detected by a satellite device via an electronic circuit which was developed with using pic programming. Pic 16F628A, IR LED, 4-MHz crystal, resistor and a battery was used for developing the electronic circuit. The electronic circuit is shown on Figure 4. Figure 4- Frequency tuning circuit 766

4 2.1. User interface designing and software developing After the preparation of the necessary circuit for the remote control, the software has been prepared. Visual Studio 2005 C#.NET and Dikte.Api Demo Software were used to developing the software. Twenty commands were described on the program. The most commonly used television functions were taken into account to determine these Twenty commands. The commands that were described on the program and the operations corresponding to the commands are as follows: Commands The operations One Open Channel 1 Two Open Channel 2 Three Open Channel 3 Four Open Channel 4 Five Open Channel 5 Six Open Channel 6 Seven Open Channel 7 Eight Open Channel 8 Nine Open Channel 9 Zero Open Channel end of the 0 as 10 Menu Open The Menu Escape Escape From Menu Next Channel Open Next Channel Previous Channel Open Previous Channel OK Okey Open Open the TV Clase Close the TV After determination of the commands, interface of the program was designed with C# objects as shown in Figure 5. The flow chart of program is shown on Figure 6. Figure 5- Software interface 767

5 Start Is there any command? N Stop Y N Is the command valid? Send data to circuit according to command Send data to 38 khz satellite receiver Operate the command Figure 6- The flow chart of program In the software, the command issued by the user is perceived by the system. If the command is one of the described commands, Television is controlled by performing operation of the command. For example, when command "one" has been sent, operation of the command is runned and channel 1 is opened. Screenshot of this operation is shown on Figure

6 Figure 7- Screenshot of the command one Because of the command of "one" was described in the system, pairing procedure has been realized. As a result, the command's data is transferred to the electronic circuit via computer. And then, the circuit sends the data with the 38 KHz frequencies to the satellite device. Thus, channel 1 is opening (Figure 8). 3. Conclusions and advices Figure 8- screen of the TV when command of one has been sent Today, mass communication has an important role admittedly quite. Although computers are one of the most widely used communication tools in our country and around the world, television usage rate is undeniable high. Effective and efficient use of these most requested devices is so important. Voice recognition technology has an important role in human-computer communication. The software and devices, which has been developed via voice recognition technology, emerges in many areas. The television control software with voice commands has also been developed by using speech recognition for televisions that acquired an important place in our daily lives. Being independent of users provides a great advantage for the software. The software which is developed with the support of Turkish speech recognition Is of great importance because of it is the first time in Turkey. With increasing the performance of the software, requesting by many television users will be inevitable. Time that people spend to watch TV in Turkey show that, this is possible. References İstatistikler.net(2010)Türkiye'de Okuma ve İzleme Oranları, < (2010, Nisan 30) Ak, Y. (2004) Nec Protokolü, Elektronikçinin El Kitabı,

AWERProcedia Information Technology & Computer Science

AWERProcedia Information Technology & Computer Science AWERProcedia Information Technology & Computer Science Vol 04 (2013) 628-633 3 rd World Conference on Innovation and Computer Sciences 2013 Searching under uncertain conditions Bogdan Walek *, Department

More information

GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE. Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA

GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE. Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA GROUP 17 COLLEGE OF ENGINEERING & COMPUTER SCIENCE Senior Design I Professor: Dr. Samuel Richie UNIVERSITY OF CENTRAL FLORIDA Anh Loan Nguyen John E. Van Sickle Jordan Acedera Christopher Spalding December

More information

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY A PATH FOR HORIZING YOUR INNOVATIVE WORK MOBILE COMMUNICATION AMOL RATAN VAIDKAR 1, PROF. G. D. GULHANE 2, DR. H. R. DESHMUKH

More information

MediaTek Natural User Interface

MediaTek Natural User Interface MediaTek White Paper October 2014 2014 MediaTek Inc. Table of Contents 1 Introduction... 3 2 Computer Vision Technology... 7 3 Voice Interface Technology... 9 3.1 Overview... 9 3.2 Voice Keyword Control...

More information

Voice Recognition Based Smart Home Control System

Voice Recognition Based Smart Home Control System International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 6, Issue 4 [April 2017] PP: 01-05 Voice Recognition Based Smart Home Control System Awadalla Taifour Ali 1, Eisa

More information

Future-Generation Wireless Networks: Beyond 3G and 4G.

Future-Generation Wireless Networks: Beyond 3G and 4G. Future-Generation Wireless Networks: Beyond 3G and 4G. Kumar Adumulla 29 March 2006 Networks 1 Outline Introduction Wireless Networking Generations Issues in 3G What is 4G Beyond 3G & 4G Conclusion References

More information

UKRAINE ON THE WAY OF 5G IMPLEMENTATION. Iryna Pokhabova, Ph.D. State University of Telecommunications

UKRAINE ON THE WAY OF 5G IMPLEMENTATION. Iryna Pokhabova, Ph.D. State University of Telecommunications UKRAINE ON THE WAY OF 5G IMPLEMENTATION Iryna Pokhabova, Ph.D. State University of Telecommunications CONTENT Development of mobile communication generations up to 5G The promises of 5G Situation in Ukraine

More information

Oska Suite. One Switch Mouse Control the mouse pointer using a single switch. 3D Mouse New way to control the mouse cursor.

Oska Suite. One Switch Mouse Control the mouse pointer using a single switch. 3D Mouse New way to control the mouse cursor. 34 Computer Access Touch, Mouse and Switch Input Oska Suite One Switch Mouse Control the mouse pointer using a single switch. 3D Mouse New way to control the mouse cursor. Click mouse to move left A few

More information

SECTION 1. System Overview Getting Started

SECTION 1. System Overview Getting Started SECTION 1 System Overview Getting Started Section 1 Page 1 Operator s Manual Devices of System The central computer uses the Cirrus /Nimbus II/Stratus II Software in the Microsoft Windows environment.

More information

EBSCOhost Web 6.0. User s Guide EBS 2065

EBSCOhost Web 6.0. User s Guide EBS 2065 EBSCOhost Web 6.0 User s Guide EBS 2065 6/26/2002 2 Table Of Contents Objectives:...4 What is EBSCOhost...5 System Requirements... 5 Choosing Databases to Search...5 Using the Toolbar...6 Using the Utility

More information

Advantages and disadvantages

Advantages and disadvantages Advantages and disadvantages Advantages Disadvantages Asynchronous transmission Simple, doesn't require synchronization of both communication sides Cheap, timing is not as critical as for synchronous transmission,

More information

Six new AI people types (senior citizens, teenagers, women) in numerous variations German and English voice over VER. 1.0 ENG

Six new AI people types (senior citizens, teenagers, women) in numerous variations German and English voice over VER. 1.0 ENG Six new AI people types (senior citizens, teenagers, women) in numerous variations German and English voice over VER. 1.0 ENG EPILEPSY WARNING PRODUCT INFORMATION When playing over a long period, you should

More information

Smart-Voice Invocation of Scenes in Home- Automation Systems

Smart-Voice Invocation of Scenes in Home- Automation Systems Technical Disclosure Commons Defensive Publications Series December 07, 2017 Smart-Voice Invocation of Scenes in Home- Automation Systems Daniele Midi William Schilit Tianchun Yang Follow this and additional

More information

IPv6 Network Construction Support Solution: Application to the IPv6 Experimental System of IPv6 Promotion Council

IPv6 Network Construction Support Solution: Application to the IPv6 Experimental System of IPv6 Promotion Council Network Construction Support Solution: Application to the Experimental System of Promotion Council 36 Network Construction Support Solution: Application to the Experimental System of Promotion Council

More information

Achieving Reliable Digital Data Communication through Mathematical Algebraic Coding Techniques

Achieving Reliable Digital Data Communication through Mathematical Algebraic Coding Techniques International Journal of Pure and Applied Mathematical Sciences. ISSN 0972-9828 Volume 9, Number 2 (2016), pp. 183-190 Research India Publications http://www.ripublication.com Achieving Reliable Digital

More information

Data Types What is a Data type? A Data type defines how a pattern of bits will be interpreted. What are Intrinsic Data types? Intrinsic data types are the data types that are defined within a particular

More information

AN INTELLIGENT TRAFFIC CONTROLLER BASED ON FUZZY LOGIC

AN INTELLIGENT TRAFFIC CONTROLLER BASED ON FUZZY LOGIC AN INTELLIGENT TRAFFIC CONTROLLER BASED ON FUZZY LOGIC Bilal Ahmed Khan; Nai Shyan Lai Asia Pacific University of Technology and Innovation belalkhn22@gmail.com Abstract Traffic light plays an important

More information

Selected Members of the CCL-EAR Committee Review Of Ebsco Academic Search Elite March, 2002

Selected Members of the CCL-EAR Committee Review Of Ebsco Academic Search Elite March, 2002 Selected Members of the CCL-EAR Committee Review Of Ebsco Academic Search Elite March, 2002 In March 2002, selected members of the California Community College Libraries, Electronic Access to Information

More information

CAMPSNA: A Cloud Assisted Mobile Peer to Peer Social Network Architecture

CAMPSNA: A Cloud Assisted Mobile Peer to Peer Social Network Architecture CAMPSNA: A Cloud Assisted Mobile Peer to Peer Social Network Architecture Yuan-ni Liu Hong Tang, Guo-feng Zhao The School of Communication and Information Engineering of ChongQing University of Posts and

More information

Chapter 9: Peripheral Devices. By: Derek Hildreth Chad Davis

Chapter 9: Peripheral Devices. By: Derek Hildreth Chad Davis Chapter 9: Peripheral Devices By: Derek Hildreth Chad Davis Brigham Young University - Idaho CompE 324 Brother Fisher Introduction When discussing this chapter, it has been assumed that the reader has

More information

GLASSES FREE AUTO STEREOSCOPIC 3D GREETING COMPANY PRODUCT TECHNOLOGY

GLASSES FREE AUTO STEREOSCOPIC 3D GREETING COMPANY PRODUCT TECHNOLOGY GLASSES FREE AUTO STEREOSCOPIC 3D GREETING COMPANY PRODUCT TECHNOLOGY WORDS OF GREETINGS Hello I am Seung Taek Yang, President of Overdigm. Globally the field of science is being developed at a fast phase

More information

INSTITUTIONAL REPOSITORY SERVICES

INSTITUTIONAL REPOSITORY SERVICES 1 INSTITUTIONAL REPOSITORY SERVICES Exploring how Elsevier can support institutions to promote and broadcast the work of their authors in their institutional repositories. April 2014 2 Sharing and using

More information

Implementation of Aadhaar Based EVM

Implementation of Aadhaar Based EVM Implementation of Aadhaar Based EVM Kiran Chavan 1, Kashinath Raut 2, Ashish Bhingardive 3, Yogesh Kolape 4, D. M. Ujalambkar 5 1, 2, 3, 4, 5 Computer Department, Savitribai Phule Pune University Abstract:

More information

Case study of Wireless Technologies in Industrial Applications

Case study of Wireless Technologies in Industrial Applications International Journal of Scientific and Research Publications, Volume 7, Issue 1, January 2017 257 Case study of Wireless Technologies in Industrial Applications Rahul Hanumanth Rao Computer Information

More information

NAME EET 2259 Lab 3 The Boolean Data Type

NAME EET 2259 Lab 3 The Boolean Data Type NAME EET 2259 Lab 3 The Boolean Data Type OBJECTIVES - Understand the differences between numeric data and Boolean data. -Write programs using LabVIEW s Boolean controls and indicators, Boolean constants,

More information

2010 Online Banking Security Survey:

2010 Online Banking Security Survey: 2010 Online Banking Security Survey: ZeuS-Like Malware Rapidly Outpaces All Other Online Banking Threats PhoneFactor, Inc. 7301 West 129th Street Overland Park, KS 66213 1-877-No-Token / 1-877-668-6536

More information

Voice Response System for Parents of Hostel Students

Voice Response System for Parents of Hostel Students Voice Response System for Parents of Hostel Students I.J.Vinila Assistant Professor, Dept. of ECE., Dr.Sivanthi Aditanar College of Engineering, Tiruchendur, India ABSTRACT: Nowadays every institute needs

More information

IRRF7243 USER MANUAL 3 GEBRAUCHSANLEITUNG 12 GUIDE UTILISATEUR 21 MODO DE EMPLEO 30 MANUALE D ISTRUZIONI 40 GEBRUIKSAANWIJZING 50

IRRF7243 USER MANUAL 3 GEBRAUCHSANLEITUNG 12 GUIDE UTILISATEUR 21 MODO DE EMPLEO 30 MANUALE D ISTRUZIONI 40 GEBRUIKSAANWIJZING 50 IRRF7243 INI MINI CONTROLLER TM USER MANUAL 3 GEBRAUCHSANLEITUNG 12 GUIDE UTILISATEUR 21 MODO DE EMPLEO 30 MANUALE D ISTRUZIONI 40 GEBRUIKSAANWIJZING 50 20159/20061108 IRRF7243 TM MINI CONTROLLER ALL RIGHTS

More information

All Voice over IP Explanations V0.2

All Voice over IP Explanations V0.2 V0.2 May 2017 Page 1 of 7 Contents 1 All IP Transformation... 3 1.1. Why All IP... 3 1.1.1 Many important benefits... 3 1.1.2 Flexible... 3 1.1.3 Simple... 3 1.1.4 Efficient... 3 1.2. Managing the transformation...

More information

New Media Production week 3

New Media Production week 3 New Media Production week 3 Multimedia ponpong@gmail.com What is Multimedia? Multimedia = Multi + Media Multi = Many, Multiple Media = Distribution tool & information presentation text, graphic, voice,

More information

VOICE CONTROLLED WHEEL CHAIR USING ARDUINO

VOICE CONTROLLED WHEEL CHAIR USING ARDUINO VOICE CONTROLLED WHEEL CHAIR USING ARDUINO Kharka Bahadur Rai 1, Jeetendra Thakur 2, Nirmal Rai 3 1,2 Student, 3 Asst. Professor, Department of Electronics and Communication Engineering, Sikkim Manipal

More information

Chartered Accountancy

Chartered Accountancy KVS RO RANCHI REGION : CAREER GUIDELINE Chartered Accountancy Chartered Accountancy in India is a professional qualification which is offered by ICAI or the Institute of Chartered Accountants of India.

More information

Apple TV Management. Moving higher education forward

Apple TV Management. Moving higher education forward WHITE PAPER Apple TV Management Moving higher education forward If you think Apple TV devices are just for entertainment, think again. In a recent Jamf Nation survey, 95 percent of the 110 higher education

More information

Avadesign Technology DP-104. IP Video Door Phone. and APP - 1 -

Avadesign Technology DP-104. IP Video Door Phone. and APP - 1 - DP-104 IP Video Door Phone and APP - 1 - WELCOME Congratulations on purchasing the VBell DP-104 SIP IP Video Door Phone. This door phone is suitable for all your business, and home, door entry communication

More information

Artificial Intelligence Powered Brand Identification and Attribution for On Screen Content

Artificial Intelligence Powered Brand Identification and Attribution for On Screen Content Technical Disclosure Commons Defensive Publications Series December 04, 2017 Artificial Intelligence Powered Brand Identification and Attribution for On Screen Content Ravi Solanki Devraj Mehta Follow

More information

ACCESS SECURITY SYSTEM USING RFID TAG

ACCESS SECURITY SYSTEM USING RFID TAG ACCESS SECURITY SYSTEM USING RFID TAG OBJECTIVE The main objective of this project is to provide the technology which can be very beneficial is that RFID automated access for door controls to buildings,

More information

Physical Modeling System for Generating Fireworks

Physical Modeling System for Generating Fireworks Physical Modeling System for Generating Fireworks Project Report Supervisor: Prof. Rossiter Prepared by: WANG Xiao, MSc(IT) Student 8 December, 2011 Proposal number: CSIT 6910A-Final Table of Contents

More information

Digital Entertainment. Networking Made Easy

Digital Entertainment. Networking Made Easy Digital Entertainment 2003 by TiVo Inc. Reproduction in whole or in part without written permission is prohibited. All rights reserved. Printed in the USA. TiVo, TiVo Central, and TiVolution are registered

More information

Evaluating the suitability of Web 2.0 technologies for online atlas access interfaces

Evaluating the suitability of Web 2.0 technologies for online atlas access interfaces Evaluating the suitability of Web 2.0 technologies for online atlas access interfaces Ender ÖZERDEM, Georg GARTNER, Felix ORTAG Department of Geoinformation and Cartography, Vienna University of Technology

More information

IMOTION. Heiko Schuldt, University of Basel, Switzerland

IMOTION. Heiko Schuldt, University of Basel, Switzerland IMOTION Heiko Schuldt, University of Basel, Switzerland heiko.schuldt@unibas.ch IMOTION at a Glance Project Title Intelligent Multimodal Augmented Video Motion Retrieval System (IMOTION) Project Start

More information

CHAPTER 8 Multimedia Information Retrieval

CHAPTER 8 Multimedia Information Retrieval CHAPTER 8 Multimedia Information Retrieval Introduction Text has been the predominant medium for the communication of information. With the availability of better computing capabilities such as availability

More information

Field Programmable Microcomputers and Their Applications

Field Programmable Microcomputers and Their Applications Field Programmable Microcomputers and Their Applications Field Programmable Microcomputers Hitachi Review and Vol. Their 47 Applications (1998), No. 4 128 Hiroyuki Iwashita Terukazu Watanabe Kiyoshi Matsubara

More information

Contents. 1. Hardware Software Networks St Ignatius Girls JL - Form 3

Contents. 1. Hardware Software Networks St Ignatius Girls JL - Form 3 Contents 1. Hardware... 2 2. Software... 4 3. Networks... 5 St Ignatius Girls JL - Form 3 1. Hardware RAM - The RAM (Random Access Memory) within your computer is where the operating system is loaded to

More information

Network fundamentals IB Computer Science. Content developed by Dartford Grammar School Computer Science Department

Network fundamentals IB Computer Science. Content developed by Dartford Grammar School Computer Science Department Network fundamentals IB Computer Science Content developed by Dartford Grammar School Computer Science Department HL Topics 1-7, D1-4 1: System design 2: Computer Organisation 3: Networks 4: Computational

More information

Signal Analyzer for Infrared Remote Control

Signal Analyzer for Infrared Remote Control More products at http://www.sunrom.com Document: Datasheet Date: 26-Jul-13 Model #: 1145 Product s Page: www.sunrom.com/178 Signal Analyzer for Infrared Remote Control The board receives IR signals from

More information

Service Bulletin

Service Bulletin Service Bulletin 17-071 August 8, 2017 07128 Version 1 2018 Civic Type R: PDI of the Navigation System AFFECTED VEHICLES Year Model Trim Level 2018 Civic Type R Touring INTRODUCTION This bulletin covers

More information

Prediction and Selection of Sequence of Actions Related to Voice Activated Computing Systems

Prediction and Selection of Sequence of Actions Related to Voice Activated Computing Systems Technical Disclosure Commons Defensive Publications Series July 03, 2017 Prediction and Selection of Sequence of Actions Related to Voice Activated Computing Systems John D. Lanza Foley & Lardner LLP Follow

More information

THE VALUE OF SOCIAL MEDIA

THE VALUE OF SOCIAL MEDIA THE VALUE OF SOCIAL MEDIA DIGITAL LANDSCAPE IN THE PHILIPPINES AS OF MARCH 2016 DIGITAL IN THE PHILIPPINES AS OF MARCH 2016 TOTAL POPULATION 101.5 MILLION *FIGURE REPRESENTS TOTAL NATIONAL POPULATION INCLUDING

More information

Topic :- COMPUTER BASICS Subject :- COMPUTER BASICS Class :- I Semester BCA

Topic :- COMPUTER BASICS Subject :- COMPUTER BASICS Class :- I Semester BCA Topic :- COMPUTER BASICS Subject :- COMPUTER BASICS Class :- I Semester BCA By Prof. Shweta HoD- BCA Department of BCA Koshys Institute of Management Studies, Bangalore What is a Computer? An electronic

More information

International Journal of Communication 1 (2007), Feature Point of Disconnect. Internet Traffic and the U.S. Communications Infrastructure

International Journal of Communication 1 (2007), Feature Point of Disconnect. Internet Traffic and the U.S. Communications Infrastructure International Journal of Communication 1 (2007), Feature 177-183 1932-8036/2007FEA000177 Point of Disconnect Internet Traffic and the U.S. Communications Infrastructure MICHAEL KLEEMAN University of California,

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 9 The System Unit Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

Chapter 8 Networking and Digital Communication

Chapter 8 Networking and Digital Communication Tomorrow s Technology and You 8/e George Beekman Michael J. Quinn Networking and Digital Communication 2008 Prentice-Hall, Inc. Slide 1 A computer network is any system of two or more computers that are

More information

8 9 Before: Computers are categorized into three main categories from least to most powerful: microcomputers minicomputers mainframe computers Today:

8 9 Before: Computers are categorized into three main categories from least to most powerful: microcomputers minicomputers mainframe computers Today: 1 Computer, Internet, and Network Basics 2 Computer Basics A computer system includes a computer, peripheral devices, and software Computer refers to a device that accepts data as input, processes data,

More information

AFCEA Welcome/Opening Keynote Speech. Murad Bayar, Undersecretary for Defense Industries, MoND, Turkey

AFCEA Welcome/Opening Keynote Speech. Murad Bayar, Undersecretary for Defense Industries, MoND, Turkey AFCEA Welcome/Opening Keynote Speech Murad Bayar, Undersecretary for Defense Industries, MoND, Turkey A Turkish Perspective on the Challenges of Security in a Network-Enabled Environment I would like to

More information

ANALYST AND INVESTOR DAY 2 MARCH 2016 PC PERIPHERALS CHARLOTTE JOHS

ANALYST AND INVESTOR DAY 2 MARCH 2016 PC PERIPHERALS CHARLOTTE JOHS ANALYST AND INVESTOR DAY 2 MARCH 2016 PC PERIPHERALS CHARLOTTE JOHS FORWARD LOOKING STATEMENTS This presentation includes forward-looking statements within the meaning of the U.S. federal securities laws,

More information

VOX series. Facilitate everyday life with modern reading systems

VOX series. Facilitate everyday life with modern reading systems VOX series Facilitate everyday life with modern reading systems We're here for you Since 1971 Reinecker develops premium video magnifiers and reading systems that help you to independently read text and

More information

An improved security model for identity authentication against cheque payment fraud in Tanzanian banks

An improved security model for identity authentication against cheque payment fraud in Tanzanian banks An improved security model for identity authentication against cheque payment fraud in Tanzanian banks Feno Heriniaina, R. 1 * Kitindi, Edvin 2 1. College of Computer Science, Chongqing University, Chongqing-

More information

5 Internet and online content

5 Internet and online content 5 Internet and online content Communications Market Report 207 - Northern Ireland 5 Internet and online content 5. Internet take-up 5.2 Internet-enabled devices 5.3 Internet use 5 Internet and online content

More information

LECTURE 3 ADMINISTRATION SECTION -A

LECTURE 3 ADMINISTRATION SECTION -A LECTURE 3 SYSTEM PROGRAMMING & SYSTEM ADMINISTRATION SECTION -A INTRODUCTION Interpreters Compilers Text editors Debug monitors Programming environment INTERPRETERS An interpreter may be a program that

More information

Chapter Nine. Networking and Telecommunication

Chapter Nine. Networking and Telecommunication Chapter Nine Networking and Telecommunication After reading this chapter, you should be able to: Describe the nature and function of local area networks and wide area networks Discuss the uses and implications

More information

Seamless transfer of ambient media from environment to mobile device

Seamless transfer of ambient media from environment to mobile device Technical Disclosure Commons Defensive Publications Series May 23, 2018 Seamless transfer of ambient media from environment to mobile device Dominik Roblek Matthew Sharifi Follow this and additional works

More information

BIOMETRIC PRINTER SECURITY SYSTEM

BIOMETRIC PRINTER SECURITY SYSTEM BIOMETRIC PRINTER SECURITY SYSTEM A.S.Karthiga 1, k.saravanakumar 2, R.Aravind 3, M.Karthi 4, S.P.Dwarakesh M.E., 5, 1,2,3,4 UG Scholar, Dept. of EEE, 5 Assistant professor of EEE, Erode Sengunthar Engineering

More information

Name: Jack Tulatammagul November 1, :52 PM

Name: Jack Tulatammagul November 1, :52 PM \ (1) Focus of your portfolio: The goal of SED 514 is to equip teachers with technical and pedagogical skills to enhance teaching and learning. You will prepare a 514-portfolio (electronic or paper) of

More information

Market Mapper. Standard Topics: Overview. Terminology. Contents. Standard Topics:

Market Mapper. Standard Topics: Overview. Terminology. Contents. Standard Topics: Market Mapper Contents Standard Topics: 1 Overview 2 Terminology 3 Creating a search plan 3 Searching (Calibration Search or Full Search) 4 Refining your search 5 Completing Your Search 6 Additional Tools

More information

Unit 17 Website Development

Unit 17 Website Development Unit 17 Website Development Learner Name Assessor Name Date Issued Date Completed Credits 10 Criteria Task Page Teacher P1 identify the hardware and software components which enable internet and web functionality

More information

Rca Universal Custom 8 Remote Code List

Rca Universal Custom 8 Remote Code List Rca Universal Custom 8 Remote Code List Save this manual to your list of manuals numbers from brand lists and when programming and using Custom TV feature. Setting Up Your Universal Remote Place Batteries

More information

R&D White Paper WHP 070. A distributed live subtitling system. Research & Development BRITISH BROADCASTING CORPORATION. September M.

R&D White Paper WHP 070. A distributed live subtitling system. Research & Development BRITISH BROADCASTING CORPORATION. September M. R&D White Paper WHP 070 September 2003 A distributed live subtitling system M. Marks Research & Development BRITISH BROADCASTING CORPORATION BBC Research & Development White Paper WHP 070 A distributed

More information

Switching, Mobile Phones, Cable, Beginning Data Link Layer. CS158a Chris Pollett Feb 21, 2007.

Switching, Mobile Phones, Cable, Beginning Data Link Layer. CS158a Chris Pollett Feb 21, 2007. Switching, Mobile Phones, Cable, Beginning Data Link Layer CS158a Chris Pollett Feb 21, 2007. Outline Switching Mobile Phones Cable Start of Data Link Layer Switching We will now examine how the switching

More information

NEC s Multiline Client Mobile Release Notes

NEC s Multiline Client Mobile Release Notes April 8, 2016 Revision 1.0 NEC s Multiline Client Mobile Release Notes Date Revis Notes Author ion 04-08-2016 1.0 Original R1.0 publication JZ Table of Contents Overview... 3 Documentation: (located on

More information

Soldiers manual of common

Soldiers manual of common Soldiers manual of common tasks Soldiers manual of common tasks. Free Download e-books I do have experience with circuits, electronics, and certainly have soldered my way out of a problem before. The DKVM-IP1

More information

New generation touch-sensitive CNC control compatible with Industry 4.0

New generation touch-sensitive CNC control compatible with Industry 4.0 Media Inquiries: Mitsubishi Electric Turkey PR Agency İnomist Communication Consultancy Sibel Selvi Arslantürk sibel@inomist.com +90 216 639 60 16 / +90 533 441 80 33 This text is the English translation

More information

Appendix B. Following is a list of topics in this section:

Appendix B. Following is a list of topics in this section: Elmer 160 In-Circuit Serial Programming Overview In this section This appendix describes how to design a circuit to support In-circuit Serial Programming (ICSP ). In this appendix, only high voltage programming

More information

Chapter 2 Number Systems and Codes Dr. Xu

Chapter 2 Number Systems and Codes Dr. Xu Chapter 2 Number Systems and Codes Dr. Xu Chapter 2 Objectives Selected areas covered in this chapter: Converting between number systems. Decimal, binary, hexadecimal. Advantages of the hexadecimal number

More information

Can a Tablet Replace a Computer? Has the "post-pc" era arrived?

Can a Tablet Replace a Computer? Has the post-pc era arrived? Can a Tablet Replace a Computer? Has the "post-pc" era arrived? Has the Post-PC" Era Arrived? Steve Jobs, shortly after the introduction of the ipad in 2010: PCs are going to be like trucks. He added that

More information

GET TO KNOW YOUR HOME PHONE

GET TO KNOW YOUR HOME PHONE telstra.com/homephone visit a telstra store 13 2200 HOME FEATURES USER GUIDE GET TO KNOW YOUR HOME PHONE C020 OCT13 ENJOY FEATURES THAT MAKE LIFE EASIER Home features make it easy for you to do more with

More information

79 Backup and Reset DRAFT FOR INTERNAL USE ONLY. Factory Data Reset

79 Backup and Reset DRAFT FOR INTERNAL USE ONLY. Factory Data Reset Backup and Reset Back up your data to Google servers. You can also reset your device to its factory defaults. Backup and Restore Samsung Account Enable backup of your information to Samsung servers. 2.

More information

Look at the table below. Into which group should a 35-year-old man go? Maths at City & Guilds City and Guilds of London Institute 2013

Look at the table below. Into which group should a 35-year-old man go? Maths at City & Guilds City and Guilds of London Institute 2013 QUIZ CARDS Card 1 Look at the table below. Into which group should a 35-year-old man go? Under 16 17 26 27 36 D 37 46 E Over 46 Under 16 17 26 27 36 37 46 Over 46 QUIZ CARDS Card 2 Look at the table below.

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING B.ENG (HONS) ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATION SEMESTER /2016

UNIVERSITY OF BOLTON SCHOOL OF ENGINEERING B.ENG (HONS) ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATION SEMESTER /2016 UNIVERSITY OF BOLTON TW59 SCHOOL OF ENGINEERING B.ENG (HONS) ELECTRICAL AND ELECTRONIC ENGINEERING EXAMINATION SEMESTER 1-2015/2016 INTERMEDIATE EMBEDDED SYSTEMS MODULE NO: EEE5004 Date: Thursday 14 January

More information

EBSCO Business Source Complete (http://www.ebscohost.com)

EBSCO Business Source Complete (http://www.ebscohost.com) 8.1.10 EBSCO Business Source Complete (http://www.ebscohost.com) EBSCO is a worldwide leader in providing information access and management solutions through print and electronic journal subscription services,

More information

VoIP/SIP: Economy and Mobility

VoIP/SIP: Economy and Mobility Nowadays VoIP-services become more and more popular all over the world. VoIP stands for Voice Over Internet Protocol, a communications protocol that allows for telephonic communication via the Internet.

More information

MD-3025-IVS People Counting Guide. Version 1.0

MD-3025-IVS People Counting Guide. Version 1.0 MD-3025-IVS People Counting Guide Version 1.0 MD 3025 IVS People Counting Guide 1. Overview The MD-3025-IVS has built-in video analytic function for object counting. It is a standalone function built into

More information

E-Blocks Easy GPS Bundle

E-Blocks Easy GPS Bundle Page 1 Cover Page Page 2 Flowcode Installing Flowcode Instruction for installing Flowcode can be found inside the installation booklet located inside the Flowcode DVD case. Before starting with the course

More information

DATA SECURITY MANAGEMENT. Chris Hare INSIDE. What is a Network? Network Devices; Hubs; Repeaters; Bridges; Routers; Switches; Network

DATA SECURITY MANAGEMENT. Chris Hare INSIDE. What is a Network? Network Devices; Hubs; Repeaters; Bridges; Routers; Switches; Network 87-01-01 DATA SECURITY MANAGEMENT NETWORK TECHNOLOGIES FOR INFORMATION SECURITY PRACTITIONERS: PART 1 Chris Hare INSIDE What is a Network? Network Devices; Hubs; Repeaters; Bridges; Routers; Switches;

More information

ENTERPRISE INFORMATION SECUIRTY. Apple ios Security Tyler Jeffords East Carolina University

ENTERPRISE INFORMATION SECUIRTY. Apple ios Security Tyler Jeffords East Carolina University 1 Apple ios Security Tyler Jeffords East Carolina University 2 Abstract As we all know mobile security is on the rise and with around two hundred seventy five million iphones sold since 2007 Apple ios

More information

BSkyB Sky Go Extra SVOD Service

BSkyB Sky Go Extra SVOD Service Customer Case Study BSkyB Sky Go Extra SVOD Service Premium Multiscreen Service EXECUTIVE SUMMARY COMPANY OVERVIEW Customer Name: BSkyB Industry: Telecommunications Location: United Kingdom, Ireland BUSINESS

More information

Lecture #6 Multiplexing and Switching

Lecture #6 Multiplexing and Switching SPRING 2015 Integrated Technical Education Cluster At AlAmeeria E-626-A Data Communication and Industrial Networks (DC-IN) Lecture #6 Multiplexing and Switching Instructor: Dr. Ahmad El-Banna 1 Agenda

More information

Lecture (01) Introducing Embedded Systems and the Microcontrollers By: Dr. Ahmed ElShafee

Lecture (01) Introducing Embedded Systems and the Microcontrollers By: Dr. Ahmed ElShafee Lecture (01) Introducing Embedded Systems and the Microcontrollers By: Dr. Ahmed ElShafee ١ Agenda What is microprocessor system? What is Microcontroller/embedded system? Definition of Embedded Systems

More information

Voice Command Based Computer Application Control Using MFCC

Voice Command Based Computer Application Control Using MFCC Voice Command Based Computer Application Control Using MFCC Abinayaa B., Arun D., Darshini B., Nataraj C Department of Embedded Systems Technologies, Sri Ramakrishna College of Engineering, Coimbatore,

More information

MTK smartphone Multiple downloading tool operating instructions

MTK smartphone Multiple downloading tool operating instructions MTK smartphone Multiple downloading tool operating instructions Note: 6.0 upgrade, first power off the phone and plug the data cable directly; 7.0 upgrade(the same way to upgrade from 6.0 to 7.0), first

More information

PCCW : From Quad Play to Connected Digital Living

PCCW : From Quad Play to Connected Digital Living PCCW : From Quad Play to Connected Digital Living - convergent content and services November 2009 Geoff Yuen, PhD VP, Technology Strategy & Development PCCW Whatever has happened to TV entertainment? Park

More information

ALPHATECH TECHNOLOGIES s.r.o. Jeremenkova 88, Praha 4, Czech Republic FLOOR TALKER. User manual

ALPHATECH TECHNOLOGIES s.r.o. Jeremenkova 88, Praha 4, Czech Republic   FLOOR TALKER. User manual ALPHATECH TECHNOLOGIES s.r.o. Jeremenkova 88, Praha 4, Czech Republic www.alphatechtechnologies.cz FLOOR TALKER User manual Table of Contents 1. Introduction... 3 2. Basic description... 4 3. Technical

More information

A Smart Power System Weihan Bo, Mi Li, Xi-Ping Peng, Xiang Li, Xin Huang *

A Smart Power System Weihan Bo, Mi Li, Xi-Ping Peng, Xiang Li, Xin Huang * 3rd International Conference on Mechanical Engineering and Intelligent Systems (ICMEIS 2015) A Smart Power System Weihan Bo, Mi Li, Xi-Ping Peng, Xiang Li, Xin Huang * Xi'an Jiaotong-Liverpool University,

More information

AWERProcedia Information Technology & Computer Science

AWERProcedia Information Technology & Computer Science AWERProcedia Information Technology & Computer Science Vol 03 (2013) 1424-1429 3 rd World Conference on Information Technology (WCIT-2012) Comparison of routing protocols in mobile ad-hoc wireless networks

More information

MIDDLE EAST TECHNICAL UNIVERSITY DEPARTMENT OF COMPUTER ENGINEERING COSS. Computer Oriented System Solutions

MIDDLE EAST TECHNICAL UNIVERSITY DEPARTMENT OF COMPUTER ENGINEERING COSS. Computer Oriented System Solutions MIDDLE EAST TECHNICAL UNIVERSITY DEPARTMENT OF COMPUTER ENGINEERING COSS Computer Oriented System Solutions SENIOR DESIGN PROJECT INITIAL DESIGN REPORT 1. INTRODUCTION... 4 1.1 PURPOSE OF THE DOCUMENT...

More information

ManageMyTVs iphone & ipad App Application User Guide

ManageMyTVs iphone & ipad App Application User Guide 800-859-6826 www.mtco.com ManageMyTVs iphone & ipad App Application User Guide Turn your iphone and ipad into a remote control for your digimax TV service! Use it in front of your TV or when away from

More information

NICT collaborates with ASEAN Countries

NICT collaborates with ASEAN Countries NICT collaborates with ASEAN Countries - Social Renovation by ICT from Asia at the Entrance of the Smarter Communication World - Security camera Fumihiko Tom Tomita, Dr. Sci. Chief Research & Strategy

More information

Database Performance Analyzer (DPA) Quick Demo

Database Performance Analyzer (DPA) Quick Demo Database Performance Analyzer (DPA) Quick Demo http://database.demo.solarwinds.com/ Log in with the username demo and password demo1. NOTE: You may encounter the following recommended video, while demoing

More information

Lyman Briggs Lecture Series. Group Question. Discussion Questions. Definition of Computer. Definition of Modern Computer. Definition of a Computer

Lyman Briggs Lecture Series. Group Question. Discussion Questions. Definition of Computer. Definition of Modern Computer. Definition of a Computer Lyman Briggs Lecture Series Emerging Issues in Abortion: Beyond Prolife and Pro-choice Adrienne Asch TONIGHT! 7:30 PM, C-106 Holmes Hall Group Question Get into a group of three people You have three minutes

More information

ComponentOne. Scheduler for LightSwitch

ComponentOne. Scheduler for LightSwitch ComponentOne Scheduler for LightSwitch Copyright 2012 ComponentOne LLC. All rights reserved. Corporate Headquarters ComponentOne LLC 201 South Highland Avenue 3 rd Floor Pittsburgh, PA 15206 USA Internet:

More information