Review Final Exam Chapters 1 – 8, 9 – 12. Review 2 Exam Topics Chapters 1 – 3 Chapters 1 – 3: Overview of Computer Hardware and Software Chapter 4 Chapter.

Slides:



Advertisements
Similar presentations
Introduction to Computers Lecture By K. Ezirim. What is a Computer? An electronic device –Desktops, Notebooks, Mobile Devices, Calculators etc. Require.
Advertisements

Computer Software 3 Section A Software Basics CHAPTER PARSONS/OJA
Mr Greenhalgh S4 Computing Int 1 Things you could do with knowing before the Exam…
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Lecture 1: Overview of Computers & Programming
Essential Introduction to Computers. What is a Computer? An electronic device, operating under the control of instructions stored in its own memory, that.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Compare the types of computers.
EE442—Multimedia Networking Jane Dong California State University, Los Angeles.
The Internet Useful Definitions and Concepts About the Internet.
Copyright © 2012 Pearson Education, Inc. Chapter 1: Introduction to Computers and Programming.
Data Communications and Computer Networks
Office 2003 Introductory Concepts and Techniques M i c r o s o f t CPTG104 Intro to Information Systems Dr. Hwang Essential Introduction to Computers.
Hardware/Software Computers? - computer-based society Hardware Trends - mobility, portability, wireless, Internet –Mainframes –Midrange –Micros (PCs) -
Introduction to Computers Essential Understanding of Computers and Computer Operations.
Chapter 3 Software Two major types of software
Computer Software.
CS 161 INTRO TO PROGRAMMING I Dr. Blaise W. Liffick Fall
Chapter Introduction to Computers and Programming 1.
FIRST COURSE Essential Computer Concepts. 2 Objectives Compare the types of computers Describe the components of a computer system Describe input and.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
1. Fundamentals of Computer Systems Define a computer system Computer Systems in the modern world Professional standards for computer systems Ethical,
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Topics Introduction Hardware and Software How Computers Store Data
ROM Read Only Memory “…computer memory on which data has been prerecorded. Once data has been written onto a ROM chip, it cannot be removed and can only.
BASIC COMPUTER CONCEPTS What is a computer? An electronic device, operating under the control of instructions stored in its own memory unit, that can.
Outcome 2 – Computer Software The Range of Software Available The Different Categories of Software System Software Programming Languages Applications Software.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 1: Introduction to Computers and Programming.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 1: Introduction to Computers and Programming.
Introduction to Engineering and Technology Concepts Unit Five Chapter Five – Computer and Internet Connections.
ZData hierarchy (Figure 6.1) ybit - smallest piece of data ybyte – character yfield - group of bytes yrecord - related fields yfile - related records ydatabase.
Simple Database.
CHAPTER FOUR COMPUTER SOFTWARE.
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 1 Introduction to Computers and Programming.
CS 1308 Computer Literacy and the Internet. Exam Format  Approximately 120 Total Points  70 Points Multiple Choice  25 Points True or False  10 Points.
Microsoft Office 2007 Essential Introduction to Computers.
Section 2 Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices.
Operating Systems TexPREP Summer Camp Computer Science.
Files, Databases, & E-Commerce 1 Using Information Technology Chapter 8 Files, Databases, & E-Commerce.
1 Introduction to Information Systems Essentials for the Internetworked E-Business Enterprise C h a p t e r Computer Software 1.
Chapter 1 Computer Systems. Why study Computer Architecture? Examples Web Browsing - how does the browser access pages from a server? How can we create.
Introduction to Computer and Computer Networking: Part I Xiangming Mu 9/16/2004.
4 - 1 Copyright © 2006, The McGraw-Hill Companies, Inc. All rights reserved. Computer Software Chapter 4.
9 Systems Analysis and Design in a Changing World, Fourth Edition.
Application Layer Honolulu Community College Cisco Academy Training Center Semester 1 Version
Exam Format  105 Total Points  25 Points Short Answer  20 Points Fill in the Blank  15 Points T/F  45 Points Multiple Choice  The above are approximations.
Homework Explain these terms in your own words. If they are not your own words, they need to be in quotes with a source given. Sources 1.Wilson 2.Webopedia.
Copyright © 2002 Pearson Education, Inc. Slide 3-1 Internet II A consortium of more than 180 universities, government agencies, and private businesses.
Unit 17: SDLC. Systems Development Life Cycle Five Major Phases Plus Documentation throughout Plus Evaluation…
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
2.1.1.a: Define a computer system b: Describe the importance of computer systems in the modern world.
Identify internal hardware devices (e. g
Glencoe Introduction to Multimedia Chapter 2 Multimedia Online 1 Internet A huge network that connects computers all over the world. Show Definition.
Identify internal hardware devices (e. g
An Overview of the Computer System
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
TexPREP Summer Camp Computer Science
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
Chapter 1: Computer Systems
Overview What is Multimedia? Characteristics of multimedia
System And Application Software
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Chap 2. Computer Fundamentals
Data Communications and Computer Networks
Identify internal hardware devices (e. g
Copyright 2005 Prentice- Hall, Inc.
Computer Applications -Generic Elective
CS 1308 Exam 2 Review.
Presentation transcript:

Review Final Exam Chapters 1 – 8, 9 – 12

Review 2 Exam Topics Chapters 1 – 3 Chapters 1 – 3: Overview of Computer Hardware and Software Chapter 4 Chapter 4: Operating Systems and File Management Chapters 5 – 7 Chapters 5 – 7: Computer Networks and The Internet Chapter 8 Chapter 8: Digital Media Chapters 10 – 12 Chapters 10 – 12: Information Systems Development, Management and Maintenance

Review 3 Exam Information  90 questions, 1-2 points each = 100 points  True/False and Multiple Choice  1 hour and 45 minutes to complete  Exam Weight: 30% of final grade  Use study aids at end of each chapter  Use self-tests and quick quizzes in BookOnCD or online at Course Technology site.  Review slides presented in class  Take prototype exam and check answers  me if you have questions or need clarifications

Final Review 4 2: Computer Hardware KEY CONCEPTS:  Main components of computer system  Microprocessor: CPU… ALU  Memory vs. storage  RAM…ROM…EEPROM  Magnetic vs. optical storage

Final Review 5 2: Computer Hardware data in RAM and data on the hard drive A critical difference between data in RAM and data on the hard drive is that data in RAM _____________ and data on the hard drive _____________. a)is numeric only…. can contain letters and special characters b)is directly accessible to the CPU…. is stored for future access c)can be compiled…. is machine code only d)is binary…. is ASCII

