System And Application Software

Size: px
Start display at page:

Download "System And Application Software"

Transcription

1 Chapter Six System And Application Software Computer Skills Computer Skills 2016: Chapter6 1

2 Objectives Overview Define system software and identify the two types of system software Understand Application software Define Programming Languages Understand Database Management Systems Computer Skills 2016: Chapter6-System Software 2

3 Software Software is Computer programs and associated documentation. Software products may be developed for a particular customer (aka Customized Software) or may be developed for a general market (aka Generic Software). Computer Skills: Chapter 6 3

4 Software Types Computer Skills: Chapter 6 4

5 System Software System software consists of the programs that control or maintain the operations of the computer and its devices. Operating systems Utility Programs Computer Skills 2016: Chapter6-System Software 5

6 Operating Systems An operating system (OS) is a set of programs containing instructions that work together to coordinate all the activities among computer hardware resources Start and shut down a computer Provide a user interface Manage programs Manage memory Coordinate tasks Configure devices Establish an Internet connection Monitor performance Provide utilities Automatically update Control a network Administer security Computer Skills 2016: Chapter6-System Software 6

7 Utility Programs A utility program is a type of system software that allows maintenance-type tasks such as: Protecting against viruses Viewing images Uninstalling programs Cleaning up disks Compressing files Removing spyware and adware Filtering Internet content Maintaining a personal computer Searching for files Playing media files Burning optical discs Computer Skills 2016: Chapter6-System Software 8

8 Finding Utility Programs In Windows Operating System, utility programs can be accessed by navigating: All Programs Accessories System Tools. Computer Skills 2016: Chapter6-System Software 9

9 Chapter Six Application Software Computer Skills 2016: Chapter6-Application Software 10

10 Application Software Application software consists of programs designed to make users more productive and/or assist with personal tasks. To make business activities more efficient To assist with graphics and multimedia projects To support home, personal, and educational tasks To facilitate communications Computer Skills 2016: Chapter6-Application Software 11

11 Business Software Business Software is application software that assists people while performing business activities. Word Processing Spreadsheet Database Presentation Note Taking Personal Information Manager Business Software for Phones Business Software Suites Project Management Accounting Document Management Enterprise Computing Software Computer Skills 2016: Chapter6-Application Software 12

12 Graphics and Multimedia Software Graphics and Multimedia Software is an application software that assists people while work with graphics and multimedia. Computer-aided design (CAD) software Desktop publishing software Computer Skills 2016: Chapter6-Application Software 13

13 Home, Personal, and Educational Software Home, Personal, and Educational Software is application software that designed specifically for use at home or for personal or educational use. Personal finance software Legal software Tax preparation software Computer Skills 2016: Chapter6-Application Software 14

14 Communication Software Communication Software is an application software that assists people to communicate and share information. Web Browser Instant Messaging Chat Room Text, Picture, Video Messaging RSS Aggregator Blogging Newsgroup/Mes sage Board FTP VoIP Video Conferencing Computer Skills 2016: Chapter6-Application Software 15

15 Application Software Available in a variety of forms: Generic product Customized product Web application Open source Shareware Freeware Public-domain software Computer Skills 2016: Chapter6-Application Software 16

16 Application Software Generic product is a stand-alone system that is marketed and sold to any customer who wishes to buy it. Customized product is a software that is commissioned by a specific customer to meet their own needs. A Web application is a Web site that allows users to access and interact with software from any computer or device that is connected to the Internet. Types of Web applications include e- mail, and game programs. Open source is software distributed or made public in source code (readable and modifiable), and are often developed as a community rather than by a single organization. Computer Skills 2016: Chapter6-Application Software 17

17 Application Software Shareware is software that you can use on a trial basis before paying for it. Unlike freeware, shareware often has limited functionality or may only be used for a limited time before requiring payment and registration. Freeware is software that is free to use. Unlike commercial software, it does not require any payment or licensing fee. Public-domain software programs that are offered to the public without copyright restrictions. Public domain software is similar to open source software, in which the source code of a program is made publicly available. Computer Skills 2016: Chapter6-Application Software 18

18 Chapter Six Programming Languages Computer Skills 2016: Chapter6-Programming Languages 19

19 Computer Program A computer program is executable software that runs on a computer. Examples: Web browsers, word processors, clients, video games, and system utilities. Created by a programmer using a programming language Computer Skills 2016: Chapter6-Programming Languages 20

20 Programming Languages A programming language is a set of commands, instructions, and other syntax use to create a software program.. Computer Skills 2016: Chapter6-Programming Languages 21

21 Types of Programming Languages Two types of languages are: a. low-level b. high-level. A low-level language is a programming language that is machine dependent. Example: Machine Language and Assembly Language. A high-level language, by contrast, each language instruction typically equates to multiple machine instructions. Example: C++, Java, Visual Basic, and Python etc.. Computer Skills 2016: Chapter6-Programming Languages 22

