ICS 101 Final Exam Study Guide Flashcards

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

1/96

flashcard set

Earn XP

Description and Tags

Flashcards based on lecture notes from Weeks 2-16.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

97 Terms

1
New cards

What type of content is typically NOT available from search engines?

Deep web content, including paywalled, private, or database content.

2
New cards

How do search engines index information?

Through web crawlers that scan and store pages.

3
New cards

What is the function of the AND boolean operator?

Narrows search results (e.g., dogs AND cats).

4
New cards

What is the function of the OR boolean operator?

Broadens search results (e.g., dogs OR cats).

5
New cards

What is the function of the NOT boolean operator?

Excludes specific terms from search results (e.g., dogs NOT cats).

6
New cards

What is the function of the () boolean operator?

Groups search terms (e.g., (cats OR dogs) AND training).

7
New cards

What is the function of the "" boolean operator?

Searches for an exact phrase (e.g., "climate change").

8
New cards

Give an example of a Google search limiter.

Currency, region, last update, site search (e.g., site:.gov)

9
New cards

Give an example of an EBSCOhost limiter.

TX (Text), AU (Author), TI (Title), SU (Subject Heading)

10
New cards

Name one issue affecting search reliability?

Outdated, biased, inaccurate, or non-credible sources.

11
New cards

Name the three learning styles.

Visual, auditory, kinesthetic.

12
New cards

Give an ARCS example for attention.

Interactive video.

13
New cards

Give an ARCS example for relevance.

Real-world use.

14
New cards

Give an ARCS example for confidence.

Low-stakes quizzes.

15
New cards

Give an ARCS example for satisfaction.

Points or badges.

16
New cards

Name the eight intelligences.

Linguistic, logical-mathematical, musical, bodily-kinesthetic, spatial, interpersonal, intrapersonal, naturalist.

17
New cards

What does gamification mean?

Game elements in learning (points, levels).

18
New cards

What is a packet?

Unit of data in networking.

19
New cards

What is TCP?

Transmission Control Protocol; checks for errors.

20
New cards

What is IP?

Internet Protocol; addresses data.

21
New cards

What is TTL?

Time To Live; limits lifespan of a packet.

22
New cards

What is a router?

Device that directs packets in a network.

23
New cards

What are the differences between dedicated line and packet communication?

Dedicated line is a continuous connection while packet communication is flexible and more efficient.

24
New cards

Can packets take different paths?

Yes, for efficiency and redundancy.

25
New cards

What should synchronous tools use?

Synchronous tools need fast, stable protocols; asynchronous tools can use slower ones.

26
New cards

How is Decimal converted to Binary?

Repeated division by 2.

27
New cards

How is Binary converted to Decimal?

Multiply each bit by 2^place, sum total.

28
New cards

What is the sum of 1+1 in binary addition?

10 (carry the 1).

29
New cards

How is Hexadecimal converted to Decimal?

Multiply each hex digit by 16^place.

30
New cards

How is Decimal converted to Hexadecimal?

Divide by 16, record remainders.

31
New cards

Why is binary used in computers?

Hardware (on/off).

32
New cards

Why is hex used in computers?

Shorthand for binary (more compact).

33
New cards

What is hardware?

Physical parts (CPU, RAM).

34
New cards

What is software?

Programs and data.

35
New cards

What is the motherboard?

Main circuit board connecting all components.

36
New cards

What is the CPU?

Brain of the computer.

37
New cards

What is RAM?

Temporary memory, volatile.

38
New cards

What is the function of a Hard Drive/SSD?

Permanent storage.

39
New cards

Give an example of an input device.

Keyboard, mouse, scanner.

40
New cards

Give an example of an output device.

Monitor, printer.

41
New cards

Give an example of ports and connectors.

USB, HDMI, Ethernet.

42
New cards

Give an example of system software.

Operating system (Windows, macOS).

43
New cards

Give an example of application software.

Word processors, games, etc.

44
New cards

Name on OS role.

Manage hardware, run apps, file management, user interface.

