CCAS Final Exam Review Flashcards

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/84

flashcard set

Earn XP

Description and Tags

Flashcards for Final Exam Review covering Chapters 6-8 of UIT, Word, Excel, and Access.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

85 Terms

1
New cards

Rules for creating passwords

Guidelines designed to enhance security by creating strong passwords, such as using a mix of letters, numbers, and symbols, and avoiding easily guessable information.

2
New cards

Logic bomb

A malicious program or code that activates when specific conditions are met, often causing harm to the system.

3
New cards

Ransomware

A type of malware that encrypts a user's data and demands payment to restore access

4
New cards

Denial of service

An attack that overwhelms a system with traffic, rendering it unavailable to users.

5
New cards

Ways a virus spreads

Viruses can spread through email attachments, infected software downloads, or removable media like USB drives.

6
New cards

Biometrics

Authentication methods that use unique physical characteristics, such as fingerprints or retinal patterns, to verify identity.

7
New cards

Encryption

The process of converting data into a coded format to prevent unauthorized access.

8
New cards

Benevolent hackers

Also known as white-hat hackers; individuals who test systems for vulnerabilities to help improve security.

9
New cards

Benefits of networks

Include resource sharing, communication facilitation, and centralized data management.

10
New cards

Bluetooth

A wireless technology standard for exchanging data over short distances between devices.

11
New cards

Smartphone

A mobile device that combines cellular communication with computing functions, such as internet browsing and app usage.

12
New cards

Text messaging

The act of sending short written messages between mobile devices.

13
New cards

Megapixels

A unit of image resolution in digital cameras; one megapixel equals one million pixels.

14
New cards

Video on Demand

A service that allows users to select and watch video content when they choose, rather than at a scheduled broadcast time.

15
New cards

Podcasting

The distribution of audio or video files to subscribers over the internet for playback on personal devices.

16
New cards

Aspect ratio

The proportional relationship between the width and height of a display or image.

17
New cards

Mashup

A web application that combines data or functionality from multiple sources to create a new service.

18
New cards

E-reader

An electronic device designed primarily for reading digital books and periodicals.

19
New cards

Database

An organized collection of data that can be easily accessed, managed, and updated.

20
New cards

Characteristics of good information

Information should be accurate, timely, relevant, complete, and concise.

21
New cards

How is data stored for easier storage and retrieval

Data is structured in databases using tables, indexes, and schemas to facilitate efficient access and management.

22
New cards

Turing Test

A test proposed by Alan Turing to determine a machine's ability to exhibit intelligent behavior indistinguishable from that of a human.

23
New cards

CAPTCHA

A challenge-response test used to determine whether the user is human, helping to prevent automated abuse of online services.

24
New cards

Horizontal flow of information between departments

The exchange of information across departments at the same organizational level to promote coordination and collaboration.

25
New cards

Data mining

The process of analyzing large datasets to discover patterns, correlations, and insights.

26
New cards

Benefit of database management systems

DBMS provide efficient data storage, retrieval, and management, ensuring data integrity and security.

27
New cards

Data cleansing

The process of detecting and correcting inaccurate or corrupt data within a dataset.

28
New cards

Bit

The smallest unit of data, representing a binary value (0 or 1).

29
New cards

Byte

A group of 8 bits.

30
New cards

Field

A single piece of data; a combination of bytes.

31
New cards

Record

A collection of related fields.

32
New cards

File

A collection of related records.

33
New cards

Database

A collection of related files organized for easy access.

34
New cards

Data

Raw, unprocessed facts.

35
New cards

Information

Processed data that is meaningful and useful.

36
New cards

Primary Key

A unique identifier for a record in a database table.

37
New cards

Database administrator

A professional responsible for managing and maintaining database systems, ensuring data integrity, security, and performance.

38
New cards

Metadata

Data that provides information about other data, such as descriptions, formats, and structures.

39
New cards

Quick Access toolbar

A customizable toolbar at the left edge of the title bar that contains buttons for frequently used commands.

40
New cards

Ribbon

In many Microsoft app windows, a horizontal strip near the top of the window that contains tabs of grouped commands and buttons.

41
New cards

Format painter button

A feature that copies and pastes formatting from one text selection, cell, or range to another without duplicating any data.

