Methods of validation/methods of verification/file organization/spreadsheet

studied byStudied by 14 people
5.0(1)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 58

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

59 Terms

1

What is validation?

This is a checking process in a program that is used to find out if the data is genuine.

New cards
2

What is the purpose of the validation process?

It is used to ensure that the data entered into a database form, web form, or computer program conforms to a set of validation rules or programs.

New cards
3

What are examples of validation checks?

Range check

Presence check

Reasonable check

Data type check

Consistency check

Format check

Length check

New cards
4

What is the function of a range check?

This is used to ensure that the data entered is within a certain range. For example: at an amusement Park the slides in the kid’s section can only be used by children between the ages of 3 and 8

New cards
5

What is the function of the presence check?

This is used to ensure that the data is entered and can be used on any field in a database. For example: all fields that are marked required must be filled out.

New cards
6

What is the function of the reasonable check?

This is used to ensure that the data is reasonable within its context. For example, it is unacceptable for an employee without a driver’s license to be given the rate of driver.

New cards
7

What is the function of the data type check?

This is used to determine whether the data is of the intended data type. For example, a field might only accept numeric data. If a non-numeric character is inserted, the system may reject it because it is not of the intended data type.

New cards
8

What is the function of the consistency check?

This is used to compare the data of two or more fields to make sure that they correctly relate to each other. For example, if a form recorded a response of 6 for the number of children, and 14 for age, at least one of those is probably incorrect

New cards
9

What is the function of the format check?

This is used to ensure that the data conforms to the required format. For example, the data must be entered in the format: day/month/year

New cards
10

What is the function of the length check?

This is used to ensure that the data entered is of the correct length. For example, the year of birth must 4 four digits, e.g. 2020

New cards
11

What is a file?

This is a container in a computer system used to store data, information, or programs.

New cards
12

Define the term file access method

This refers to how data is stored and how files are stored on the storage device.

New cards
13

What are the types or methods of file access?

  1. Serial

  2. Sequential

  3. Random and direct

New cards
14

Define the term serial file access

This is the process of reading in the order that words were written. In other words, it means to start at the beginning and read to the end in one go. For example, to read chapter 3 the day after reading chapters 1 and 2, you’d have to read chapters 1 and 2 again to get to Chapter 3

New cards
15

Define the term sequential file access

This means that the material is required to be ordered in a particular way. For example, if a publisher sequenced the chapter of their book in order, chapter 3 or any other chapter could be accessed more quickly than for serial access.

New cards
16

Define the term binary chop

This is a simple method used to find a chapter in a book by opening it halfway through and seeing which chapter you’re in. As a result, you can then decide if the chapter you want is the first or second half of the book.

New cards
17

What is random and direct file access?

In this file access method, data can be accessed without the need to follow a particular order or sequence, randomly. For example, you can jump straight to the required page/chapter in a book by looking for that page/chapter in the table of contents.

New cards
18

What is backup?

This is the process of copying files to a separate removable storage device so that they can be restored to the original location if they are ever lost or destroyed.

New cards
19

What is system backup?

This is the copying of all files on a computer system that can be used to restore the entire computer in case of hardware failure or data loss.

New cards
20

What is archiving?

This is the act of storing infrequently accessed and modified files on a separate storage device.

New cards
21

What is a real-time system?

This is a computer system in which the response time is critical. For example, self-driving cars have to be real-time systems.

New cards
22

What is verification?

This is the process in which data that has already been input is checked to ensure that it matches the data on the source document.

New cards
23

What are the methods of verification?

Proofreading and double entry

New cards
24

What is double entry?

This is a data verification method in which the data is entered twice by two different data entry clerks and are compared against each other to ensure that they are identical. E.g when you are changing your password and you enter it twice

New cards
25

What is proofreading?

This is a manual method of verification in which a data entry clerk visually checks the source document against data that was already input by another data entry clerk.

New cards
26

Which method of verification is quicker but less reliable?

Proofreading is less reliable but significantly quicker than double entry

New cards
27

What is the main difference between validation and verification?

  1. Verification checks the data being input into the system while validation ensures that the data is real once it is inside the system.

  2. Verification is carried out by humans and validation is done by computers.

New cards
28

What are the types of errors?

  1. Typographical error

  2. Transposition error

New cards
29

What is a typographical error?

This is a type of error that affects the text by such as missing or adding characters

New cards
30

What is a transposition error?

This is a type of error in which the position of 2 adjacent characters in a number or string of text are switched.

New cards
31

What are the methods of file organization?

1. Sequential file organization

  1. Serial file organization

  2. Direct file organization

  3. Random file organization

New cards
32

What is sequential file organization?

In this file organization data is stored in a specific order, using based on a key field. New records are added which makes it easier to read and process data from start to finish. Example a telephone directory

New cards
33

What is serial file organization?

In this file organization, data is stored in the order it is received. It is similar to sequential file organization but does not require a specific order. The data is written consecutively without any sorting. It is best used for transaction logs and error records

