IS300 Final Exam Flashcards

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

1/35

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering IT infrastructure, networking, Excel functions, SQL commands, and programming basics as presented in the IS300 lecture notes.

Last updated 9:20 AM on 6/6/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

36 Terms

1
New cards

IT Infrastructure

Shared hardware, software, networking, storage, and IT services.

2
New cards

Moore's Law

The principle that transistors on a chip roughly double every 22 years.

3
New cards

IaaS

Infrastructure as a Service.

4
New cards

PaaS

Platform as a Service.

5
New cards

SaaS

Software as a Service.

6
New cards

Packet switching

The process of breaking data into packets that travel independently.

7
New cards

TCP

A protocol that breaks data into packets and reassembles them.

8
New cards

IP

A protocol that addresses and routes packets.

9
New cards

DNS

A system that converts domain names into IP addresses.

10
New cards

Net Neutrality

The principle that all internet traffic should be treated equally.

11
New cards

RFID

Radio Frequency Identification.

12
New cards

IoT

Internet of Things.

13
New cards

Workbook

The Excel file itself.

14
New cards

Worksheet

A specific tab within an Excel workbook.

15
New cards

Absolute reference

A cell reference like B$5 that stays fixed when copied.

16
New cards

VLOOKUP

An Excel function used for looking up values in a table.

17
New cards

MATCH

An Excel function that returns the position of a value.

18
New cards

Goal Seek

An Excel tool that finds the input needed for a desired result.

19
New cards

Pivot Table

An Excel tool used to summarize and analyze data.

20
New cards

SELECT

The SQL command used to retrieve data from a database.

21
New cards

WHERE

The SQL clause used to filter records.

22
New cards

ORDER BY

The SQL clause used to sort records.

23
New cards

GROUP BY

The SQL clause used to group records.

24
New cards

INSERT

The SQL command used to add records to a table.

25
New cards

UPDATE

The SQL command used to update existing records.

26
New cards

JOIN

A SQL operation used to combine data from multiple tables.

27
New cards

Primary key

A unique identifier for a record in a database table.

28
New cards

Referential integrity

A property that ensures valid relationships between tables.

29
New cards

Parameter query

A query that asks the user for input before executing.

30
New cards

R function definition

The syntax used to define functions in R, specifically using function(…).

31
New cards

Python function definition

The syntax used to define functions in Python, specifically using def function_name():.

32
New cards

random.choice()

A Python function that selects a random item from a list.

33
New cards

f-strings

Python strings that allow variables to be embedded directly.

34
New cards

Binary

A base-22 number system.

35
New cards

ASCII

A character encoding standard.

36
New cards

Unicode

A character encoding system supporting many languages.