42
New cards

Page break

Forces text to show up on the next page.

43
New cards

Leaders

Dots/Lines that show the reader where to look at.

44
New cards

Theme

Controls fonts/colors/effects.

45
New cards

Watermark

Faint text/image that is behind the main text to prevent copying without giving credit.

46
New cards

Worksheet

A single sheet in a workbook file that is laid out in a grid of rows and columns.

47
New cards

Workbook

A collection of related worksheets contained within a single file

48
New cards

Tabs

A section of the ribbon or a dialog box that contains a group of related commands and settings.

49
New cards

Range

A group of cells in a rectangular block in a worksheet. Also called a cell range.

50
New cards

Formula Bar

The area above the worksheet grid where you enter or edit data in the active cell.

51
New cards

Functions

Let you do calculations easier in Excel, start with =. Functions are usually predefined such as SUM.

52
New cards

Formulas

Let you do operations between cells.

53
New cards

Absolute Reference

Does not change when copied, uses $

54
New cards

Relative Reference

Does change when copied.

55
New cards

IF Function

=IF(logicaltest, valueiftrue, valueif_false)

56
New cards

Proof Formulas

Verifying the accuracy and correctness of formulas and functions (Checking for syntax errors etc.)

57
New cards

Cell name

A name assigned to a cell or cell range that can be used in formulas.

58
New cards

PMT Function

=PMT(rate, nper, pv), Calculates the payment for a loan based on constant interest and payments.

59
New cards

FV Function

=FV(rate, nper, pmt), Calculates the future value of an investment.

60
New cards

PV Function

=PV(rate, nper, pmt) ,Calculates the present value of an investment or loan.

61
New cards

DIV/0 Error

You tried to divide by zero or an empty cell.

62
New cards

N/A Error

Value not available.

63
New cards
Error

Cell is too narrow to display the number.

64
New cards

REF Error

Invalid cell reference.

65
New cards

Worksheet vs. Workbook

A worksheet is a single spreadsheet, a workbook contains multiple worksheets.

66
New cards

PEMDAS

Order of operations in formulas (Parenthesis, Exponents, multiplication/division, addition/subtraction).

67
New cards

Table Object in Access

A table stores raw data in rows and columns.

68
New cards

Report Object in Access

A report formats and presents data in a structured layout for printing or sharing.

69
New cards

Form Object in Access

A form provides a user-friendly interface for entering, editing, and viewing data.

70
New cards

Query Object in Access

A query retrieves specific data from one or more tables based on defined criteria.

71
New cards

Record

In Access and Excel, a row of data in a table, representing a complete set of field values for a specific person, place, object, event, or idea; also called a tuple.

72
New cards

Primary Key

A field that contains unique information for each record. A primary key field cannot contain a null entry.

73
New cards

Join Lines

The line identifying which fields establish the relationship between two related tables; also called a link line.

74
New cards

Relationship reports

In Microsoft Access, a relationship report visually displays how tables in your database are related to each other, typically through primary and foreign keys. It helps in understanding the structure and data flow in your database.

75
New cards

Navigation pane

In Access, a pane in the program window that lets you move between objects (tables, queries, forms, reports, macros, and modules) in the database.

76
New cards

Filter

To specify a set of restrictions to only display specific database records, online images, or files.

77
New cards

Design View

A view in which the structure of an object can be manipulated.

78
New cards

Validation text

In Access, a field property that determines what message appears if a user attempts to make a field entry that does not pass the validation rule for that field.

79
New cards

Validation Rule

A rule that compares one field value in a table record to another field value in the same record to verify their relative accuracy.

80
New cards

Input Mask

A field property that provides a visual guide for users as they enter data.

81
New cards

One-to-one relationship

A relationship between two database tables that connects each record in one table with exactly one record in the other table.

82
New cards

One-to-many relationship

A relationship between two database tables that connects each record in one table with one or more records in the other table.

83
New cards

Referential Integrity

A set of rules that Access enforces to maintain consistency between related tables when you update data in a database, and prevents the creation of orphan records.

84
New cards

Update query

An action query that updates the values in a field.

85
New cards

Append Query

An action query that adds selected records to an existing table.