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

studied byStudied by 2 people
5.0(1)
Get a hint
Hint

What is validation?

1 / 42

encourage image

There's no tags or description

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

43 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 function of the validation check?

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 double entry?

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 are the types of errors?

  1. Typographical error

  2. Transposition error

New cards
28

What is a typographical error?

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

New cards
29

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
30

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
31

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
32

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
33

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
34

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
35

What is a spreadsheet?

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

New cards
36

What is a workbook/spreadsheet?

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

New cards
37

What is a workbook/spreadsheet?

This is a spreadsheet file that contains one or more worksheets

New cards
38

What is a worksheet?

This is a single page in a spreadsheet/workbook.

New cards
39

What is a column?

This runs vertically in the grid layout of a worksheet

New cards
40

What is a row?

These run horizontally in the grid layout of a worksheet and are numbered numerically.

New cards
41

What is a cell?

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

New cards
42

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
43

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

Explore top notes

note Note
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 9 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 11 people
Updated ... ago
4.0 Stars(1)
note Note
studied byStudied by 32 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 5 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 13 people
Updated ... ago
5.0 Stars(2)
note Note
studied byStudied by 44 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)

Explore top flashcards

flashcards Flashcard58 terms
studied byStudied by 4 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard23 terms
studied byStudied by 2 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard30 terms
studied byStudied by 19 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard25 terms
studied byStudied by 10 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard116 terms
studied byStudied by 1 person
Updated ... ago
5.0 Stars(1)
flashcards Flashcard172 terms
studied byStudied by 4 people
Updated ... ago
4.0 Stars(290)
flashcards Flashcard34 terms
studied byStudied by 151 people
Updated ... ago
5.0 Stars(4)
flashcards Flashcard69 terms
studied byStudied by 58 people
Updated ... ago
5.0 Stars(2)