Alice terms Chapter 3.

Slides:



Advertisements
Similar presentations
An Introduction to Visual Basic Terms & Concepts.
Advertisements

Introduction to Visual Basic.NET Uploaded By: M.Sheraz anjum.
 An operating system (OS) is a set of computer programs that allow the user to perform basic tasks like copying, moving, saving and printing files. 
Part 3: Design Days 15, 19, 21, 23 Chapter 8: Work Reengineering and Conceptual Design Chapter 9: Design Guidance and Design Rationale Chapter 10: Interaction.
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Alice 2.0 Introduction to Event-Driven Programming Mr. Planck.
Introduction to Visual Basic. What is Visual Basic? An environment for developing Windows applications Components –A GUI (Graphical User Interface - gooey)
User Interfaces. User Interface What do we mean by a user interface? The user is the person who is using the computer. A user interface is what he or.
Operating systems.
Event-driven programming. Most modern computer programs that people use have Graphical User Interfaces (GUIs). A GUI has icons on the computer screen.
Software GCSE ICT.
Event Driven Programming
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
Output Design. Output design  Output can be: Displayed on a screen/VDU/monitor. Printed on paper as hard copy. Sound.
Human-computer interfaces. Operating systems are software (i.e. programs) used to control the hardware directly used to run the applications software.
CHAPTER TWO INTRODUCTION TO VISUAL BASIC © Prepared By: Razif Razali 1.
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Copyright © 2015 Pearson Education, Inc. Publishing as Pearson Addison-Wesley C H A P T E R 13 GUI Programming.
Computer Components: Software Computer Technology.
Define and describe operating systems which contain a Command Line Interface (CLI) Define and describe operating systems which contain a Graphical User.
Generations of User Interfaces Chapter 3 Generations of User Interfaces n A designer needs to learn past User Interface techniques. n User Interface.
Software. What is software?  Review: recall the difference between hardware and software (rigid vs. fluid)  Software, in essence, is a set of instructions.
Copyright © 2009 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 4: Events Programming with Alice and Java First Edition by John Lewis.
GCSE ICT By the end of this session, you will be able to:  Understand concept of a Windows operating system and have a basic understanding of GUI.
INFORMATION SYSTEM – SOFTWARE TOPIC: GRAPHICAL USER INTERFACE.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
OPERATING SYSTEMS, FILE EXTENSIONS, AND THE INTERNET.
Types of Software Chapter 2.
BY MR.SUTCHUKORN TANTITHANAWARAPONG COMPUTER TEACHER AT POOLCHAROENWITTAYAKOM SCHOOL Subject :Operating System C30207.
 Software provides the instructions that tell the computer what to do.  These instructions are called programs. Programs enable you to use the computer.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
Programming Logic and Design Seventh Edition Chapter 12 Event-Driven GUI Programming, Multithreading, and Animation.
GCSE ICT User Interfaces. User interfaces The way in which the user of a computer communicates with the machine is called the Human- Computer Interface.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.
Computer Skills Chapter 2. Software Software: is a set of programs, data, and information. Program: is a set of sequence instructions that tell the computer.
Allows the user and the computer to communicate with each other.
Software.
Collision Theory and Logic
Applying the basics of technical drawing
Topics Graphical User Interfaces Using the tkinter Module
Collision Theory and Logic
Introduction to Event-Driven Programming
Chapter Topics 15.1 Graphical User Interfaces
Event-driven programming
Event loops 16-Jun-18.
SOFTWARE and OPERATING SYSTEM.
Computer Software Digital Literacy.
An Introduction to Visual Basic
Introduction to Events
What is an operating system?
Event Driven Programming
Hands-on Introduction to Visual Basic .NET
Event loops.
Event Driven Programming
Event loops 17-Jan-19.
Event loops 17-Jan-19.
Graphical User Interfaces in Java Event-driven programming
User Interfaces and Libraries
Topics Graphical User Interfaces Using the tkinter Module
Chapter 15: GUI Applications & Event-Driven Programming
Event loops 8-Apr-19.
05 | Desktop Applications
Human–computer interfaces
Event loops.
Introduction to Operating Systems
Event-driven programming
Event loops.
Event loops 19-Aug-19.
Presentation transcript:

Alice terms Chapter 3

absolute direction A direction in relation to a scale of measurement. BDE event format An event format that allows you to set what methods run when the event begins, while the event is running, and when the event ends. Cartesian coordinates A system of quantification for two dimensions - an X-axis, and a Y-axis. The location of each point is referred to by an ordered pair of the form (x, y),

command driven interface An interface in which people control a computer by typing in commands. event handler A method that is activated when an event trigger occurs. Almost any method can serve as an event handler. event listener A combination of hardware and software that repeatedly checks the computer system for the event trigger

event trigger Any activity or condition selected by the programmer to initiate an event. event-driven programming Software that uses events to provide controls in computer systems. The use of a GUI on a modern personal computer requires event-driven programming. Graphical User Interface (GUI) An interface that has icons on the computer screen and a mouse to operate the computer by manipulating the icons

object-relative position The position of one object in relation to the position and orientation of another object. orientation The direction an object is facing. Location and orientation together are known as the point of view of an object. point of view The object’s location and orientation.