Final Review 6 3: Computer Software KEY CONCEPTS:  Application Software vs. System Software  Utilities  Common classes of applications/suites –document production –spreadsheet –database –graphics –entertainment  Vertical vs. Horizontal Applications

Final Review 7 3: Computer Software System Software and Application Software A critical difference between System Software and Application Software is that System Software _____________ and Application Software _____________. a)is written in C…. is written in Java b)can access the Internet…. can use only local data c)manages the computer’s resources…. allows end users to use of the computer to accomplish tasks d)is based on a command line user interface…. uses a GUI (Graphical User Interface)

Final Review 8 4: Operating Systems & File Management KEY CONCEPTS:  What is an operating system?  What is a BIOS? kernel  What is the OS kernel? file system  What is a file system?  How are files stored? bootstrap  What is the bootstrap routine?

Final Review 9 4: Operating Systems & File Management BIOS and Operating System A critical difference between a computer’s BIOS and Operating System software is that the BIOS __________ and the Operating System __________. a)acts as the master controller for the computer’s input and output functions…. manages the user file system b)contains essential input and output functions that get the computer started…. acts as the master controller for all activities that take place within a computer system c)manages the computer’s resources…. allows end users to use of the computer to accomplish tasks d)is loaded from ROM…. is loaded from RAM

Final Review 10 5: LANs and Wireless KEY CONCEPTS:  LAN vs. WAN  Wired vs. Wireless LANs  Standards  Topologies  LAN security considerations

