1/27
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is information ethics?
The rules and moral issues about how information technologies are used, including how information is created, collected, shared, and processed.
What is privacy?
The right to control your personal information and not be observed without your permission.
What is confidentiality?
Making sure information is only seen by people who are allowed to see it.
What is intellectual property?
Creative work that has value and is protected by copyright, trademark, or patent laws.
What is pirated software?
Software that is copied, used, or shared without the owner’s permission.
What is digital rights management (DRM)?
Technology used to control how digital media is used to prevent illegal copying or sharing.
What is information security?
Protecting information from being misused by people inside or outside an organization.
What is downtime?
When a system is not working or available to use.
What is a hacker?
Someone with tech skills who breaks into computers or networks, either for profit or challenge.
Name three types of hackers.
hite-hat hacker (ethical), black-hat hacker (illegal), and hacktivist (for activism).
What is spyware?
Software that secretly collects user data and sends it to someone else without permission.
What is ransomware?
Software that locks or encrypts your files and demands money to unlock them.
What is Simplelocker?
An example of ransomware that encrypts files and demands payment to unlock them.
What is a polymorphic virus?
A virus that changes its form or code each time it spreads to avoid detection.
What is information governance?
Managing and controlling how company data is available, used, and protected.
What is a database?
An organized collection of data about things like people, places, or transactions.
What is a database management system (DBMS)?
Software that lets users create, read, update, and delete data in a database while managing security and access.
What is transactional data?
Data from daily business activities like sales or purchases, used to run day-to-day operations.
What is analytical data?
Data used to analyze and make business decisions, not for daily operations.
What are the five traits of high-quality data?
Accuracy, completeness, consistency, timeliness, and uniqueness.
What does data consistency mean?
Data values are the same across different systems or records, and summaries match details.
What does data completeness mean?
All necessary data is included and nothing important is missing.
What are integrity constraints?
Rules in a database that ensure data is accurate and reliable.
What is a primary key?
A unique identifier for each record in a table.
What is a foreign key?
A field that links one table to another by matching a primary key from the other table.
What are the main concepts of the relational database model?
Entities, attributes, keys, and relationships.
What is Query-By-Example (QBE)?
A tool that lets users create database queries by filling out a form instead of writing code.
Why is eliminating redundant data important?
It improves data quality, reduces errors, and saves storage space.