YEAR 9.

Slides:



Advertisements
Similar presentations
Base 10 Denary Decimal
Advertisements

Chapter 2- Visual Basic Schneider
A452 – Programming project – Mark Scheme
Using the Diagram It Template Copy this presentation to your hard drive. There are two sets of templates: Slides #3 & 4 for a flow chart Slides #5 & 6.
COMP Computer Basics Yi Hong May 13, 2015.
Final Exam Review Instructor : Yuan Long CSC2010 Introduction to Computer Science Apr. 23, 2013.
บทนำสู่คอมพิวเตอร์. Outline Computer Concepts Computer Components Software OS How to write a program? Program development.
1. Fundamentals of Computer Systems Define a computer system Computer Systems in the modern world Professional standards for computer systems Ethical,
CIS Computer Programming Logic
Standard Grade Computing LOW LEVEL MACHINE CHAPTER 21.
CS 1308 – Computer Literacy and the Internet. It’s Not Magic  The goal of the next series of lectures is to show you exactly how a computer works. 
© 2011 University of StirlingLecture Review/Slide 1CSC931 Computing Science I CSC931 Review.
Algorithms In general algorithms is a name given to a defined set of steps used to complete a task. For example to make a cup of tea you would fill the.
1 The 8051 Microcontroller and Embedded Systems CHAPTER 0 INTRODUCTION TO COMPUTING.
Journal Entry: Unit #5 Entry #3 Define the following words from ch2 in your journals: Binary, bit, discrete, unambiguous signals, digital, analog signal,
CISC 110 Day 1 Hardware, Algorithms, and Programming.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
The Central Processing Unit (CPU) and the Machine Cycle.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
WELCOME. LOGIC GATE WHAT WE ARE GOING TO LEARN? The Logic Gate. Analogue and Digital signal. Bit and Byte. Boolean Theorem. Description and Circuit analyses.
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.
CS 1308 – Computer Literacy and the Internet Building the CPU.
CS 1308 Exam 2 Review. Exam Format 110 Total Points 24 Points Short Answer 28 Points Fill in the Blank 16 Points T/F 36 Points Multiple Choice The above.
Journal Entry: Unit #5 Entry #3 Define the following words from ch2 in your journals: Binary, bit, discrete, unambiguous signals, digital, analog signal,
2.1.1.a: Define a computer system b: Describe the importance of computer systems in the modern world.
Logic Gates Dr.Ahmed Bayoumi Dr.Shady Elmashad. Objectives  Identify the basic gates and describe the behavior of each  Combine basic gates into circuits.
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?
Logic Gates and Boolean Algebra Introduction to Logic II.
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
Algorithms and Flowcharts
Computer Organisation
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Dr.Ahmed Bayoumi Dr.Shady Elmashad
Binary, Denary, Hexadecimal Conversion Binary Addition
How do Computers Work ?.
Computer Organisation
Questions Describe the following gates
ALGORITHMS AND FLOWCHARTS
Introduction to Computer Architecture
Chapter 2.3 Binary Logic.
Unit 2.6 Data Representation Lesson 1 ‒ Numbers
Unit 2 Smarter Programming.
Introduction To Flowcharting
Computer Organization
CS 1308 Exam 2 Review.
Algorithms Today we will look at: what the word algorithm means
Algorithms Y10 Introduction.
Computer Electronic device Accepts data - input
3.4 Computer systems Boolean logic Lesson 2.
Data Compression.
Diagram It! When you wish to visually render a process, variables or components that are part of a larger system, Diagram It! is your game!
Programming Languages
Computer Electronic device Accepts data - input
Computational Thinking for KS3
Python Camp Alan led this session looking at slicing strings and allowing further practice. Session 10: The Examined Component Specifications Overview.
Computer Electronic device Accepts data - input
Binary Logic.
Software Development Process
Number Systems Instructions, Compression & Truth Tables.
COMPUTATIONAL THINKING COMPUTATIONAL THINKING IN PROGRAMMING
Objectives Construct truth tables for the following logic gates:
Sorting Develop a sorting algorithm
Component 1 – 2A, B, C Binary Logic
WJEC GCSE Computer Science
WJEC GCSE Computer Science
CS 1308 Exam 2 Review.
WRITING AN ALGORITHM, PSEUDOCODE, AND FLOWCHART LESSON 2.
YEAR 8. YEAR 8 YEAR 8 HOMEWORK CHECKLIST DONE P L A N HOMEWORK LIONS 1: How could you improve your homework? HOMEWORK.
YEAR 10. YEAR 10 YEAR 10 HOMEWORK CHECKLIST DONE P L A N HOMEWORK LIONS 1: How could you improve your homework? HOMEWORK.
Presentation transcript:

YEAR 9

YEAR 8 HOMEWORK CHECKLIST www.klikmedia.co.uk/hwy8.html DONE P L A N HOMEWORK LIONS 1: How could you improve your homework? HOMEWORK LIONS 2: How could you improve your homework? 9A – Programming languages 9B – Power of programming 9C – String manipulation 9D – Animation 9E – MP3 compression 9F – Tea flowchart 9G – Abstraction/decomp… 9H – Pattern recognition… 9I – Pseudocode 9J – Boolean logic

YEAR 8 HOMEWORK CHECKLIST www.klikmedia.co.uk/hwy8.html DONE P L A N HOMEWORK LIONS 3: How could you improve your homework? HOMEWORK LIONS 4: How could you improve your homework? 9K – Boolean gates 1 9L – Boolean gates 2 9M – The CPU 9N – Arrays 9O – Evaluating 9P – Testing 9Q – Units of binary 9R – Clock speed 9S – 9T –

Year 9A WRITTEN NEATLY ON PAPER TITLE: 9A DIFFERENT PROGRAMMING LANGUAGES Name 3 programming languages that are popular. What programs are made using these languages. EG PHP makes webpages W9 S9 9A

Year 9B WRITTEN NEATLY ON PAPER TITLE: 9B POWER OF PROGRAMMING RESEARCH amazing things that programming has allowed human beings to do. (Mars missions, drones, driverless cars, land on a comet, Internet etc) EXPLAIN one of the systems you identified in detail What are the advantages of the system you identified? What language do you think it was written in? What constructs are used in the system you identified? (Variables, loops, selection, functions etc) 9B

Year 9C WRITTEN NEATLY ON PAPER TITLE: 9C STRING MANIPULATION Think about using the Internet Where do you think string manipulation is used and how? Give TWO examples. 9C

Year 9D WRITTEN NEATLY ON PAPER TITLE: 9D ANIMATION DIAMOND: RESEARCH and EXPLAIN how animation was made BEFORE computers? DIAMOND: EXPLAIN keyframes help make animation easier. DIAMOND: EXPLAIN how 3-D animation is produced, mention wireframes and textures? PLATINUM: Research how animation is being used in Virtual reality? Try and find how you can “feel” picking things up in VR. 9D

Year 9E WRITTEN NEATLY ON PAPER TITLE: 9E MP3 compression DIAMOND: What type of files does MP3 compress? DIAMOND: EXPLAIN what compression is. DIAMOND: EXPLAIN the three ways MP3 compresses files? 9E

Year 9F WRITTEN NEATLY ON PAPER TITLE: 9F MAKING TEA FLOWCHART DIAMOND: COPY into your organiser the flowchart. Copy that diagram on to PAPER DIAMOND: Write the words below into the diagram DIAMOND: 1. START, 2. STOP, 3. MAKE TEA, 4. HAS WATER BOILED, 5. FILL KETTLE WITH WATER, 6. SWITCH ON POWER 9F

Year 9G WRITTEN NEATLY ON PAPER TITLE: 9G Decomposition and abstraction DIAMOND: Explain what decomposition is? DIAMOND: EXPLAIN what abstraction is? HELP: http://www.bbc.co.uk/education CLICK ON KS3 > COMPUTING 9G