22 Chapter Six Database Management Systems Computer Skills 2016: Chapter6-Databases 23

23 Databases, Data, and Information Data Collection of unprocessed items Text Numbers Images Audio Video Information Processed data Documents Audio Images Video Database group of related files Payroll, accountsreceivable, inventory Computer Skills 2016: Chapter6-Databases 24

24 Databases, Data, and Information Database software, often called a database management system (DBMS), allow the: definition, creation, querying, update, and administration of databases. Computer Skills 2016: Chapter6-Databases 25

25 The Data Hierarchy Data is organized in layers (Fields, Tables, Records, Database) A Field is a group of character with some meaning, such as your name, ID, Address etc. A Record is a group of related fields holding all the data about one person or item. A Table is a group of related records, such as Instructors table. Computer Skills 2016: Chapter6-Databases 26

26 File Processing Versus Databases File system File System suffers from: Application Dependency Duplication of data Isolation of data Database approach Data Sharing Controlled redundancy Data Independence Better Data Integrity Reduces development time Computer Skills 2016: Chapter6-Databases 27

27 File Versus Databases Computer Skills 2016: Chapter6-Databases 28

28 Data Model Every database and DBMS is based on a specific data model. A data model consists of rules and standards that define how the database organizes data. Examples of Data Models: Relational Data Model Used by most DBMSes Object-Oriented Model Computer Skills 2016: Chapter6-Databases 29

29 Relational Databases A relational database stores data in tables that consist of rows and columns Each row has a primary key Each column has a unique name A relationship is a link within the data Computer Skills 2016: Chapter6-Databases 30

30 Object-Oriented Databases An object-oriented database (OODB) stores data in objects. An object is an item that contains data (attributes), as well as the actions (method or operation) that read or process data. A student object, for example, might contain data about a student such as Student ID, First Name, Last Name, Address, and so on. Computer Skills 2016: Chapter6-Databases 31

31 Object-Oriented Databases Examples of applications appropriate for an object-oriented database include: Multimedia database Groupware database Computeraided design database Hypertext database Computer Skills 2016: Chapter6-Databases 32

32 Structured Query Language (SQL) Structured Query Language (SQL) is a query language that allows users to manage, update, and retrieve data. Most relational database products for servers and mainframes include SQL. Many personal computer databases also include SQL. Computer Skills 2016: Chapter6-Databases 33

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview Identify the four categories of application software Differentiate among the seven forms through which software is available Explain

More information

Chapter 3. Application Software

Chapter 3. Application Software Chapter 3 Application Software Why Use Application Software? To make business activities more efficient To assist with graphics and multimedia projects To support home, personal, and educational tasks

More information

Chapter 10 Managing a Database. Discovering Computers Your Interactive Guide to the Digital World

Chapter 10 Managing a Database. Discovering Computers Your Interactive Guide to the Digital World Chapter 10 Managing a Database Discovering Computers 2012 Your Interactive Guide to the Digital World Databases, Data, and Information Database Collection of data organized in a manner that allows access,

More information

Accounting Software. Collaboration Software

Accounting Software. Collaboration Software Accounting Software Android Application Software Bitmap Image BlackBerry OS Boot Process Buffer Collaboration Software Command Line Interface Commercial Software An application program that is used to

More information

Lesson 7 Software Fundamentals

Lesson 7 Software Fundamentals Software Fundamentals Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition 1 Objectives Identify the fundamental concepts of wordprocessing software. Identify the fundamental concepts

More information

Chapter 10 Managing a Database. Discovering Computers Your Interactive Guide to the Digital World

Chapter 10 Managing a Database. Discovering Computers Your Interactive Guide to the Digital World Chapter 10 Managing a Database Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Define the term, database, and explain how a database interacts with data and information

More information

Objectives Overview. Chapter 10 Managing a Database. Discovering Computers Instructor: M. Imran Khalil MSc-IT 1 st semester Fall 2016

Objectives Overview. Chapter 10 Managing a Database. Discovering Computers Instructor: M. Imran Khalil MSc-IT 1 st semester Fall 2016 Chapter 10 Managing a Database Instructor: M. Imran Khalil MSc-IT 1 st semester Fall 2016 Discovering Computers 2012 Your Interactive Guide to the Digital World Objectives Overview Define the term, database,

More information

Computers Are Your Future Prentice-Hall, Inc.

Computers Are Your Future Prentice-Hall, Inc. Computers Are Your Future 2006 Prentice-Hall, Inc. Computers Are Your Future Chapter 5 Application Software: Tools for Productivity 2006 Prentice-Hall, Inc Slide 2 You Will Learn... ü How system software

