Year 8 Computing Science End of Term 3 Revision Guide

Similar documents
Computer Skills Checklist

The Menu and Toolbar in Excel (see below) look much like the Word tools and most of the tools behave as you would expect.

Entering Data in the Spreadsheet

Computing at Cox Green Curriculum Plan. Key Stage 3 Year 7

Starting Excel application

Software Reference Sheet: Inserting and Organizing Data in a Spreadsheet

[AVWSQ-ADWCS6]: WSQ ICDL Adobe Dreamweaver CS6

Checklist. ORB Education Quality Teaching Resources. ORB Education Visit for the full, editable versions.

Computer Applications I Vocabulary (Frameworks)

Computer Applications Final Exam Study Guide

Task 2 Guidance (P2, P3, P4, M1, M2)

Information Technology (IT) Paper-I Theory 40 Practical - 60

Base Module - Computer Essentials

The Nature of the Web

Word processing software

Page Layout Using Tables

Alignment matrix of unit standard

In this section you will learn some simple data entry, editing, formatting techniques and some simple formulae. Contents

Designing for Web Using Markup Language and Style Sheets

Html basics Course Outline

A HTML document has two sections 1) HEAD section and 2) BODY section A HTML file is saved with.html or.htm extension

Step 3: Type the data in to the cell

Staff Microsoft Office Training Workshops

Getting Started with Microsoft Excel 2013

Microsoft Excel Microsoft Excel


Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

Certificate I in Information Technology

Agenda. Spreadsheet Applications. Spreadsheet Terminology A workbook consists of multiple worksheets. By default, a workbook has 3 worksheets.

Excel Basics Tips & Techniques

Lymm High School- KS3 Life after levels - Computing & ICT

Chapter 4. Microsoft Excel

Downloaded From :

Spelling-Punctuation-Grammar Subject How will you promote high standards within this module? Term Duration (approx.)

Edexcel GCSE in Computer Science Microsoft IT Academy Mapping

This document provides a concise, introductory lesson in HTML formatting.

Getting started with Ms Access Getting Started. Primary Key Composite Key Foreign Key

HTML and CSS COURSE SYLLABUS

Resources to support the National 5 Computing Science course

Cell to Cell mouse arrow Type Tab Enter Scroll Bars Page Up Page Down Crtl + Home Crtl + End Value Label Formula Note:

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Excel 2010 Handout

EXCEL PRACTICE 5: SIMPLE FORMULAS

COMPUTER APPLICATIONS TECHNOLOGY

Microsoft Office Excel 2013 Courses 24 Hours

FBCA-03 April Introduction to Internet and HTML Scripting (New Course)

Web Programming and Design. MPT Junior Cycle Tutor: Tamara Demonstrators: Aaron, Marion, Hugh

CONTENTS. Chapter 1 Introduction and Evolution of Computer

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

Title: Jan 29 11:03 AM (1 of 23) Note that I have now added color and some alignment to the middle and to the right on this example.

Excel Foundation Quick Reference (Windows PC)

Basic Math in Microsoft Excel

Level 6 Relational Database Unit 3 Relational Database Development Environment National Council for Vocational Awards C30147 RELATIONAL DATABASE

LIBRE OFFICE CALC What is Calc? Spreadsheets, sheets, and cells spreadsheets Spreadsheets Cells

Business Spreadsheets

Word Module 5: Creating and Formatting Tables

Glossary. advance: to move forward

Excel 2013 Workshop. Prepared by

GCSE CCEA GCSE EXCEL 2010 USER GUIDE. Business and Communication Systems

Chapter 1 Getting Started with HTML 5 1. Chapter 2 Introduction to New Elements in HTML 5 21

Line Spacing and Double Spacing...24 Finding and Replacing Text...24 Inserting or Linking Graphics...25 Wrapping Text Around Graphics...

ECDL Full Course Content

HTMLnotesS15.notebook. January 25, 2015

Lesson 5 Introduction to Cascading Style Sheets

STAR OFFICE CALC. Lesson 6

Hyper Text Markup Language HTML: A Tutorial

Excel Tutorial 1: Getting Started with Excel

Using Excel This is only a brief overview that highlights some of the useful points in a spreadsheet program.

Functional Skills. bksb Resources for ICT Functional Skills. West Nottinghamshire College

Introduction to Microsoft Excel

Curriculum Guidebook: Technology Grades PreK

Blackboard staff how to guide Accessible Course Design

Lesson: 6 Database and DBMS an Introduction. Lesson: 7 HTML Advance and features. Types of Questions

Section A. 1. is the alignment where the text is aligned from the left edge and ragged from the right edge.

EXCEL SKILLS. Selecting Cells: Step 1: Click and drag to select the cells you want.

I OFFICE TAB... 1 RIBBONS & GROUPS... 2 OTHER SCREEN PARTS... 4 APPLICATION SPECIFICATIONS... 5 THE BASICS...

Microsoft Excel 2007

ST. MARY S COLLEGE FORM 4

2. This is a cell; this cell is designated as A1.

EXCEL 2003 DISCLAIMER:

ECDL / ICDL Spreadsheets Level 1 Syllabus Version 1.0 (UK)

Teaching KS3 Computing. Session 3 Theory: More on binary and representing text Practical: Introducing IF

MS-Access : Objective Questions (MCQs) Set 1

ICT IGCSE Practical Revision Presentation Web Authoring

Styles, Style Sheets, the Box Model and Liquid Layout

Excel. Spreadsheet functions

Computer Systems. IGCSE OCR AQA Edexcel Understand the term. embedded system and how an Purpose of embedded system

SAMPLE. 1 ICT Spreadsheet Essentials. Lesson 1: Introduction to Spreadsheets

SECTION C GRADE 12 EXAMINATION GUIDELINES