Year 9H WRITTEN NEATLY ON PAPER TITLE: 9H Pattern recognition and algorithms DIAMOND: Explain what Pattern recognition is? DIAMOND: EXPLAIN what algorithms are? HELP: http://www.bbc.co.uk/education CLICK ON KS3 > COMPUTER SCIENCE 9H

Year 9i WRITTEN NEATLY ON PAPER TITLE: 9i Pseudocode DIAMOND: Explain what Pseudo code is? DIAMOND: Name the SIX common Pseudo-codes? PLATINUM: Can you write pseudo code to show how . HELP: http://www.bbc.co.uk/education CLICK ON KS3 > COMPUTER SCIENCE 9i

Year 9J WRITTEN NEATLY ON PAPER TITLE: 9J BOOLEAN LOGIC DIAMOND: Explain the logic of a NOT gate DIAMOND: Explain the logic of an AND gate DIAMOND: Explain the logic of an OR gate DIAMOND: Explain the logic of an XOR gate PLATINUM: What is a logic gate ANIMATION: http://www.bbc.co.uk/education/guides/zc4bb9q/revision/2 CLICK ON KS3 > COMPUTER SCIENCE> BOOLEAN 9J

Year 9K WRITTEN NEATLY ON PAPER TITLE: 9K BOOLEAN GATES DIAMOND: NOT gate – Write a truth table for it DIAMOND: AND gate – Write a truth table for it INPUT A OUTPUT P INPUTS A B OUTPUT P 9K

Year 9L WRITTEN NEATLY ON PAPER TITLE: 9L BOOLEAN GATES 2 DIAMOND: OR gate – Write a truth table for it DIAMOND: AND and NOT gates – Write a truth table for it INPUT A B OUTPUT P OUTPUT R INPUTS A B OUTPUT P 9L

Year 9M WRITTEN NEATLY ON PAPER TITLE: 9M CENTRAL PROCESSING UNIT DIAMOND: What is a CPU? What does it do? DIAMOND: Explain the fetch-execute cycle PLATINUM: Explain the ALU 9M

Year 9N WRITTEN NEATLY ON PAPER TITLE: 9N ARRAY VARIABLES DIAMOND: In your own words explain what an ARRAY is? DIAMOND: Why would we use an array? PLATINUM: How could we cycle through an array? Which programming construct could we use? 9N

Year 9O WRITTEN NEATLY ON PAPER TITLE: 9O EVALUATING SOLUTIONS DIAMOND: Why is it important to evaluate a computer solution? DIAMOND: One reason is to check the solution is EFFICIENT. Look at the flow chart below on how to get ingredients for a cake. Draw a more efficient flow chart. 9O

Year 9P WRITTEN NEATLY ON PAPER TITLE: 9P TESTING OUR PROGRAM DIAMOND: In your own words, what is ALPHA testing? Why is it important? DIAMOND: In your own words, what is BETA testing? Why is it important? 9P

Year 9Q WRITTEN NEATLY ON PAPER TITLE: 9Q Units of binary DIAMOND: Research online and answer the following A nibble = how many bits? A byte = how many bits? A Kilobyte = how many bytes? A megabyte = how many Kilobytes? A Gigabyte = how many Megabytes? A Terabyte = how many Gigabytes? 9Q

Year 9R WRITTEN NEATLY ON PAPER TITLE: 9R CPU clock speed DIAMOND: Research online what CPU clock speed is. EXPLAIN IT! Q1: What is the clock speed of a PS4 (2015)? Q2: What is the clock speed of a PS1 (2000)? Q3: What is the clock speed of a Sega Mega drive (1990s)? Q4: What is the clock speed of the Commodore 64 (1980s)? Q5: What is the clock speed of the ZX 81 (1970s/80s)? Q6: What is the clock speed of the Atari 2600 (1970s)? 9R