Information Technology Management Lecture Notes

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

1/91

flashcard set

Earn XP

Description and Tags

These flashcards are designed to help students review key concepts and terminology related to Information Technology Management.

Last updated 5:38 AM on 4/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

92 Terms

1
New cards

HTML

Hypertext Markup Language, used for structuring content on the web.

2
New cards

CSS

Cascading Style Sheets, used to style and format HTML elements.

3
New cards

JavaScript

A programming language used to create interactive effects within web browsers.

4
New cards

Bootstrap

A front-end framework for developing responsive and mobile-first websites.

5
New cards

Container

A Bootstrap class that wraps elements and provides spacing.

6
New cards

Row

A Bootstrap class that holds columns and is used for layout purposes.

7
New cards

Column

A Bootstrap unit that divides the page into 12 equal parts.

8
New cards

jQuery

A fast, small, and feature-rich JavaScript library.

9
New cards

Function

A block of reusable code that performs a specific task.

10
New cards

Array

A data structure that stores multiple values in a single variable.

11
New cards

Conditional Statement

A statement that executes different actions based on Boolean conditions.

12
New cards

Loop

A programming structure that repeats a sequence of instructions until a specific condition is met.

13
New cards

Event-driven

A programming paradigm in which the flow of the program is determined by events.

14
New cards

Element Selector

A jQuery selector that targets HTML elements based on their tags.

15
New cards

ID Selector

A jQuery selector that targets a specific element with a unique ID.

16
New cards

Class Selector

A jQuery selector that targets elements with a specific class.

17
New cards

ParseInt()

A JavaScript function that converts a string to an integer.

18
New cards

ParseFloat()

A JavaScript function that converts a string to a floating-point number.

19
New cards

console.log()

A JavaScript function that prints output to the console.

20
New cards

Function Parameter

An input variable provided to a function.

21
New cards

Return Statement

A statement that ends function execution and specifies a value to be returned.

22
New cards

Inline CSS

CSS written directly in an HTML element's style attribute.

23
New cards

External CSS

CSS defined in a separate file linked to an HTML document.

24
New cards

Internal CSS

CSS defined within a

25
New cards

DOM Manipulation

The process of programmatically changing the HTML and CSS of a webpage.

26
New cards

AJAX

Asynchronous JavaScript and XML, used for making asynchronous requests.

27
New cards

HTTP Requests

Messages sent from a client to a server requesting data or resources.

28
New cards

Bootstrap Grid System

A system that allows for responsive layouts using rows and columns.

29
New cards

Form Handling

The process of collecting and submitting user input through web forms.

30
New cards

Submit Button

A button that submits the data entered in a form.

31
New cards

Input Type

Specifies the type of input control (text, radio, checkbox) in an HTML form.

32
New cards

Data Validation

Process of checking if the data provided by a user meets specific criteria.

33
New cards

Event Listener

A procedure that waits for an event to occur on a specified element.

34
New cards

Boolean

A data type that can hold one of two values: true or false.

35
New cards

Syntax Error

A mistake in the code that violates the rules of the programming language.

36
New cards

Client-side Script

Script that runs in the user's browser, often JavaScript.

37
New cards

Server-side Script

Script that runs on the server, processing requests made by clients.

38
New cards

Data Type

An attribute of data that tells the compiler or interpreter how the programmer intends to use the data.

39
New cards

Null Value

A special marker used in programming to indicate that a variable has no value.

40
New cards

NaN

Not a Number; a value representing undefined or unrepresentable numerical results.

41
New cards

Excel API

An Application Programming Interface allowing script access to Excel functionality.

42
New cards

Workbook

An Excel file that can contain multiple worksheets.

43
New cards

Worksheet

A single spreadsheet in an Excel workbook.

44
New cards

SetValue()

A method used to write a value to a specific cell in Excel.

45
New cards

GetValue()

A method used to retrieve the value from a specific cell in Excel.

46
New cards

Range

A set of cells in a worksheet defined by the user.

47
New cards

Table

A structured arrangement of data in rows and columns.

48
New cards

Try-Catch Block

A programming structure used to handle errors gracefully.

49
New cards

Flow

A sequence of automated actions triggered by events.

50
New cards

Power Automate

A service that automates workflows between apps and services.

51
New cards

Function Declaration

A statement that defines a new function.

52
New cards

Event Trigger

An event that initiates the execution of a flow.

53
New cards

UI

User Interface, the means through which a user interacts with a computer or software.

54
New cards

Select Element

A method to choose an HTML element for manipulation.

55
New cards

Dynamic Data

Data that can change or be changed while a program is running.

56
New cards

Object-Oriented Programming

A programming paradigm based on the concept of 'objects' which can contain data and code.

57
New cards

Variables

Named storage locations in memory used to hold values.

58
New cards

HTML Element

A component of an HTML document represented by tags.

59
New cards

Attribute

A modification or descriptor of an HTML element.

60
New cards

Local Variable

A variable declared within a function or block, accessible only in that scope.

61
New cards

Global Variable

A variable declared outside any function, accessible from anywhere in the program.

62
New cards

Module Pattern

A design pattern in JavaScript used to create private and public methods.

63
New cards

Responsive Design

An approach to web design that makes web pages render well on a variety of devices.

64
New cards

Web API

An interface that allows different software applications to communicate with each other.

65
New cards

Message Box

A small window that displays a message to the user.

66
New cards

Event Handler

A function that is executed in response to a particular event.

67
New cards

Chaining

Linking multiple jQuery methods one after another.

68
New cards

Callback Function

A function passed to another function as an argument to be executed later.

69
New cards

Debugging

The process of identifying and removing errors from computer hardware or software.

70
New cards

Asynchronous Execution

A method of executing code that allows multiple operations to occur at once.

71
New cards

Semicolon

A punctuation mark used to separate statements in JavaScript.

72
New cards

Comment

A segment of text in the code that is not executed but serves as a note to the developer.

73
New cards

Integration

Combining different systems or components to work together.

74
New cards

Deployment

The process of delivering a final product to users or a live environment.

75
New cards

Access Modifier

Keywords that determine the visibility of a class, method, or variable.

76
New cards

Data Encapsulation

Restricting access to certain components of an object.

77
New cards

Inheritance

A mechanism in OOP where one class inherits the properties and methods of another class.

78
New cards

Polymorphism

The ability to present the same interface for different data types.

79
New cards

Cloud Computing

The delivery of computing services over the Internet.

80
New cards

Legacy System

An outdated computing system or application that is still in use.

81
New cards

Software Development Life Cycle (SDLC)

A process for planning, creating, testing, and deploying software.

82
New cards

Version Control

A system that records changes to files over time so that specific versions can be recalled later.

83
New cards

User Experience (UX)

A person’s emotions and attitudes about using a particular product, system, or service.

84
New cards

User Interface (UI) Design

The process of designing the user interface for software.

85
New cards

Load Testing

A type of performance testing to evaluate how a system behaves under load.

86
New cards

Version Release

The process of making a new version of software available to users.

87
New cards

Function Composition

Creating a new function by combining two or more existing functions.

88
New cards

Static Variable

A variable that retains its value between function calls.

89
New cards

Concurrency

The ability of a program to manage multiple computations at the same time.

90
New cards

Predictive Analytics

Using statistical algorithms and machine learning techniques to identify the likelihood of future outcomes.

91
New cards

Feedback Loop

A system structure that causes a response to be generated based on its own output.

92
New cards

Data Mining

The practice of analyzing large datasets to discover patterns or correlations.