All Excel Topics Page 1 of 11

Microsoft Access Description

Arkansas Curriculum Framework for Computer Applications II

ICT IGCSE Practical Revision Presentation Word Processing

INDEX. Access. See Database Alignment, 21, 34, 36-37, 71, 74

Ms excel. The Microsoft Office Button. The Quick Access Toolbar

Using Microsoft Word. Working With Objects

Unit 9: Excel Page( )

I T Skills Summary Booklet

Create web pages in HTML with a text editor, following the rules of XHTML syntax and using appropriate HTML tags Create a web page that includes

Microsoft Excel 2013: Excel Basics June 2014

Transcription:

Year 8 Computing Science End of Term 3 Revision Guide Student Name: 1

Hardware: any physical component of a computer system. Input Device: a device to send instructions to be processed by the computer Examples of Input Devices: Keyboard Mouse Microphone Web cam Touch screen Output Device: a device to show the result of computer processing Examples of Output Devices: Monitor Printer Speakers Software: a set of instructions to allow a user to interact with a computer system Algorithm: a step by step set of instructions to solve a problem Variable: points to a value that has been stored in memory, can be changed and reused over again Mathematical Operators Addition (+) Subtraction (-) Multiplication (*) Division (/) 2

Binary: a number system that uses 0 s and 1 s 1 bit = 1 binary number (1 or 0) 8 bits = 1 byte (a standard binary number) 1024 bytes = 1 Kilobyte (KB) 1024 Kilobytes = 1 Megabyte (MB) Binary Number System: Also known as Base 2 Denary Number System: Also known as Base 10 Converting from Denary to Binary The denary number 13 would be 1101 in binary. 128 64 32 16 8 4 2 1 1 1 0 1 Converting from Binary to Denary The binary number 101011 would be 43 in denary. 128 64 32 16 8 4 2 1 1 0 1 0 1 1 3

Binary Addition There are 4 rules when adding binary numbers 0+0=0 0+1=1 1+1=10 1+1+1=11 Example 10111 01101 100100 HTML Hyper Text Markup Language Web Browser Software to let a user view text, images and video online HTTP Hyper Text Transfer Protocol WWW World Wide Web Tim Berners-Lee creator of the www CSS Cascading Style Sheets (aids the formatting and layout on web pages HTML File type -.html <> tags information inside these tags tell the web browser what to display <html> defines the start of a web page 4

<head> defines the head section of the web page <a> defines a hyperlink <br> defines a line break <body> defines the body section (where information can be seen in the browser) <p> defines a paragraph <h1> to <h6> defines heading sizes <title> defines what does into the web page title section <ol> numbered list <li> elements of a list 5

Topic 3: Collecting & Analysing Data Questionnaire the purpose of a questionnaire is to collect data. The overall look of a questionnaire can be improved in a number of ways: Alignment Colour Borders Clear instructions Programs that could be used for a questionnaire are MS Word or MS Publisher. Spreadsheet the purpose of a spreadsheet is to analyse and model data. Rows 1, 2, 3, 4, 5, 6, 7, 8, 9. Columns A, B, C, D, E, F, G, etc 6

A cell is a single box on the grid above. A cell reference is the exact cell you are on: eg A1 Wrap text ensures all text will fit into one cell. Alignment left, right, centre, justified Colour can be set for background and font. Numbers can also be formatted in the number section. Eg: set to currency Formulas are used in spreadsheets, all formulas begin with the = operator. Examples of common formulas used: Adding cells: =A1+A2 Subtracting: =A1-A2 Multiplying: = A1*A2 Dividing: = A1/A2 Examples of common functions used: SUM function AVERAGE function Charts & Graphs These provide a graphical way to view data rather than just on a spreadsheet. A chart will always have a title, x-axis and y-axis labelled. 7

Topic 4: Databases Database: a persistent store of organised data Database Table: one table of data also known as a Flat file database Record: a complete set of information about a person or organisation. Field: one piece of information about a person or organisation. Datatypes: All Fields must be given a datatype such text, number, date/time, boolean, currency. Validation Rule: a rule designed as a check on the data being entered by the user. Input Form: A user friendly way of entering data into a database system. Query: A way of searching a database for particular information. A query will normally use Boolean operators such as: Operator Meaning Example < Less than <1.65 <= Less than or equal to <=40 > Greater than >1.9 >= Greater than or equal to >=30 = Equal to = M BETWEEN OR Tests for a range of values At least one of the criteria must be satisfied BETWEEN 18 AND 25 medium OR overweight 8

NOT All criteria are satisfied except for the ones specified NOT bald Report: A way of outputting information usually from a query in printed form. Topic 5: Artificial Intelligence IDLE Integrated Development Environment Python is a high level programming language used to create software. All python scripts must be saved with the.py file extension. F5 is used to run or execute a program. Python has a special input function so users can input data into a program. Python also has an output function so users can see the results of the processing that takes place. This function is called print. 9

Syntax is the rules and grammar that apply to the programming language. A syntax error is when the rules of the language have not been applied correctly. A variable is a name that points to a location in memory. Eg: age=10; Here the variable is called age and the value 10 is stored in it. A variable must be given a datatype: 1) String letters, words 2) Integer whole numbers 3) Real Number fractional numbers 4) Boolean TRUE/FALSE Mathematical operators used in programming Add (+) Subtract (-) Multiply (*) Divide (/) Comments are used to explain sections of code. 10

Selection is used to decide whether something is TRUE or FALSE Eg: age=18 if age > 18 output Adult else output Child endif Iteration is used to repeat sections of code. Eg: Count controlled age = 18 for i in range 1 to 10 print(age) next i 11

Eg: Condition Controlled age = 18 i = 0 while i < 10 print(age) endwhile end 12