Computer Concepts & Careers Exam 1 Study Guide. Hardware What is RAM? – Random Access Memory – A temporary holding area for data, application instructions,

Slides:



Advertisements
Similar presentations
McGraw-Hill/Irwin Copyright © 2013 by The McGraw-Hill Companies, Inc. All rights reserved. Business Plug-In B3 Hardware and Software (on OLC)
Advertisements

Computer Skills Preparatory Year Presented by:
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Introduction to Computer Hardware and Software. Definition of a Computer “A computer is an electronic device, operating under the control of instructions.
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 Objectives Compare the types of computers.
3 Section C: Installing Software and Upgrades  Web Apps  Mobile Apps  Local Applications  Portable Software  Software Upgrades and Updates  Uninstalling.
Security strategy. What is security strategy? How an organisation plans to protect and respond to security attacks on their information technology assets.
R. Stewart Fayetteville High School VIRUSES Computer Technology Day 21.
Operating System Organization
Operating Systems.
Source XP vs Windows 7 XPWin 7.
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Computer Basics Flashcards #2
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
Week 6 Operating Systems.
® Microsoft Office 2010 Essential Computer Concepts.
Operating Systems and File Management Chapter 4. 4 Chapter 4: Operating Systems and File Management2 Chapter Contents  Section A: Operating System Basics.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
COMPUTER MAIN PARTS Hardware Software. HARDWARE Definition: The set of hardware components that make up the material part (physical) of a computer, unlike.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Essential Computer Concepts
VIRUSES and DESTRUCTIVE PROGRAMS
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.
Computer Parts There are many parts that work together to make a computer work.
Software GCSE COMPUTING.
Computer and Information Science Computer Software Computer Software Chapter 1.2.
Central Processing Unit
1 Higher Computing Topic 8: Supporting Software Updated
Information Technology Software. SYSTEM SOFTWARE.
COMP1050 Winter 2015 Computer System Maintenance.
Computer Hardware Sources: Discovering Computers Information & Software technology.
INFO 320 Server Technology I Week 1 Server operating system and hardware concepts 1INFO 320 week 1.
Introductory Concepts CIS 100: Introduction to Computers Mr. A. Craig Dixon Spring 2006.
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
IPC144 Introduction to Programming Using C Instructor: Travis Mander 1.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Computer Basic Vocabulary
Parts of the Computer System
Copyright © 2006 Prentice-Hall. All rights reserved.1 Computer Literacy for IC 3 Unit 1: Computing Fundamentals Project 1: Identifying Types of Computers.
Electronic Analog Computer Dr. Amin Danial Asham by.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
CENTRAL PROCESSING UNIT. CPU Does the actual processing in the computer. A single chip called a microprocessor. Composed of an arithmetic and logic unit.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Operating System (Reference : OS[Silberschatz] + Norton 6e book slides)
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Identify internal hardware devices (e. g
Computer Organisation
Computer Systems Nat 4/5 Computing Science Computer Structure:
APPENDIX A HARDWARE AND SOFTWARE
Operating System Review
Memory Key Revision Points.
Computer Technology Notes 5
VIRUSES and DESTRUCTIVE PROGRAMS
Operating System Review
File Managements.
Computer Based Technology:
Operating System Review
Types of Computers Mainframe/Server
Components of a CPU AS Computing - F451.
Operating Systems Tasks 17/02/2019.
Fundamental of computer
Software - Operating Systems
Computer components.
Presentation transcript:

Computer Concepts & Careers Exam 1 Study Guide

Hardware What is RAM? – Random Access Memory – A temporary holding area for data, application instructions, and the operating system. – RAM is the “waiting room” for the computer’s processor. – During the Boot Process, the Operating System kernel is loaded into memory/RAM The kernel provides essential operating system services, such as memory management and file access. RAM versus ROM – ROM = Read Only Memory – Stores the startup routine for the computer, permanent

Hardware Storage – Types of Storage include: Internal External – What are examples of storage and what are they used for?

Hardware Internal Drive Bays vs. External Drive Bays Monitors – What are types of monitors and why would we use them? CRT – Same sort of glass tube as an old tv LCD – manipulates light with a layer of liquid crystals Plasma – illuminates miniature colored fluorescent lights (compact, lightweight, and more expensive than LCD or CRT) – Dot Pitch = a measure of image clarity (Distance in millimeters between pixels)

Licensing Single User License Multiple User License Site License Concurrent License

Security Software Designed to protect computers from various forms of destructive software and unauthorized intrusions. – Malware = any computer program designed to enter a computer, gain unauthorized access to data, or disrupt normal processing operations. Viruses – set of program instructions that attach itself to a file, reproduces itself, and spreads to other files. Worm – Self-replicating program designed to carry out some unauthorized activity on a victim’s computer. Can spread without any assistance from the victim. Can enter through security holes. Trojan Horse – program that seems to perform one function while actually doing something else. Unlike a worm, a trojan is not intended to spread itself to other computers, it masks itself as a utility. – Notorious for stealing passwords using a keylogger

Security Software What is a virus hoax? What is a virus definition?

File Storage What is native file format? – What is Microsoft Word’s native file format? – What is Adobe Reader’s native file format? How do I convert a file to another file type? – After I convert the file, is it the same as it was before? Why wouldn’t I be able to open a file with a certain file type?

Backups What do we need to know before we starting backing up data? – What information do we need to backup? – When do we need to back it up? – What technology are we using to back up our data? – What is our budget? – Where will we store the backup tapes?

Backups Types of backups: – Full backup – Differential (backs up all data from the last full backup) – Incremental (backs up all the data from the last backup)

Convergence What is convergence? – Describe old fashioned convergence? – Describe new technology convergence?

Microprocessors and Memory Processor Logic – ALU (Arithmetic Logic Unit) is the part of the microprocessor that performs arithmetic operations, such as addition and subtraction. – The control unit then fetches each instruction and gives the ALU the green light to begin processing. What is cache? – Level 1 cache is found on the processor chip – Level 2 cache is found on a separate chip and therefore, takes a little more time to respond. What is virtual memory? – If a program exceeds its allocated space, the OS uses an area of the hard disk called virtual memory. – By selectively exchanging the data in RAM with the data in virtual memory, your computer effectively gains almost unlimited memory capacity. – However, too much dependence on virtual memory can slow down your computer’s performance. Why?

Operating Systems and File Management What are the different file systems? – FAT (File Allocation Table) – FAT32 (File Allocation Table, 32 bit) Used by Windows 98, Windows ME – NTFS (New Technology File System uses Master File Table or MFT) Used by Windows NT, Windows 2000, Windows XP, Windows Vista, Windows 7

Applications Application software is used to perform many tasks. Each use is considered an application, and the software that provides the computer with instructions for each use is called application software, an application, or simply an app. Application activation creates a hash value or a unique number derived from encoding one or more data sets, such as names, serial numbers, and validation codes. – Could be combination of a validation code and your computer’s internal serial number, effectively tying the software to use on one specific computer. System software is composed of operating systems, device drivers, utilities, and programming languages