Revision Units Exam date 16th May 2017 Summer 1.

Slides:



Advertisements
Similar presentations
CDA 3100 Recitation Week 10.
Advertisements

Logic Circuits Design presented by Amr Al-Awamry
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, Java Version, Third Edition.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Third & Fourth Edition Spring 2008:
Codes and Code Converters
Chapter 1 Data Storage. 2 Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns.
Chapter 4: The Building Blocks: Binary Numbers, Boolean Logic, and Gates Invitation to Computer Science, C++ Version, Fourth Edition.
Bits and Data Storage. Basic Hardware Units of a Computer.
Final Exam Review Instructor : Yuan Long CSC2010 Introduction to Computer Science Apr. 23, 2013.
Objective 2.01 Test Review Name: Class Period:.
1. Fundamentals of Computer Systems Define a computer system Computer Systems in the modern world Professional standards for computer systems Ethical,
Chapter Complexity of Algorithms –Time Complexity –Understanding the complexity of Algorithms 1.
Chapter 4 The Building Blocks: Binary Numbers, Boolean Logic, and Gates.
Part 2.  Predefined  User defined  //exclusive to c++  / //c specific.
Computers Data Representation Chapter 3, SA. Data Representation and Processing Data and information processors must be able to: Recognize external data.
Secondary Storage GCSE Computing. Objectives… Understand the need for input and output devices. Describe suitable input devices for a wide range of computer.
Chapter 1: Data Storage.
File Structures CIS 256 Chapter 0 Summer 2011 Dr. Ahmad Saifan.
 DEFINE COMPUTER ? EXPLAIN CLASSIFICATION OF COMPUTER.  WHAT ARE INPUT AND OUTPUT DEVICES OF COMPUTER ? EXPALIN OUTPUT DEVICES.  WHAT ARE MEMORY AND.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
This course will help you understand the latest technologies & how they work. You will lean how to develop computer programs to solve problems.
Summary Algorithms Flow charts Bubble sort Quick sort Binary search Bin Packing.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Scott Marino MSMIS Kean University MSAS5104 Introduction to Programming with Data Structures and Algorithms Week 2 Scott Marino.
1 Objectives ❏ To understand the differences between text and binary files ❏ To write programs that read, write, and/or append binary files ❏ To be able.
Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Higher Computing Science 2016 Prelim Revision. Topics to revise Computational Constructs parameter passing (value and reference, formal and actual) sub-programs/routines,
2.1.1.a: Define a computer system b: Describe the importance of computer systems in the modern world.
Computing Questions Convert the denary number 55 to an 8-bit binary number. Why does upgrading the RAM of a computer to 8 GB from 4 GB improve its performance?
Information Technology. *At Home *In business *In Education *In Healthcare Computer Uses.
Chapter 3 Data Representation
Computer Science: An Overview Eleventh Edition
Invitation to Computer Science, C++ Version, Fourth Edition
Everything is a number Everything in a computer memory and on storages is a number. Number  Number Characters  Number by ASCII code Sounds  Number.
Data and Information.
Logic Gates.
Chapter 2 (16M) Sorting and Searching
CSCE 211: Digital Logic Design
1. Davinder is a music student
Invitation to Computer Science, Java Version, Third Edition
1. Ann wants to purchase a new computer and is looking at two models
1. Vicky has been on holiday and has taken lots of photos
Sorting Data are arranged according to their values.
Invitation to Computer Science, C++ Version, Third Edition
Chapter 1 Data Storage.
OCR GCSE Computer Science Revision Checklist
CSCE 211: Digital Logic Design
1. Explain how ASCII is used to represent text in a computer system
CSCE 211: Digital Logic Design
كلية المجتمع الخرج البرمجة - المستوى الثاني
For OCR GCSE Computing Unit 1 - Theory
CSCE 211: Digital Logic Design
Sorting Data are arranged according to their values.
Logic Gates.
OCR GCSE Computer Science Revision Checklist
CSCE 211: Digital Logic Design
Python Camp Alan led this session looking at slicing strings and allowing further practice. Session 10: The Examined Component Specifications Overview.
Algorithms Key Revision Points.
GCSE Computer Science Unit 1 - Revision.
Combinational Circuits
Number Systems Instructions, Compression & Truth Tables.
SYEN 3330 Digital Systems Chapter 2 – Part 1 SYEN 3330 Digital Systems.
Presentation transcript:

Revision Units Exam date 16th May 2017 Summer 1

Units to revise Binary Numbers Why binary? ASCII character set Addition Right / Left shift Conversions Hexadecimal numbers Binary logic Truth tables Logic circuits

Units to revise Memory Secondary Storage devices Software RAM/ROM Magnetic Solid State Optical devices Software Application software System software

Units to revise Data representation File types Sound sampling Compression Programming Syntax / logic errors Test plan Inputs / Outputs If /Else Writing algorithms to a given scenario

Units to revise Search Algorithms Sort Algorithms Linear Binary Bubble sort Insertion sort Merge sort