2016 N5 Prelim Revision. HTML Absolute/Relative addressing in HTML.

Slides:



Advertisements
Similar presentations
Introduction to C Programming
Advertisements

While loops.
Types and Arithmetic Operators
Objectives Understand the software development lifecycle Perform calculations Use decision structures Perform data validation Use logical operators Use.
Chapter 04 (Part III) Control Statements: Part I.
Chapter 2- Visual Basic Schneider1 Chapter 2 Problem Solving.
EGR 106 – Truss Design Project (cont.) Truss design programs Graphical interface tools in Matlab Saving and loading data Formatted output Project Assignment.
Working with JavaScript. 2 Objectives Introducing JavaScript Inserting JavaScript into a Web Page File Writing Output to the Web Page Working with Variables.
Wednesday, 12/11/02, Slide #1 CS 106 Intro to Comp. Sci. 1 Wednesday, 12/11/02  QUESTIONS??  Today: CLOSING CEREMONIES!  HW #5 – Back Monday (12/16)
The Programming Discipline Professor Stephen K. Kwan 2010 Things you need to know (learn) for developing large computer programs.
8 November Forms and JavaScript. Types of Inputs Radio Buttons (select one of a list) Checkbox (select as many as wanted) Text inputs (user types text)
An Object-Oriented Approach to Programming Logic and Design Chapter 7 Arrays.
CSCI/CMPE 4341 Topic: Programming in Python Chapter 3: Control Structures (Part 1) – Exercises 1 Xiang Lian The University of Texas – Pan American Edinburg,
Principles of Procedural Programming
Review Algorithm Analysis Problem Solving Space Complexity
110-D1 Variables, Constants and Calculations(1) Chapter 3: we are familiar with VB IDE (building a form…) to make our applications more powerful, we need.
Investigate the degree to which programming concepts are interrelated Reshmi Ravi.
Computers Organization & Assembly Language
1 Lab Session-III CSIT-120 Fall 2000 Revising Previous session Data input and output While loop Exercise Limits and Bounds Session III-B (starts on slide.
CIS Computer Programming Logic
REVIEW 2 Exam History of Computers 1. CPU stands for _______________________. a. Counter productive units b. Central processing unit c. Copper.
XP Tutorial 10New Perspectives on Creating Web Pages with HTML, XHTML, and XML 1 Working with JavaScript Creating a Programmable Web Page for North Pole.
Java ProgrammingtMyn1 Java Programming Timo Mynttinen Mikkeli University of Applied Sciences.
Chapter 2: Using Data.
Introduction to Computer Programming Using C Session 23 - Review.
Property of Jack Wilson, Cerritos College1 CIS Computer Programming Logic Programming Concepts Overview prepared by Jack Wilson Cerritos College.
Variables and Math in Code. Variables A variable is a storage block for information in your program “A” “A” Computer Program Memory Computer Program.
XP Tutorial 10New Perspectives on HTML and XHTML, Comprehensive 1 Working with JavaScript Creating a Programmable Web Page for North Pole Novelties Tutorial.
Xin Liu Feb 4, * Use midterm questions for previous 231/217 midterms for practices * ams
Counter-Controlled Loops CSIS 1595: Fundamentals of Programming and Problem Solving 1.
C++ Lecture 1 Friday, 4 July History of C++ l Built on top of C l C was developed in early 70s from B and BCPL l Object oriented programming paradigm.
ECA 225 Applied Interactive Programming1 ECA 225 Applied Online Programming basics.
I Power Higher Computing Software Development High Level Language Constructs.
Programming Logic and Design Fourth Edition, Comprehensive Chapter 8 Arrays.
Engineering H192 - Computer Programming Gateway Engineering Education Coalition Lect 3P. 1Winter Quarter Structured Engineering Problem Solving and Logic.
FOUNDATION IN INFORMATION TECHNOLOGY (CS-T-101) TOPIC : INFORMATION SYSTEM – SOFTWARE.
COMP Primitive and Class Types Yi Hong May 14, 2015.
Programming Games Logic. Slide show. Range input. Storage. Datatypes. Binary numbers. Homework: Catch up. This includes uploading projects to your server.
Intermediate 2 Computing Unit 2 - Software Development.
 Software Development Life Cycle  Software Development Tools  High Level Programming:  Structures  Algorithms  Iteration  Pseudocode  Order of.
Chapter 2 Murach's JavaScript and jQuery, C2© 2012, Mike Murach & Associates, Inc.Slide 1.
Dr. Qusai Abuein1 Internet & WWW How to program Chap.(7) JavaScript: Control Statements I.
CMPS 1371 Introduction to Computing for Engineers CHARACTER STRINGS.
Higher Computing Software Development -So Far- 5/10/10.
Data Types and Conversions, Input from the Keyboard If you can't write it down in English, you can't code it. -- Peter Halpern If you lie to the computer,
Midterm Exam Topics (Prof. Chang's section) CMSC 201.
Higher Computing Science 2016 Prelim Revision. Topics to revise Computational Constructs parameter passing (value and reference, formal and actual) sub-programs/routines,
C Language 1 Program Looping. C Language2 Topics Program looping Program looping Relational operators / expressions Relational operators / expressions.
Java Basics. Tokens: 1.Keywords int test12 = 10, i; int TEst12 = 20; Int keyword is used to declare integer variables All Key words are lower case java.
XP Tutorial 10New Perspectives on HTML, XHTML, and DHTML, Comprehensive 1 Working with JavaScript Creating a Programmable Web Page for North Pole Novelties.
CS 1428 Exam I Review. Exam Format 130 Total Points – 40 Points Writing Programs – 30 Points Tracing Algorithms and determining results – 20 Points Short.
CS 1428 Final Exam Review. Exam Format 200 Total Points – 60 Points Writing Programs – 45 Points Tracing Algorithms and determining results – 20 Points.
1 Scalar and composite data Programming Language Design and Implementation (4th Edition) by T. Pratt and M. Zelkowitz Prentice Hall, 2001 Section
Data Types Variables are used in programs to store items of data e.g a name, a high score, an exam mark. The data stored in a variable is entered from.
Introduction To Computer Science
Java for Beginners University Greenwich Computing At School DASCO
Revision Lecture
Java for Beginners.
Java for Beginners University Greenwich Computing At School DASCO
CS 1428 Exam I Review.
Part 10 Q46 to Q50 of National 5 Prelim
Java for Beginners University Greenwich Computing At School DASCO
Java for Teachers Intermediate
Part 11 Q51 to Q55 of National 5 Prelim
How Computers Work Part 1 6 February 2008.
Review for Test1.
Java for Beginners University Greenwich Computing At School DASCO
Part 6 Q26 to Q30 of National 5 Prelim
Introduction to Computer Science
Machine epsilon eps returns the distance from 1.0 to the next largest floating point number. When eps is machine epsilon, the logic 1+eps>1 is TRUE.
Presentation transcript:

2016 N5 Prelim Revision

HTML

Absolute/Relative addressing in HTML

Decimal into Binary

Advantages of High Level Languages

Arrays

Assignment of variables

Boolean data types

Calculation of graphic file sizes

Decimal to binary conversion

Fixed loops

Floating point notation

Design Notations

Standard Algorithms -Input Validation Eg input number in a range,

Arrays

IF statements (Selection – True/False)

Incrementing counters (plus 1 to a counter)

Logical Operators

Normal, Extreme and Exceptional test data

Readability of code

String data types

Unconditional loops

User Interface Design

Standard File format for Graphics P110

Calculation of file size for Graphics

Laws that effect Computer Use