More information

Which one of the following terms describes the physical components of a computer system?

Which one of the following terms describes the physical components of a computer system? Which one of the following terms describes the physical components of a computer system? a. Hardware. b. Freeware. c. Software. d. Courseware. Which one of the following can slow down the computers performance?

More information

Which one of the following terms describes the physical components of a computer system?

Which one of the following terms describes the physical components of a computer system? Exercise 23 1.1.1 Which one of the following terms describes the physical components of a computer system? a. Hardware. b. Freeware. c. Software. d. Courseware. 1.1.2 Which one of the following is a portable

More information

PRINCE GEORGE'S COMMUNITY COLLEGE OFFICE OF INSTRUCTION MASTER COURSE SYLLABUS

PRINCE GEORGE'S COMMUNITY COLLEGE OFFICE OF INSTRUCTION MASTER COURSE SYLLABUS PRINCE GEORGE'S COMMUNITY COLLEGE OFFICE OF INSTRUCTION MASTER COURSE SYLLABUS CIS 101 Computer Literacy Michael Burt 12/19/2006 Course Designator and Title Prepared by Date Barry Bugg ` Dr. Aaron Stucker

More information

Razi University Eduvational Use. Computer. Fundamentals & Programming. Software. Computer Fundamentals & Programming. Dr.

Razi University Eduvational Use. Computer. Fundamentals & Programming. Software. Computer Fundamentals & Programming. Dr. Software Dr. Maysam Saidi 1 1. 2. 3. 4. 5. Application Software Types of Software Software Licensing Types of Software License Software Piracy 2 Software software, or just software, is a collection of

More information

CSC Introduction to Computers and Their Applications

CSC Introduction to Computers and Their Applications CSC 170 - Introduction to Computers and Their Applications Lecture 9 Software Essentials When searching for new software, it helps to have a framework of categories System Software Operating Systems For

More information

Computer Concepts Module 3. Computer Software

Computer Concepts Module 3. Computer Software Computer Concepts Module 3 Computer Software 1 Learning Objectives (Slide 1 of 2) List and describe computer software categories Explain copyright law and define the different software licenses Explain

More information

Chapter 3 Application Software

Chapter 3 Application Software Chapter 3 Application Software Application Software What is application software? Programs that perform specific tasks for users Also called a software application or an application Several reasons to

More information

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World Discovering Computers Fundamentals, 2011 Edition Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating

More information

Base Module - Computer Essentials

Base Module - Computer Essentials Base Module - Computer Essentials This module sets out essential concepts and skills relating to the use of devices, file creation and management, networks, and data security. Understand key concepts relating

More information

CS200-Chapter3-Homework

CS200-Chapter3-Homework Name: Class: Date: CS200-Chapter3-Homework Multiple Choice Identify the choice that best completes the statement or answers the question. 1. Personal computer operating systems often use the concept of,

More information

Discovering Computers Chapter 10 Database Management

Discovering Computers Chapter 10 Database Management Discovering Computers 2008 Chapter 10 Database Management Chapter 10 Objectives Define the the term, database Differentiate between a file file processing system approach and the the database approach

More information

Application software includes: Categories of Computer Software. General-purpose applications. System Software vs. Application Software 11/23/2018

Application software includes: Categories of Computer Software. General-purpose applications. System Software vs. Application Software 11/23/2018 Application software includes: Application General-purpose applications Specialized applications Categories of Computer Application Computer System General-purpose applications These are also known as

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2010 Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the

More information

Chapter 3 Computer Software

Chapter 3 Computer Software Chapter 3 Computer Software Learning Objectives LO3.1: Explain system software and operating systems LO3.2: Identify operating systems for desktop PCs LO3.3: Identify operating systems for handheld PCs

More information

Visualizing Technology Complete, 6e (Geoghan) Chapter 2 Application Software

Visualizing Technology Complete, 6e (Geoghan) Chapter 2 Application Software Visualizing Technology Complete, 6e (Geoghan) Chapter 2 Application Software 1) The intersection of a row and a column in a spreadsheet is called a. A) text B) cell C) record D) field 2) In addition to

More information

RPS Technology Standards Grades 9 through 12 Technology Standards and Expectations

RPS Technology Standards Grades 9 through 12 Technology Standards and Expectations RPS Technology Standards Grades 9 through 12 Technology Standards and Expectations Throughout high school, as students take courses to prepare themselves for college and the working world, they should

More information

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Glossary A B C D E F G H I J K L M N O P Q R S T U V W X Y Z A App See Application Application An application (sometimes known as an app ) is a computer program which allows the user to perform a specific

More information

Utah CTE/Business Education Core Computer Technology I

Utah CTE/Business Education Core Computer Technology I A Correlation of Pearson 2011 To the Utah CTE/Business Education Core Resource Title: Introduction to Computers & Publisher: Pearson Education, Inc. ISBN (13 digit unique identifier is required): 9781256362098

More information

IC3 - Module 1 - Computing Fundamentals

IC3 - Module 1 - Computing Fundamentals ID QUESTION ANSWER 1 What kind of computer is used to host a website? Server 2 Match device to best use of device: A. device that combines computing, telephone/fax, Internet, and networking features B.

More information

WebEx Participant Guide

WebEx Participant Guide WebEx Participant Guide Tufts Technology Services Training and Documentation WebEx Participant Guide 1 Table of Contents An Introduction to WebEx... 3 What is WebEx?... 3 Do I Need to Install Software

More information

Information Systems Software

Information Systems Software Technology Briefing Information Systems Software TB2-1 Learning Objectives TB2-2 Learning Objectives TB2-3 Key IS Software Components Software o Programs o Sets of instructions o Allow the hardware components

More information

Describe the functions of an operating system. Briefly describe various server operating systems. Explain the purpose of several utility programs

Describe the functions of an operating system. Briefly describe various server operating systems. Explain the purpose of several utility programs Discovering Computers 2010 Living in a Digital World Objectives Overview Define system software and identify the two types of system software Describe the functions of an operating system Summarize the

More information

A Comprehensive Guide. IC3 - Module 1: Computing Fundamentals

A Comprehensive Guide. IC3 - Module 1: Computing Fundamentals Appendix A A Comprehensive Guide to IC 3 IC3 - Module 1: Computing Fundamentals Standardized Coding Number Objective 1.1 Objectives & Abbreviated Skill Sets Page Identify types of computers, how they process

More information

APPLICATION SOFTWARE BY : AYA EL-TAWIL

APPLICATION SOFTWARE BY : AYA EL-TAWIL APPLICATION SOFTWARE BY : AYA EL-TAWIL 1. DEFINE THE APPLICATION SOFTWARE? A software which is developed to help the user to perform specific tasks is called application software. Application software

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 5: Application Software: Tools for Productivity Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Application Software: Tools for Productivity

More information

Module 1 Concepts of Information and Communication Technology (ICT)

Module 1 Concepts of Information and Communication Technology (ICT) Module 1 Concepts of Information and Communication Technology (ICT) The following is the Syllabus for Module 1, Concepts of Information and Communication Technology (ICT), which provides the basis for

More information

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World Discovering Computers Fundamentals, 2011 Edition Living in a Digital World Objectives Overview Define the term, database, and explain how a database interacts with data and information Describe the qualities

More information

MONTHLY TEST MAY 2017 QUESTION BANK FOR AVERAGE STUDENTS. Q.2 What is free software? How is it different from Open Source Software?

MONTHLY TEST MAY 2017 QUESTION BANK FOR AVERAGE STUDENTS. Q.2 What is free software? How is it different from Open Source Software? MONTHLY TEST MAY 2017 QUESTION BANK FOR AVERAGE STUDENTS Q.1. What is OSS? It refers to Open Source Software, which are modifiable, redistributable but may or may not be available free of cost. Source

More information

COURSE OUTLINE APPLIED INFORMATION TECHNOLOGY GENERAL YEAR 12: 2018 UNIT 3 AND UNIT 4

COURSE OUTLINE APPLIED INFORMATION TECHNOLOGY GENERAL YEAR 12: 2018 UNIT 3 AND UNIT 4 This course will run the two units, 3 and 4, concurrently. The student Semester 1 grade will therefore be an estimate. Term Knowledge Skills Assessment 1 1 3 Hardware purpose of the central processing

More information

Geographic Information Systems (GIS) - Hardware and software in GIS

Geographic Information Systems (GIS) - Hardware and software in GIS PDHonline Course L153 (5 PDH) Geographic Information Systems (GIS) - Hardware and software in GIS Instructor: Steve Ramroop, Ph.D. 2012 PDH Online PDH Center 5272 Meadow Estates Drive Fairfax, VA 22030-6658

More information

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL

Writing Queries Using Microsoft SQL Server 2008 Transact- SQL Writing Queries Using Microsoft SQL Server 2008 Transact- SQL Course 2778-08; 3 Days, Instructor-led Course Description This 3-day instructor led course provides students with the technical skills required

More information

Chapter 1. Chapter 3. Introduction to Computers. Computer Software

Chapter 1. Chapter 3. Introduction to Computers. Computer Software Chapter 1 Introduction to Computers Chapter 3 Computer Software \6 5 As we discussed in the last class,, computers are everywhere. m \6 0 m So it is important to be computer literate. What is a computer?

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

AVANTUS TRAINING PTE LTD

AVANTUS TRAINING PTE LTD [ICDL-CS]: WSQ ICDL Computer Essentials Length Technology Delivery Method : 2 Days : Computers, Microsoft Windows : Instructor-led (Classroom) Course Overview This module sets out essential concepts and

More information

Bring Your Own Device (BYOD) Information for Parents and Carers

Bring Your Own Device (BYOD) Information for Parents and Carers Bring Your Own Device (BYOD) Information for Parents and Carers Overview Students attending North Lakes State College will bring their own portable computing device to the College as a tool to enhance

More information

Associate in Science, Computer Information Science

Associate in Science, Computer Information Science The (CIS) department provides training for those persons who plan to work within a technical, computer-centered environment. Because of the widespread use of computers in our society, employment opportunities

More information

Chapter 12. Databases. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 12. Databases. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 12 Databases McGraw-Hill/Irwin Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved. 1 Introduction to Databases Much like a library, secondary storage is designed to store information.

More information

What is database? Types and Examples

What is database? Types and Examples What is database? Types and Examples Visit our site for more information: www.examplanning.com Facebook Page: https://www.facebook.com/examplanning10/ Twitter: https://twitter.com/examplanning10 TABLE

More information

SAMPLE COURSE OUTLINE APPLIED INFORMATION TECHNOLOGY ATAR YEAR 11

SAMPLE COURSE OUTLINE APPLIED INFORMATION TECHNOLOGY ATAR YEAR 11 SAMPLE COURSE OUTLINE APPLIED INFORMATION TECHNOLOGY ATAR YEAR 11 Copyright School Curriculum and Standards Authority, 2014 This document apart from any third party copyright material contained in it may

More information

Blog site (cont.) theme, 202 view creations, 205 Browser tools, 196 Buytaert, Dries, 185

Blog site (cont.) theme, 202 view creations, 205 Browser tools, 196 Buytaert, Dries, 185 Index A Administration, 157 backups and restore (see Backups and restore website) file system, 161 log files, 162 tasks, 157 updates and security patches, 165 user accounts, 166 Aggregator module, 218

More information

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview

Writing Queries Using Microsoft SQL Server 2008 Transact-SQL. Overview Writing Queries Using Microsoft SQL Server 2008 Transact-SQL Overview The course has been extended by one day in response to delegate feedback. This extra day will allow for timely completion of all the

More information

Software: Systems and Applications Software

Software: Systems and Applications Software Chapter 4 Software: Systems and Applications Software The Importance of Software in Business High Software $ Hardware Low 1950 today time An Overview of Software What is Software? See Chapter 1! Classes

More information

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information.

DATA Data and information are used in our daily life. Each type of data has its own importance that contribute toward useful information. INFORMATION SYSTEM LESSON 41 DATA, INFORMATION AND INFORMATION SYSTEM SMK Sultan Yahya Petra 1 DATA Data and information are used in our daily life. Each type of data has its own importance that contribute

More information

Dr. Michael Curry. Oregon. The Big Picture: SQL Overview and Getting the Most from SQL Saturday

Dr. Michael Curry. Oregon. The Big Picture: SQL Overview and Getting the Most from SQL Saturday Dr. Michael Curry michael.curry@wsu.edu Oregon The Big Picture: SQL Overview and Getting the Most from SQL Saturday Academic Data Management E-Commerce Entrepreneurship Dr. Michael Curry /michaellcurry/

More information

Planning and Deploying System Center 2012 Configuration Manager

Planning and Deploying System Center 2012 Configuration Manager Planning and Deploying System Center 2012 Configuration Manager 10748C; 3 days, Instructor Led Course Description Get detailed instruction and hands-on practice planning and deploying Microsoft System

More information

Chapter 2 SOFTWARE CONCEPTS

Chapter 2 SOFTWARE CONCEPTS Page1 Chapter 2 SOFTWARE CONCEPTS Software Software is a program or set of programs that govern the operation of a computer system and make the hardware run. These are the components of the computer system

More information

CHAPTER 6 DATABASE MANAGEMENT SYSTEMS

CHAPTER 6 DATABASE MANAGEMENT SYSTEMS CHAPTER 6 DATABASE MANAGEMENT SYSTEMS Management Information Systems, 10 th edition, By Raymond McLeod, Jr. and George P. Schell 2007, Prentice Hall, Inc. 1 Learning Objectives Understand the hierarchy

More information

5-1McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved.

5-1McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. 5-1McGraw-Hill/Irwin Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. 5 hapter Data Resource Management Data Concepts Database Management Types of Databases McGraw-Hill/Irwin Copyright

More information

Learning Alliance Corporation, Inc. For more info: go to

Learning Alliance Corporation, Inc. For more info: go to Writing Queries Using Microsoft SQL Server Transact-SQL Length: 3 Day(s) Language(s): English Audience(s): IT Professionals Level: 200 Technology: Microsoft SQL Server Type: Course Delivery Method: Instructor-led

More information

Practice Examination 3

Practice Examination 3 Name Date Click here to enter text. Click here to enter text. Pearson BTEC Level 1 / Level 2 First Information and Creative Technology Unit 1: The Online World Practice Examination 3 This practice examination

More information

Let s Review Lesson 2!

Let s Review Lesson 2! What is Technology Teachers and Discovering Why it so Important Computers in Integrating Technology and Education Today? Digital Media in the Classroom 5 th Edition Let s Review Lesson 2! Wheel of Terms

More information

Chapter Objectives 1 of 2. Chapter 3. The Operating System. Chapter Objectives 2 of 2. The Operating System. The Operating System

Chapter Objectives 1 of 2. Chapter 3. The Operating System. Chapter Objectives 2 of 2. The Operating System. The Operating System Teachers Discovering Computers Integrating Technology and Digital Media in the Classroom 6 th Edition Chapter 3 Application Productivity Tools for Educators Chapter Objectives 1 of 2 Explain the role of

More information

Ministry of National Policies and Economic Affairs National Youth Corps. Curriculum of the Information Technology

Ministry of National Policies and Economic Affairs National Youth Corps. Curriculum of the Information Technology Ministry of National Policies and Economic Affairs National Youth Corps Curriculum of the Information Technology Content 1 Introduction to computer 2 2 Number systems 3 3 Operating Systems 6 4 Word Processing

More information

6) The technique allows managers to view data in a data warehouse on a global level and on successively lower levels.

6) The technique allows managers to view data in a data warehouse on a global level and on successively lower levels. SPRING 07-08 CIS108 MIDTERM EXAM /FACULTY OF ECON. &ADMIN. SCIENCES OF EUL Student Registration No: Instructor: Prof.Dr.Hüseyin Oğuz Student Name-Surname: Dept. of Computer Information Systems Room#: AS207

More information

Introduction to Computers Chapter1

Introduction to Computers Chapter1 Introduction to Computers Chapter1 IS-IT-UOB 2013 Topics Covered Computer definition and main parts Computer Hardware Computer Software Computer Strengths Categories of Computers Computer Applications

More information

WorldPoint ONE Solution V1.06 Upgrade Instructions and Overview of New Features!

WorldPoint ONE Solution V1.06 Upgrade Instructions and Overview of New Features! WorldPoint ONE Solution V1.06 Upgrade Instructions and Overview of New Features! Thank you for selecting WorldPoint ONE as your solution for Training Center Management. PRIOR TO UPGRADING IT IS RECOMMENDED

More information

11/12/11. Objec&ves Overview. Databases, Data, and Informa&on. Objec&ves Overview. Databases, Data, and Informa&on. Databases, Data, and Informa&on

11/12/11. Objec&ves Overview. Databases, Data, and Informa&on. Objec&ves Overview. Databases, Data, and Informa&on. Databases, Data, and Informa&on Objec&ves Overview Define the term,, and explain how a interacts with and informa:on Define the term, integrity, and describe the quali:es of valuable informa:on Discuss the terms character, field, record,

More information

Virtual Classrooms in Education

Virtual Classrooms in Education Virtual Classrooms in Education Welcome to the Human Network Your World Simplified 1 What Is WebEx Training Center? WebEx Training Center is the market leader in virtual classroom solutions, providing

More information

Government Price Sheet Respondent:

Government Price Sheet Respondent: Sheet Respondent: INSTRUCTIONS Product and Service List Worksheet Instructions Respondents MUST complete the entire row for either, Academic or both. Any software listed for which there is not a corresponding

More information

SUBSIDIARY ICT PAPER I

SUBSIDIARY ICT PAPER I NATIONAL CURRICULUM DEVELOPMENT CENTRE SPECIMEN QUESTION PAPER FOR SUBSIDIARY ICT PAPER I (Application of ICT Knowledge) Duration: 2 hours 30 Minutes INSTRUCTIONS TO CANDIDATES: Attempt ALL questions in

More information

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS

QM Chapter 1 Database Fundamentals Version 10 th Ed. Prepared by Dr Kamel Rouibah / Dept QM & IS QM 433 - Chapter 1 Database Fundamentals Version 10 th Ed Prepared by Dr Kamel Rouibah / Dept QM & IS www.cba.edu.kw/krouibah Dr K. Rouibah / dept QM & IS Chapter 1 (433) Database fundamentals 1 Objectives

More information

Industrial Technology

Industrial Technology 2014 HIGHER SCHOOL CERTIFICATE EXAMINATION Industrial Technology Multimedia Technologies Total marks 40 General Instructions Reading time 5 minutes Working time 1 1 hours 2 Write using black or blue pen

More information

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Computer Software Chapter Outline Significance of software System software Application software Software

More information

Topics covered 10/12/2015. Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS)

Topics covered 10/12/2015. Pengantar Teknologi Informasi dan Teknologi Hijau. Suryo Widiantoro, ST, MMSI, M.Com(IS) Pengantar Teknologi Informasi dan Teknologi Hijau Suryo Widiantoro, ST, MMSI, M.Com(IS) 1 Topics covered 1. Basic concept of managing files 2. Database management system 3. Database models 4. Data mining

More information

Course 20416B: Implementing Desktop Application Environments Page 1 of 7

Course 20416B: Implementing Desktop Application Environments Page 1 of 7 Course 20416B: Implementing Desktop Application Environments Page 1 of 7 Implementing Desktop Application Environments Course 20416B: 4 days; Instructor-Led Introduction In this four-day course, build

More information

Guidance on the appropriateness of the information technology solution

Guidance on the appropriateness of the information technology solution Guidance on the appropriateness of the information technology solution Students of the information technology in a global society (ITGS) are expected to in consultation with a specified client design,

More information

Chapter Review. 42 Chapter 1 Introduction to Computers

Chapter Review. 42 Chapter 1 Introduction to Computers 42 Chapter 1 Introduction to Computers Chapter Review 1. Why Is Computer Literacy Vital in Today s World? Computer literacy, or digital literacy, involves having current knowledge and understanding of

More information

SharePoint 2016 Site Collections and Site Owner Administration

SharePoint 2016 Site Collections and Site Owner Administration SharePoint 2016 Site Collections and Site Owner Administration Course 55234A - Five days - Instructor-led - Hands-on Introduction This five-day instructor-led course is intended for power users and IT

More information

E4-E5 (CFA) For internal circulation of BSNLonly

E4-E5 (CFA) For internal circulation of BSNLonly E4-E5 (CFA) IT Tools for Office Management Objective The objective of this session is to make the executives of BSNL familiar with day-to-day use of different utilities of IT and demonstrate various practices

More information

Course Details. OUR VISION To empower people to achieve their aspirations by using Information and Communication Technologies

Course Details. OUR VISION To empower people to achieve their aspirations by using Information and Communication Technologies Course Details OUR VISION To empower people to achieve their aspirations by using Information and Communication Technologies OUR MISSION To be the premier corporate resource delivering relevant products

More information

Base Module - Computer Essentials

Base Module - Computer Essentials Base Module - Computer Essentials This module sets out essential concepts and skills relating to the use of devices, file creation and management, networks, and data security. Understand key concepts relating

More information

WebEx Training Center Tutorial

WebEx Training Center Tutorial UNC CHARLOTTE WebEx Training Center Tutorial Getting Started Guide Center for Teaching & Learning Last Updated: Summer 2016 Contents Introduction... 2 Minimum System Requirements... 2 How to Get a WebEx

More information

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements.

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect 9.7 Release Notes Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect is a web conferencing solution for web meetings,

More information

Page 1 of 5 Toll Free: ALERA Copyright Alera Technologies, LLC

Page 1 of 5 Toll Free: ALERA Copyright Alera Technologies, LLC DVD/CD Copy Tower Pro DVD/CD Duplicators 1:3 DVD/CD Copy Tower Pro Aleratec Part # 260130 1:7 DVD/CD Copy Tower Pro Aleratec Part # 260131 Application Backgrounder More and more business, government and

More information

Version 2.8. Installation Guide

Version 2.8. Installation Guide Version 2.8 Installation Guide Copyright 2010 Pearson Education, Inc. or its affiliate(s). All rights reserved. ELLIS is a registered trademark, in the U.S. and/or other countries, of Pearson Education,

More information

Teaching and Learning with Technology Seminar

Teaching and Learning with Technology Seminar Teaching and Learning with Technology Seminar Media Guide #1 - Web Based Resources for Training Project 4 Overview By: Jennifer Maddrell Submitted: December 3, 2006 For: Professor Boling Indiana University

More information

Architecture. Outline. Review - Alibris. Announcements. What is Architecture? TIM 50 - Business Information Systems. How do you architect a solution?

Architecture. Outline. Review - Alibris. Announcements. What is Architecture? TIM 50 - Business Information Systems. How do you architect a solution? Outline TIM 50 - Business Information Systems Lecture 10 Instructor: Terry Allen UC Santa Cruz 10/28/2011 Announcements Review Alibris Case Study Information Technology Student Presentations -Server Architecture

More information

Discovering Computers Living in a Digital World

Discovering Computers Living in a Digital World Discovering Computers 2011 Living in a Digital World Objectives Overview See Page 141 for Detailed Objectives 2 Objectives Overview See Page 141 for Detailed Objectives 3 Application Software Application

More information

Rapid Application Development

Rapid Application Development Rapid Application Development Chapter 6: Development Database Application Tools: Microsoft Access Cr: fisher.osu.edu Dr.Orawit Thinnukool College of Arts, Media and Technology, Chiang Mai University Contents

More information

140-Day QuickBooks Trial Installation Guide

140-Day QuickBooks Trial Installation Guide 140-Day QuickBooks Trial Installation Guide This guide will help you install the 140-day trial of QuickBooks that is associated with your textbook. Depending on your textbook, the software may be available

More information

"Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary

Charting the Course... MOC A: SharePoint 2016 Site Collections and Site Owner Administration. Course Summary MOC 55234 A: 2016 Site Collections Course Summary Description This five-day instructor-led course is intended for power users and IT professionals who are tasked with working within the 2016 environment

More information

Internet. Class-In charge: S.Sasirekha

Internet. Class-In charge: S.Sasirekha Internet Class-In charge: S.Sasirekha COMPUTER NETWORK A computer network is a collection of two or more computers, which are connected together to share information and resources. Network Operating Systems

More information

COMPUTER SOFTWARE RAYMOND ROSE

COMPUTER SOFTWARE RAYMOND ROSE COMPUTER SOFTWARE RAYMOND ROSE LEARNING OUTCOMES 2 WHAT IS SOFTWARE? Software - is a collection of computer programs and related data that provides the instructions for telling a computer what to do and

More information

LECTURE1: PRINCIPLES OF DATABASES

LECTURE1: PRINCIPLES OF DATABASES LECTURE1: PRINCIPLES OF DATABASES Ref. Chapter1 Information Systems Department Chapter1 - Objectives 2 Problems with file-based approach. Database concepts. Database Management System (DBMS). Major components

More information

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT

DOWNLOAD PDF CREATOR FOR WINDOWS 8 64 BIT Chapter 1 : Media Creation Tool x64 - Windows 8 Downloads If you need to install or reinstall Windows, you can use the tools on this page to create your own installation media using either a USB flash

More information

Course Outline. Performance Tuning and Optimizing SQL Databases Course 10987B: 4 days Instructor Led

Course Outline. Performance Tuning and Optimizing SQL Databases Course 10987B: 4 days Instructor Led Performance Tuning and Optimizing SQL Databases Course 10987B: 4 days Instructor Led About this course This four-day instructor-led course provides students who manage and maintain SQL Server databases

More information

MS-CIT Day Wise Breakup Batch : 2 months

MS-CIT Day Wise Breakup Batch : 2 months Batch : 2 months Day 1 MS-CIT Course Demo What is ERA? How to create outputs? How to solve Take a Challenge? How to solve Take a Bigger Challenge? Day 2 Windows 7 Keyboard and Mouse Activity Games Keyboard

More information

Interaction Style Categories. COSC 3461 User Interfaces. What is a Command-line Interface? Command-line Interfaces

Interaction Style Categories. COSC 3461 User Interfaces. What is a Command-line Interface? Command-line Interfaces COSC User Interfaces Module 2 Interaction Styles What is a Command-line Interface? An interface where the user types commands in direct response to a prompt Examples Operating systems MS-DOS Unix Applications

More information

Database Management System. Fundamental Database Concepts

Database Management System. Fundamental Database Concepts Database Management System Fundamental Database Concepts CONTENTS Basics of DBMS Purpose of DBMS Applications of DBMS Views of Data Instances and Schema Data Models Database Languages Responsibility of

More information

6232A - Version: 1. Implementing a Microsoft SQL Server 2008 Database

6232A - Version: 1. Implementing a Microsoft SQL Server 2008 Database 6232A - Version: 1 Implementing a Microsoft SQL Server 2008 Database Implementing a Microsoft SQL Server 2008 Database 6232A - Version: 1 5 days Course Description: This five-day instructor-led course

More information

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall

Technology in Action. Alan Evans Kendall Martin Mary Anne Poatsy. Ninth Edition. Copyright 2013 Pearson Education, Inc. Publishing as Prentice Hall Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Ninth Edition Technology in Action Chapter 4 Application Software: Programs That Let You Work and Play Chapter Topics Nuts and bolts of software

More information

Getting Started with Web Development Thursday September 28, 2017 Instructor: Holly Hames

Getting Started with Web Development Thursday September 28, 2017 Instructor: Holly Hames Getting Started with Web Development Thursday September 28, 2017 Instructor: Holly Hames OUTLINE What you need to publish a webpage; 1. Domain 2. Hosting 3. Code Address / URL how a webpage is found Viewing

More information