45
New cards

What is GUI?

Graphical User Interface: Visual interaction (e.g., Windows).

46
New cards

What is CLI?

Command Line Interface: Text commands (e.g., Terminal).

47
New cards

What is LAN?

Local Area Network: Small area (home, school).

48
New cards

What is WAN?

Wide Area Network: Large area (internet).

49
New cards

What is ISP?

Internet Service Provider: Gives internet access.

50
New cards

What is IP address?

Unique device identifier on a network.

51
New cards

What is DNS?

Domain Name System: Converts domain names to IPs.

52
New cards

What is Wi-Fi?

Wireless networking.

53
New cards

What is Ethernet?

Wired networking.

54
New cards

What is Cloud Computing?

Accessing data/programs over the internet.

55
New cards

Give a pro of cloud computing.

Access anywhere, automatic updates, backups.

56
New cards

Give a con of cloud computing.

Needs internet, potential privacy issues.

57
New cards

Give an example of cloud storage services.

Google Drive, Dropbox, iCloud.

58
New cards

Give an example of a word processor.

Google Docs, Microsoft Word.

59
New cards

Give an example of a spreadsheet.

Google Sheets, Excel.

60
New cards

Give an example of a presentation application.

Google Slides, PowerPoint.

61
New cards

Give an example of collaboration tools.

Comments, real-time editing, sharing.

62
New cards

Give an example of word processor features.

Formatting, formulas, charts, transitions.

63
New cards

What is a cell in spreadsheet?

Intersection of row and column (e.g., A1).

64
New cards

Give an example of a formula in a spreadsheet.

=A1+A2

65
New cards

Give an example of a function in a spreadsheet.

=SUM(A1:A5), =AVERAGE(B1:B5)

66
New cards

What are relative versus absolute references?

A1 vs $A$1

67
New cards

What are chart types used for?

Visualizing data.

68
New cards

What is a database?

Organized collection of data.

69
New cards

What is a table in a database?

Rows and columns in a database.

70
New cards

What is a record in a database?

A single row.

71
New cards

What is a field in a database?

A column (specific attribute).

72
New cards

What is a Primary Key used for?

Uniquely identifies a record.

73
New cards

What is a Query?

Request for specific data.

74
New cards

Give an example of database use.

School records, inventory, banking.

75
New cards

What is Data Analysis?

Interpreting data to find trends.

76
New cards

Name a tool used for Data Analysis?

Excel, Google Sheets, Tableau.

77
New cards

What is a Pie chart used for?

Parts of a whole.

78
New cards

What is a line chart used for?

Trends.

79
New cards

What is a bar chart used for?

Comparisons.

80
New cards

Name one of the best practices for charts.

Label clearly, choose correct type, avoid clutter.

81
New cards

Give an example of malware.

Viruses, spyware, ransomware.

82
New cards

What is Phishing?

Fraudulent emails/websites.

83
New cards

What is Two-Factor Authentication (2FA)?

Extra login security.

84
New cards

What are the properties of strong passwords?

Long, mix of characters.

85
New cards

What is Encryption?

Protects data during transmission.

86
New cards

What is the role of Firewalls & Antivirus software?

Prevent intrusions and scan for threats.

87
New cards

What is a Digital Footprint?

Everything you do online.

88
New cards

What is ethical use?

Follow copyright, don’t plagiarize, respect others.

89
New cards

What are privacy settings?

Control what is shared.

90
New cards

Give an example of data protection laws.

GDPR, HIPAA, etc.

91
New cards

What is AI?

Machines that simulate thinking.

92
New cards

What is IoT?

Smart devices (e.g., Alexa, smart fridge).

93
New cards

Give an example of emerging technologies.

Augmented and virtual reality.

94
New cards

What is Blockchain?

Secure digital record system (used in crypto).

95
New cards

What is 3D Printing?

Layered printing to create objects.

96
New cards

Which skills should be integrated?

Combine searching, spreadsheets, presentations.

97
New cards

Why critical thinking is important?

Evaluate tech impact on society.