ICT 4TH QUARTER (2026)

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

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:55 AM on 6/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

Unorganized data / raw data

Data

2
New cards

Meaningful and useful output

Information

3
New cards

Organized data

Database

4
New cards

Combination of letters and numbers

Alphanumeric

5
New cards

Requires character length / number of characters

Character

6
New cards

Whole number / no decimal value

Integer

7
New cards

Number w/ decimal point

Numeric

8
New cards

Money values

currency

9
New cards

Yes / No

Boolean

10
New cards

Heading / title

Field

11
New cards

Horizontal entry

Record

12
New cards

Single table

Flatfile database

13
New cards

Connected by multiple tables

Relational database

14
New cards

Ensure proper data entry

data type

15
New cards

Search tool

Query

16
New cards

You have a list of student test scores that are raw numbers. What term describes these raw facts before they are organized

Data

17
New cards

After organizing the students scores into a report that shows averages and rankings, what is this meaningful output called?

Information

18
New cards

You decide to store student data in rows and clumps so that it can be easily accessed and managed. What is this organized collection called

Database

19
New cards

In your students data table, each column has a title like ‘name’ or ‘score’. WHat is the name of these titles?

Field

20
New cards

Each student’s complete information is stored in one horizontal line across the table. What do you call this horizontal grouping?

record

21
New cards

You want to make sure that the ‘date of birth’ column only accepts date values. What is the name of these titles?

Field

22
New cards

Each student’s complete information is stored in one horizontal line across the table. What do you call this horizontal grouping?

Record

23
New cards

You want to find all students who scored above 90. What kind of database action will you perform to filter this data?

query

24
New cards

You want to make sure that the ‘date of birth’ column only accepts date values. What defines this restriction?

Data type

25
New cards

For the ‘student name’ column, what type of database action allows letter and symbols to be entered freely?

alphanumeric

26
New cards

When storing a student’s middle initial, what kind of database action allows unit are you saving?

Character

27
New cards

When tracking tuition fees paid by students, which data type should be used to handle the money values?

Currency

28
New cards

If you calculate the percentage of correct answers on tests, what data type is this considered?

integer

29
New cards

The ‘has paid fees’ field only allows ‘yes’ or ‘no’ answers. What kind of database action type is this?

Boolean

30
New cards

If you store all students information in just one big table without splitting it, what tipe of data base structure is this?

Relational Database

31
New cards

analysing data in rows and columns

spreadsheet

32
New cards

horizontal arrangement of cells

row

33
New cards

vertical arrangement of cells

column

34
New cards

Intersection of row and columns

cells

35
New cards

mathematical expression used in spreadsheet

formula

36
New cards

Built in spreadsheet feature to perform calculations

function

37
New cards

Highest value

= max

38
New cards

Calculate the average (mean)

= AVERAGE

39
New cards

Count only cells

= COUNT

40
New cards

rounds a number

=ROUND

41
New cards

searches for a value in the first column

=VLOOKUP

42
New cards

Searches for a value and returns corresponding values from another location

=LOOKUP

43
New cards

calculates the total

=SUM

44
New cards

Evaluates condition (TRUE / FALSE)

=IF

45
New cards

removes the decimal point

=INT

46
New cards
47
New cards