Chapter 7 - Input Validation

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

1/6

flashcard set

Earn XP

Description and Tags

7.1; 7.2; 7.3; 7.4;

Last updated 4:22 PM on 3/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

7 Terms

1
New cards

garbage in, garbage out

What does “GIGO” stands for?

2
New cards

input validation

the term, when the input is invalid, the program should discard it and prompt the user to enter the correct data.

3
New cards

priming read, error trap, error handler

the first input operation, appears just before the loop

4
New cards

defensive programming

the practice of anticipating errors that can happen while a program us running, and designing the program to avoid those errors

5
New cards

empty input

error which happens when an input operation attempts to read data, but there is no data to read

6
New cards
7
New cards