Download presentation
Presentation is loading. Please wait.
Published byJasmine Arnold Modified over 8 years ago
1
DEFINITIONS FOR DR. HALVERSON’S CLASSES
2
DEFINING TERMS A correctly formed DEFINITION of a term consists of 2 parts Noun – statement of the basic nature of the term Description – explanation that distinguishes the term from other similar terms Context – must be in the context of the course 2
3
DEFINE: FOR LOOP A FOR LOOP is A programming construct or instruction But so is an assignment statement, a read or print statemen
4
DEFINE: FOR LOOP A FOR LOOP is A programming construct or instruction Allows for repetition of a set of instructions So is a WHILE loop, so is not ‘distinguished’
5
DEFINE: FOR LOOP A FOR LOOP is A programming construct or instruction Allow for repetition of a set of instructions Having a built in counting feature
6
DEFINE EFFICIENCY A measure What does it measure or how does it measure
7
DEFINE EFFICIENCY A measure of effort or work So is “speed” but not the same thing – Can something be efficient but not fast?...Yes Can something have “bad” efficiency?...Yes
8
DEFINE EFFICIENCY A measure of effort or work Of an algorithm or computer system
9
DEFINE PROGRAMMING A process
10
DEFINE PROGRAMMING A process Through which an algorithm is converted to a computer language for execution on a computer
11
DEFINE COMPUTER PROGRAM A list of instructions Specified in a computer language To accomplish a task
12
NOTE A statement may be “true” but not constitute a correct definition. Examples: A computer program runs on a computer. A for loop is a counting loop. A tree is green and brown.
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.