L 3.1 Information Systems Development + Big Data & Business Intelligence Flashcards

1
Q

different types of hardware

A

super computers
mainframe
servers
workstation
personal computer
mobile device

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

super computer

A

the most expensive and most powerful kind of computer, used to assist in solving massive scientific problems

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

mainframe

A

computers used primarily as the main, central computing system for major corporations
optimised fir high availability, resource, utilisation, security
1000+ users

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

servers

A

any computer on a network that makes access to files, printing, communications and other services available to user of the network
10,000+ simultaneous users

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

workstation

A

designed for medical, engineering or architectural animation and graphics, good for visualisation and rendering of 3D models, have fast processors
1 user

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

how a computer works: parts

A

central processing unit (CPU) = computer’s brain
control unit: fetches and decodes instructions, retrieves and stores data
arithmetic logical unit: performs mathematics and logical operations
all processed with 1s and 0s: bits

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

how a computer works

A

input → processing (↔︎storage) → output

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

what happens when you scan a QR code

A

black and white pixels go for 1s and 0s
the processor has instructions on how the program should read it

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

bit

A

binary digit, 1 or 0

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

bytes

A

a sequence of 8 bits, 1s and 0s

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

guided and un guided media

A

guided: through cables, unshielded twisted pari, coaxial, optical fiber
unguided: no cables, electromagnetic waves, wireless, infrared

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

moore’s law

A

the number of transistors on a process doubles about every 2 years
exponential growth in processing power
processor contains transistors, creators of bits
currently between 2 and 7 nanometers can have billions of 1 processors

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

developments in hardware

A

have become much faster due to more processing power
have become smaller, to an atomic level

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

networks

A

when a system connects 2 or more devices

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

bandwidth

A

transmission capacity of a computer in bits per second (bps)

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

different ways of networking

A

human communication and computer networking
sharing information and messages between senders and receivers
difference: human communication is linked to words, computer communication consists of bits

14
Q

3 types of networks

A

PAN: personal area network
LAN: local area network
WAN: wide area network

15
Q

Wide area network (WAN)

A

enable the connection of mobile devices to instal a network through WLAN using radio-wave tech
a campus/metropolitan area network to worldwide

15
Q

Personal area network (PAN)

A

wireless communication between devices like bluetooth, under 10m distance

16
Q

Local area network (LAN)

A

sharing data, software application and other resources between several users, can connect in something small like a building

17
Q

protocols

A

agreements for data exchange
ex. bluetooth, 3G,4G,5G, ethernet, wifi
APIs: a protocol that enables application to communicate with each other (Uber using maps)
include the interconnection model (OSI) model

18
Q

interconnection model (OSI) model

A

represents a group of specific tasks as successive layers that enables computers to communicate data, builds on the functions of layers below (7 layers)

19
Q

7 layers of OSI

A

physical, data link, network, transport, session, presentation, application

20
Q

developments in networking

A

increase in capacity, transfer speed
increase in interconnectedness
increase in mobility, wireless
increase in diversity and complexity, combining multiple networks and devices

21
Q

cloud computing

A

a model for enabling ubiquitous, convenient, on demand network access to a shared pool of configurable network resources (network, servers, applications)

22
Q

advantages of cloud computing

A

rapid elasticity, on-demand service
broad network access
resource pooling
measured service

23
Q

Software as a service (SaaS)

A

cloud computing model
apps provided via cloud
ex. dropbox, gmail

24
Q

Platform as a service (PaaS)

A

cloud computing model
designing and running your own apps like google app engine (for developers to build apps and services)

25
Q

Infrastructure as a service (IaaS)

A

cloud computing model that processes storage and networking like a DVD

26
Q

internet of things (IoTs)

A

a network of a broad range of physical objects that can automatically share data over the internet

27
Q

software

A

a set of instructions that allow hardware to perform tasks
for office applications, mobile apps, enterprise systems
ex. operating software, application software

28
Q

smarter software

A

new intelligent software includes machine learning, AI, gen-AI
ex. Spotify recommends music you’ll like

29
Q

buying software

A

implementing purchased packaged IS off the shelf
cheaper, easier to obtain, high quality, low risk
ex. microsoft apps

30
Q

making software

A

developing custom software
customisable to unique organisational needs
ex. netflix, ChatGPT have made their own code

31
Q

renting software

A

implementing SaaS model (cloud) and has a packaged system delivered and supported by vendors
ex. dropbox

32
Q

custom software made by

A

crowd sourcing: you buy someones code, lower costs, wider pool of talents, no barriers to entry (ex. Kaggle)
citizen development: people can try to find solutions for problems themselves, developed by non IT trained people, used for prototypes (ex. Mendix)

33
Q

algorithmic thinking

A

a derivative of a computer science and the process to develop code and program applications
automates the problem solving process by creating a series of systematic logical steps that intake a defined set of inputs and produce a defined set of outputs

34
Q

algorithmic thinking steps

A

define a problem
make it simpler
find the parts that repeat
get the solution