Algorithms & Programs

0.0(0)
Studied by 4 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/7

Last updated 5:24 PM on 11/13/23
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

8 Terms

1
New cards

Describe the term Algorithm

  • A sequence of instructions or a set of rules that are followed to complete a task 

  • A sequence of unambiguous instructions 

  • A well defined procedure that allows a computer to solve a problem 

  • A set of mechanical or sequential steps that are followed in order to take some form of input 

2
New cards

Methods of Defining an Algorithm?

  1. Pseudocode 

  2. Flowcharts 

  3. Structured English 

3
New cards

What is a variable?

A named location in the Computer's memory that the programmer can use to store data whilst the program is running.

 

They can change throughout the life of the program.

4
New cards

What is a Constant?

Similar to variables in the fact they can be used for storage of data but once we run the program a constants value can not change 


Example:  pi = 3.1415 

5
New cards

What is a Recursive Function?

It's a function that calls itself within itself until a base case is reached 

6
New cards

What are the limitations of using a recursive function?

  1. You can run out of memory (stack space) due to high no. of recursive calls 

  2. Difficult to debug (dry run) if it produces incorrect results due to the difficulty of determining which recursive cell made the error 

7
New cards

What’s a Factorial ?

It's any give number that can be calculated by multiplying the numbers below it 

 

example : 

Factorial of 6 or 6! 

= 6x5x4x3x2x1 == 720

8
New cards

What’s the difference between Validation & Verification checks

Validation checks occurs before  data is committed to storage it doesn't  account for the accuracy of data

Verification occurs after data is committed to storage 

Explore top notes

note
circulatory system
Updated 152d ago
0.0(0)
note
Nutrition/Metabolism Part 2
Updated 1358d ago
0.0(0)
note
Key Stuff - All Ideologies
Updated 1000d ago
0.0(0)
note
B3.1 Gas Exchange
Updated 618d ago
0.0(0)
note
Management Review
Updated 1238d ago
0.0(0)
note
SPACE WAR AND END OF COLD WAR
Updated 1352d ago
0.0(0)
note
Chapter 9:Solutions
Updated 1249d ago
0.0(0)
note
circulatory system
Updated 152d ago
0.0(0)
note
Nutrition/Metabolism Part 2
Updated 1358d ago
0.0(0)
note
Key Stuff - All Ideologies
Updated 1000d ago
0.0(0)
note
B3.1 Gas Exchange
Updated 618d ago
0.0(0)
note
Management Review
Updated 1238d ago
0.0(0)
note
SPACE WAR AND END OF COLD WAR
Updated 1352d ago
0.0(0)
note
Chapter 9:Solutions
Updated 1249d ago
0.0(0)

Explore top flashcards

flashcards
ENG: commonly used idioms
50
Updated 275d ago
0.0(0)
flashcards
ACROW study guide
42
Updated 170d ago
0.0(0)
flashcards
Ancient Greece
56
Updated 332d ago
0.0(0)
flashcards
DCAP Ch 1
76
Updated 192d ago
0.0(0)
flashcards
Spanish test (reflexive verbs)
51
Updated 474d ago
0.0(0)
flashcards
english 10 (accel) exam terms
62
Updated 1008d ago
0.0(0)
flashcards
Unit 1 Verb Review
123
Updated 1090d ago
0.0(0)
flashcards
ENG: commonly used idioms
50
Updated 275d ago
0.0(0)
flashcards
ACROW study guide
42
Updated 170d ago
0.0(0)
flashcards
Ancient Greece
56
Updated 332d ago
0.0(0)
flashcards
DCAP Ch 1
76
Updated 192d ago
0.0(0)
flashcards
Spanish test (reflexive verbs)
51
Updated 474d ago
0.0(0)
flashcards
english 10 (accel) exam terms
62
Updated 1008d ago
0.0(0)
flashcards
Unit 1 Verb Review
123
Updated 1090d ago
0.0(0)