Final Review 11 5: LANs and Wireless wired LAN and wireless LAN A critical difference between a wired LAN and wireless LAN is that a wired LAN ____________ and a wireless LAN ___________. a)has a low error rate from interference…. encounters significant environmental interference b)has no security issues…. has significant security issues c)uses standard communication protocols…. uses proprietary communication protocols d)allows direct access to the Internet…. require a wireless router to access the Internet

Final Review 12 6: The Internet KEY CONCEPTS:  Internet vs. World Wide Web  Domain name… IP address… DNS  Internet protocol stack  Client-server technology  What is a packet?  Data transfer through the Internet

Final Review 13 6: The Internet LAN and the Internet A critical difference between a LAN and the Internet is that a LAN ____________ and the Internet ___________. a)can’t be accessed directly by end users…. allows end user access via a browser b)is typically owned and operated by a single individual or institution…. is a wide area network that has no single owner/operator c)has no standards for communications…. is based on well-defined communications standards d)uses a protocol…. uses no defined protocols

Final Review 14 7: The Web and Internet Applications KEY CONCEPTS:  Application protocols … their purpose –HTML, SMTP, FTP,  URL and its components  Cookies and their use  E-Commerce.... security considerations  basics of operation –standard mail vs. web mail  Symmetric Key vs. Public Key Encryption

Final Review 15 7: The Web and Internet Applications World Wide Web and the Internet A critical difference between the World Wide Web and the Internet is that the World Wide Web __________ and the Internet _________. a)is the data…. is the network b)is global.... is local c)uses search engines to find documents…. uses routers to find documents d)contains many different types of documents…. contains only text and numeric documents

Final Review 16 8: Digital Media KEY CONCEPTS:  Analog vs. digitized sound and pictures  Digital audio… sampling… digitization  Bitmap graphics vs. vector graphics  Resolution and color depth  Compressed vs. raw images  Digital video basics

Final Review 17 8: Digital Media bitmap graphics and vector graphics A critical difference between bitmap graphics and vector graphics is that bitmap graphics __________ and vector graphics _________. a)cannot be edited…. can be manipulated directly b)has superior color depth…. has limited color palettes available c)is optimized for image storage…. requires vast amounts of storage for simple images d)specifies attributes for each pixel…. specifies attributes for each object

Final Review 18 10: Information Systems KEY CONCEPTS:  Transaction processing… Management information… decision support system  SDLC “waterfall”…. purpose and key phases  Planning… build team, scope project  Analysis… decide what must be done  Design… decide how to do it  Implementation… do it and test it  Maintenance… operate, fix, improve it

Final Review 19 10: Information Systems System Analysis and System Design A critical difference between System Analysis and System Design is that System Analysis __________ and System Design __________. a)describes how the systems processes data…. describes what data the system uses b)determines what to do…. decides how to do it c)defines the systems look and feel…. defines the systems operation d)is done before the project team is formed…. is done by the project team

Final Review 20 11: Databases KEY CONCEPTS:  What is a database and how is it used?  Flat file vs. relational model  Tables…records…fields  Data management tools and applications  Data independence  Distributed database basics  SQL basics

Final Review 21 11: Databases flat file database and other database models A critical difference between a flat file database and other database models is that with flat files ____________ and other models ___________. a)have no structure…. are hierarchically structured b)can be edited/updated with a simple text editor…. require a database application to update data c)each record is an independent entity…. establish relationships between database records d)are simply lines of text…. use a structure of tables, fields and records

Final Review 22 12: Computer Programming KEY CONCEPTS:  Source code…machine code… compiler  High-level language vs. low-level language  Problem statement…algorithm…coding  Development tools… editors… IDEs…VDEs  Procedural programming  Object-oriented programming

Final Review 23 12: Computer Programming source code and machine code A critical difference between source code and machine code is that source code ___________ and machine code ___________. a)is plain text…. is encrypted b)is created by humans…. is created by programs c)is machine dependent…. is operating system dependent d)supports decision branches and different data types…. only supports straight-line execution using numeric data