New cards
34

What is direct file organization?

In this method, a unique key or address is assigned to each record, enabling direct access to the data without searching through other records, which allows for faster data retrieval. It is best used for customer databases and inventory systems

New cards
35

What is random file organization/ hashed file organization?

This file organization allows records to be stored in a non-sequential manner. It uses a hash function to determine where data will be stored enabling fast access. It is best used in interactive applications like games or multimedia systems.

New cards
36

What is a spreadsheet?

This is a table consisting of cells that hold accounting data and stimulate the traditional spreadsheet.

New cards
37

What is the function of a workbook/spreadsheet?

This is used to organize data in rows and columns and to perform calculations on the data.

New cards
38

What is a workbook/spreadsheet?

This is a spreadsheet file that contains one or more worksheets

New cards
39

What is a worksheet?

This is a single page in a spreadsheet/workbook.

New cards
40

What is a column?

This is a vertical arrangement of cells in the grid layout of a worksheet that is numbered alphabetically

New cards
41

What is a row?

This refers to the horizontal set of cells in the grid layout of a worksheet, which are numbered numerically.

New cards
42

What is a cell?

This is where a column and a row intersect in a spreadsheet. It is referenced by its column letter and row number.

New cards
43

What is the function of a cell address?

This is used to identify a single cell in a worksheet and is given in the format A1, where the letter A indicates the column and the number 1 indicates the row.

New cards
44

What is a range?

This is a rectangular block of cells on a worksheet which is referenced by indicating the upper left cell and the lower right cell by placing a colon between the two cell addresses.

New cards
45

What is a label?

This refers to the text entered in a spreadsheet to explain the contents of other cells.

New cards
46

What is a value?

This refers to the data entered into a cell in a spreadsheet. They are data used for calculations.

New cards
47

What Is a function?

This is a predefined formula in Excel which is used to perform common calculations for business and personal use. Examples include the max, min, count, sum, and average functions

New cards
48

What is a formula?

This is an equation used to carry out calculations using the values held in one or more cells in a worksheet. The results are displayed in another cell.

New cards
49

What are some standard operators used in excel for formulae?

  • The plus sign for addition

  • The minus sign for subtraction

  • An asterisk(*)for multiplication

  • A forward slash (/) for division

  • A caret (^) for exponents

New cards
50

What is a similarity between formulae and functions?

They both begin with the equal sign

New cards
51

What are the differences between formulae and functions?

  • Functions have a name while formulae do not

  • Formulae use symbols and or signs while functions use range

New cards
52

What is the purpose of the SUM function?

This is used to add together the data is selected cells and is written as =SUM (D1:D6)

New cards
53

What is the purpose of the AVERAGE function?

This is used to find the average or arithmetic mean of a list of Numbers.

New cards
54

What is the syntax for the average function?

=AVERAGE (argument 1, argument 2…)

New cards
55

What is the purpose of the MIN function?

This is used to find the minimum or smallest value in a range of data. If the range selected for the function contains blank cells orcells containing text data, those cells are ignored by the function

New cards
56

What is the purpose of the MAX function?

This is used to find the largest or maximum number in a given list of values.

New cards
57

What is the purpose of the COUNT function?

This is used to count the number of cells in a range that contains numeric or date values. It ignores cells containing text labels.

New cards
58

What is the purpose of the COUNTA function?

This is used to return the count of cells that contain numbers, text, logical values, error values and empty text (““). It does not count empty cells.

New cards
59

What is the COUNTIF function?

This is a function used to count the number of cells in a range that meets a given criteria.

New cards

Explore top notes

note Note
studied byStudied by 14 people
863 days ago
5.0(1)
note Note
studied byStudied by 269 people
710 days ago
5.0(3)
note Note
studied byStudied by 141 people
1031 days ago
4.3(7)
note Note
studied byStudied by 4 people
443 days ago
5.0(1)
note Note
studied byStudied by 13 people
847 days ago
5.0(1)
note Note
studied byStudied by 20 people
863 days ago
5.0(1)
note Note
studied byStudied by 5 people
13 days ago
5.0(1)
note Note
studied byStudied by 18 people
850 days ago
5.0(1)

Explore top flashcards

flashcards Flashcard (37)
studied byStudied by 69 people
316 days ago
5.0(2)
flashcards Flashcard (30)
studied byStudied by 2 people
780 days ago
5.0(1)
flashcards Flashcard (33)
studied byStudied by 239 people
738 days ago
4.2(15)
flashcards Flashcard (33)
studied byStudied by 6 people
63 days ago
5.0(1)
flashcards Flashcard (27)
studied byStudied by 5 people
450 days ago
5.0(1)
flashcards Flashcard (22)
studied byStudied by 6 people
842 days ago
5.0(1)
flashcards Flashcard (35)
studied byStudied by 15 people
814 days ago
4.0(1)
flashcards Flashcard (292)
studied byStudied by 23 people
192 days ago
5.0(2)
robot