Lecture 8 Flashcards

1
Q

Information systems

A

The use of technology to manage, store, process and share information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

IT infrastructure ecosystem of an organization

A

The set of technologies, systems and services that work together to ensure that IT functions properly within an organization.

7 key components:
* Data Management and Storage: Systems that store and manage data.
* Internet Platforms: Technologies that support websites, apps, and online services.
* Computer Hardware: Devices such as servers, laptops, and desktops.
* Operating Systems: Software that powers hardware, such as Windows and macOS.
* Enterprise Software: Software used to manage business processes, such as planning, customer management, and finance tools (e.g., SAP, Salesforce).
* Networking/Telecommunications: Systems that connect devices for communication and data sharing.
* Consultants and Integrators: IT experts who design, implement, and maintain systems.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Core elements of IT in organizations

A
  • Hardware (provides the physical tools to process and store information)
  • Software (runs on the hardware, enabling tasks and workflows)
  • Databases (store the information needed for the software to function)
  • Networks (connect everything, ensuring seamless communication and collaboration)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

IPO model

A

The computer process consists of input > processing > output

Components:
- Central processing unit (CPU)
- Arithmetic-Logic unit
- Control unit

similair to information system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Central processing unit (CPU)

A

The processor in the computer (like intel core I5). It is the brain of the computer where processes take place.

part of the processor:
- arithmetic-logic unit
- control unit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Arithmetic-logic unit

A

Part of the processor, it does the core arithmetic in the computer

Performs calculations and logical operations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Control unit

A

Makes sure that data can flow from one part of the computer to the other part of the computer.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

primary storage (RAM)

A
  • temporary memory that stores data and instructions currently being used by the CPU
  • when you turn computer off, all the information is lost
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

secondary storage

A
  • The hard drive or external USB drive
  • Even after turning the computer off, the information is retained
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

binary

A

a 2 number system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

a byte

A
  • a byte consists of 8 bits
  • bits are the smallest unit of data, it is either 1 or 0
  • one byte can store a single character like “a”
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Layered approach to software

A

describes how a computer system is built up from different layers, with each layer using the lower layers to perform more complex tasks.

  • Hardware are the electronics (performs basic operations).
  • Driver software control hardware with machine code or assembly language
  • Operating System manages the hardware and software interaction.
  • Infrastructure/support software supports applications and processes.
  • Applications allow users to perform specific tasks.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Databases

A

An organized collection of data that is stored and managed in an efficient and structured manner.

Consists of:
- tables with data
- relationships between data
- metadata

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Tables

A

A table is a way of organizing data in rows and columns, making it easy to store, view, and manage information

  • Rows: Represent individual records (e.g., one user in a list of users).
  • Columns: Each column contains a specific type of information. For example, one column might store names, another stores email addresses, and another stores ages.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Foreign key

A

A foreign key is a column in a database table that references the primary key of another table. It is used to create a relationship between two tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Metadata

A

Information about data

It describes the details of data, such as when it was created, who created it, or in what format it is. It helps with organizing, searching, and managing data.

17
Q

Components of a simple network

A
  • PCs: User devices connected to the network and internet through switches.
  • Switches: Connect PCs within the local network.
  • Server: Manages data and services, connected to the router for external access.
  • Router: Connects the internal network to external networks and the internet.
  • Internet/Other Networks: External networks accessible through the router.
18
Q

Client-server model

A

The Client-Server Model is a system architecture where end-user computers (clients) request data and services from a central computer (server) over a network.

  • Clients: = End-user computers (laptop, Chromebook, phone). The ones we see daily.
  • Servers = Computer that provides services to other computers (storage, web, database, CRM)
19
Q

3 types of network models/architecture

A
  • Centralized = One central server provides resources to clients. If it fails, the network stops working ( 1 server, many clients)
  • Distributed = Multiple servers share the workload. If one fails, others continue to handle requests ( many servers, many clients)
  • Peer-to-peer = No central server; all computers share resources directly with each other. Each device acts as both client and server (no server, many clients)
20
Q

access devices

A

used to get access to a network (wifi, wired, 4G/5G, bluetooth)

21
Q

interconnection devices

A

help connect multiple computers and other devices within a network or to the internet (router, hub/switch (connects devices within a network))

22
Q

mesh network

A

a system of multiple small devices that work together to create one strong and reliable wifi network

23
Q

internet

A

A global network of computers and devices that communicate and share information, such as through websites and email.

24
Q

TCP (Transmission Control Protocol)

A

Breaks data into packets and ensures they are sent in the correct order.

25
IP (internet protocol)
Routes and delivers data packets across networks > figures out where data needs to go
26
URL
labels that specify a certain place on the WWW
27
DNS
Converts an URL/domain name into an IP-adress