Part 10 Q46 to Q50 of National 5 Prelim

Slides:



Advertisements
Similar presentations
Exam and revision techniques. 1. To describe the main EU institutions. 2. To identify the differing sources of EU law and their impacts. 3. To explain.
Advertisements

JAVA Coursework (the same for 2A and 2B). Fundamental Information The coursework is 30 marks in your O’Level = 15% of the exam Must be word processed.
CHAPTER 1 SOFTWARE DEVELOPMENT. 2 Goals of software development Aspects of software quality Development life cycle models Basic concepts of algorithm.
PSEUDOCODE & FLOW CHART
© 2010 University of California, Irvine – André van der Hoek1June 12, 2015 – 07:51:20 Informatics 121 Software Design I Lecture 8 André van der Hoek &
Software Engineering 1 Provisional Revision Plan.
CS /31 Illinois Institute of Technology CS487 Software Engineering Midterm Review David Lash.
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.
Slide 12E.121 © The McGraw-Hill Companies, 2005 Object-Oriented and Classical Software Engineering Sixth Edition, WCB/McGraw-Hill, 2005 Stephen R. Schach.
PYTHON PROGRAMMING Week 10 – Wednesday. TERMS – CHAPTER 1 Write down definitions for these terms:  Computation  Computability  Computing  Artificial.
Design the program Create a detailed description of program –Use charts or ordinary language (pseudocode) Identify algorithms needed –Algorithm: a step-by-step.
CSEB114: Principle of programming
10 The traditional approach to design Hisham Alkhawar.
Starting a claim for Damages and court procedures before the trial.
1 ISA&D7‏/8‏/ ISA&D7‏/8‏/2013 Methodologies of the SDLC Traditional Approach to SDLC Object-Oriented Approach to SDLC CASE Tools.
WEB BASED LEARNING. Introduction  Web  Web Based learning is an innovative approach to learning.  Incorporates  Incorporates technologies of the World.
Software Development Topic 3 High Level Language Constructs.
Software Engineering Lecture 10 UML vs. ERD.
1 CSCD 326 Data Structures I Software Design. 2 The Software Life Cycle 1. Specification 2. Design 3. Risk Analysis 4. Verification 5. Coding 6. Testing.
Making electricity. Where does electricity come from for use at home (and in industry)? Come up with a list of energy sources for electricity generation.
Structural Design Software TYLER HUTCHISON. Requirements  Develop an interface to generate a text file.  The text file is then passed to one of five.
Intermediate 2 Computing Unit 2 - Software Development.
2016 N5 Prelim Revision. HTML Absolute/Relative addressing in HTML.
AQB Explorer from HSN extra
Enigma Mutiara Sdn Bhd Computer Based Learning (CBL) HSE Procedures.
3.1.3 Program Flow control Structured programming – SELECTION in greater detail.
Chapter 5 – Software Tools. 5.1 Introduction Tools valuable for –Specification –Interface Building –Evaluation.
What devices do you and your family use that use geographical information via a digital/ICT resource?
Introduction to Computing Concepts Note Set 19. Design Creating complex software… ▫ Not done by just one person (or two, or three) ▫ Can’t just sit down.
GCSE ICT Information and Data: By the end of this, you should be able to state the difference between DATA and INFORMATION.
Recording, Monitoring and Evaluating Performance Prelim Revision.
Algorithms and Flowcharts
DEVRY ENGL 227 Week 5 Check this A+ tutorial guideline at For more classes visit
IL Marking Get out your CPU / Memory answers Swap with someone else
A-level Computing Fizzbuzz programming challenge
A451 Theory – 7 Programming 7A, B - Algorithms.
Array multiplier TU/e Processor Design 5Z032.
Entry Ticket: Algorithms and Program Construction
William Cohen NCSU CSC 591W February 25, 2008
NAME OF INVENTION NAME OF INVENTORS.
Thirteen Types of Graphics
National 5 Computing Science Specimen Question Paper
Learning Intention I will learn about the iterative software development process with a focus on the Design stage.
Design AH Computing.
Changes to assessment National 5 Technical Subjects.
Traffic Light Revision using Mandatory Content 2018
N5 CAD EXAM Revision Name: ____________ Class: ____________
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
CIS 210 Systems Analysis and Development
Component-Level Design
Part 11 Q51 to Q55 of National 5 Prelim
How and where does the diamond industry operate ?
Welcome back to Software Development!
Part 12 Q56 to Q60 of National 5 Prelim
Green Energy Management Systems (G.E.M.S)
TCSP: Software Development Status
Input, Process, Output Washing dirty clothes Process Output Input.
Part 1 Q1 to Q5 of National 5 Prelim
The role of Planning in the Software Development Process
Part 8 Q36 to Q40 of National 5 Prelim
Immediate activity Gender and subject choice brain dump, without looking at your books or notes write down as much as you can in connection to gender and.
No Yes START Do you live in Scotland? Take umbrella See last Flowchart

How and where does the diamond industry operate ?
Part 6 Q26 to Q30 of National 5 Prelim
IT323 Project Phase#2.
Key Stage 5: Year 12 Computer Science
ITEC 630 PowerPoint Survival Kit
Analyzing systems process: Activity diagram
Presentation transcript:

Part 10 Q46 to Q50 of National 5 Prelim Revision Part 10 Q46 to Q50 of National 5 Prelim

Revision Part 10 46 State 3 design notations used in software development. 3 47 State the design notation used to create a user interface. 1 48 Explain an advantage for using a flow chart. 49 A program is needed to enter 20 pupils names and exam marks, what type of loop should be used. 50 Identify another type of loop used in software development.

Revision Part 10 46. State 3 design notations used in software development. (3) Pseudocode Structured Diagram Flow Chart

Revision Part 10 Wireframing 47. State the design notation used to create a user interface. (1) Wireframing

Revision Part 10 48. Explain an advantage for using a flow chart. (1) It allows you to easily see the flow of a program, especially selection constructs and loops.

Revision Part 10 49. A program is needed to enter 20 pupils names and exam marks, what type of loop should be used. (1) Fixed Loop

Revision Part 10 Conditional 50. Identify another type of loop used in software development. (1) Conditional