Computer Organisation

Slides:



Advertisements
Similar presentations
Computer Systems Nat 4/5 Computing Science Computer Structure:
Advertisements

ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Lecture 1: Overview of Computers & Programming
Introduction to Computer Systems
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Introduction to Computers
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Computer Organization
CGS 1000 Introduction to Computers and Technology.
Chapter 5 Application Software.
1 JCM 106 Computer Application for Journalism Lecture 1 – Introduction to Computing.
Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic device.
Applications By Ollie Docherty.
Chapter 3 Application Software.
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
UNIX Unbounded 5 th Edition Amir Afzal Chapter 1 First Things First.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Introduction to Computers
2.0 Computer System.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Business Computer Information Systems I.  Knowing how to use a computer is a basic skill necessary to succeed in business or to function effectively.
Computer Parts. Two Basic Parts Hardware & Software.
1 California State University, Fullerton Chapter 1 Information Systems in Business.
COMP1050 Winter 2015 Computer System Maintenance.
© Paradigm Publishing Inc. 5-1 Chapter 5 Application Software.
Computer Architecture
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
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.
Problem Solving Techniques Using Pascal Allen C.-H. Wu Department of Computer Science Tsing Hua University Hsinchu, Taiwan 30043, ROC
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
Processing Hardware, Software. Hardware Hardware Processing is performed by a computer ’ s central processing unit and is measured by the clock speed.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction To Computers
Technology Vocabulary Matthew L. Morris. A-D Application- A program or group of programs designed for end users. Data- Distinct pieces of information.
Digital Systems and Information Dr. Sanjay P. Ahuja, Ph.D. FIS Distinguished Professor of CIS ( ) School of Computing, UNF.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
ITT_04101 COMPUTER APPLICATIONS Gaper M CIT
CIT 140: Introduction to ITSlide #1 CSC 140: Introduction to IT Operating Systems.
Chapter 3 Getting Started. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. Objectives To give an overview of the structure of a contemporary.
INFORMATION TECHNOLOGY (IT)‏. INFORMATION SYSTEMS What do the information system do? Information systems collect, organize, store, process, retrieve and.
Computer and Digital Technologies in the Classrooms Chapter 3-4 TLT.
Computer Organisation
Introduction to Computing Systems
Computing Science Computer Structure: Lesson 1: Processor Structure
Java Programming: From the Ground Up
APPENDIX A Hardware and Software Basics
Computer Science II Chapter 1.
An Overview of the Computer System
Computer Organisation
Computational Thinking, Problem-solving and Programming: General Principals IB Computer Science.
Processor/Memory Chapter 3
System Design Basics IB Computer Science.
ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Introduction to Computer Architecture
Computer Organization
Computer Architecture
IB Computer Science Topic 2.1.1
Computer Systems Nat 4/5 Computing Science Computer Structure:
CS 1308 Exam 2 Review.
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
DATABASE SYSTEM UNIT I.
Introduction to Computer Architecture
Chapter 3 Hardware and software 1.
Chapter 3 Hardware and software 1.
Introduction to Computer Systems
Objectives Describe common CPU components and their function: ALU Arithmetic Logic Unit), CU (Control Unit), Cache Explain the function of the CPU as.
CS 1308 Exam 2 Review.
ICS103 Programming in C 1: Overview of Computers And Programming
Presentation transcript:

Computer Organisation IB Computer Science

HL Topics 1-7, D1-4 1: System design 2: Computer Organisation 3: Networks 4: Computational thinking 5: Abstract data structures 6: Resource management 7: Control D: OOP

HL & SL 2 Overview 1: System design 2: Computer Organisation Computer architecture 2.1.1 Outline the architecture of the central processing unit (CPU) and the functions of the arithmetic logic unit (ALU) and the control unit (CU) and the registers within the CPU 2.1.2 Describe primary memory. 2 Distinguish between random access memory (RAM) and read- only memory (ROM), and their use in primary memory 2.1.3 Explain the use of cache memory 2.1.4 Explain the machine instruction cycle Secondary memory 2.1.5 Identify the need for persistent storage Operating systems and application systems 2.1.6 Describe the main functions of an operating system 2.1.7 Outline the use of a range of application software 2.1.8 Identify common features of applications Binary representation 2.1.9 Define the terms: bit, byte, binary, denary/decimal, hexadecimal 2.1.10 Outline the way in which data is represented in the computer Simple logic gates 2.1.11 Define the Boolean operators: AND, OR, NOT, NAND, NOR and XOR 2.1.12 Construct truth tables using the above operators 2.1.13 Construct a logic diagram using AND, OR, NOT, NAND, NOR and XOR gates 3: Networks 4: Computational thinking 5: Abstract data structures 6: Resource management 7: Control D: OOP

Topic 2.1.7 Outline the use of a range of applications software

Hierarchy of software Software Operating System System Software Utilities Software Drivers / Libraries Games Word processor Spread sheet Browser Productivity Application Software Specialist

Common application software Word processors Spreadsheets Database Management Systems (DBMS) Email clients Web browsers Computer Aided Design (CAD) Graphic Processing Software

Word Processor (not Word!) A program for storing, manipulating, and formatting text entered from a keyboard and providing a printout.

Spreadsheet (not Excel!) A program in which data is arranged in the rows and columns of a grid and can be manipulated and used in calculations.

Database Management System A database management system (DBMS) is system software for creating and managing databases. The DBMS provides users and programmers with a systematic way to create, retrieve, update and manage data.

Email clients (not webmail like Gmail!) A computer program used to access and manage a user's email

Web browser A software application for retrieving, presenting, and traversing information resources on the World Wide Web.

Computer Aided Design (CAD) Programs that use computer systems to assist in the creation, modification, analysis, or optimization of a design.

Graphic Processing Software In computer graphics, graphics software or image editing software is a program or collection of programs that enable a person to manipulate visual images on a computer.