100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Summary

Exam summary BIS

Rating
-
Sold
1
Pages
31
Uploaded on
18-12-2022
Written in
2022/2023

this is my summary for BIS from all the slides of the lectures and some additional notes

Institution
Course











Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
Study
Course

Document information

Uploaded on
December 18, 2022
Number of pages
31
Written in
2022/2023
Type
Summary

Subjects

Content preview

1. Goal of this course
I. What is the main purpose of this course?
To provide the studens some important concepts and tools of business information
technology for good communication between management and computer scientists
o A few facts:
 Infromation technology has become very important nowadays, but many projects
fail because of:
▫ Shortages or even absence of agreements
▫ Wrong explanation or misrepresentation
▫ …
 Why is the knowledge of IT important for a company, organization and its
management team?
▫ Good communication
▫ Efficiency
▫ …
 52% of the investments are related to IT
 Return on IT versus IT envestment paradox: high investments in IT do not always
mean a higher productivity
 80-90% of IT projects fail
o Alginment definition
"applying IT in an appropriate and timely way and in harmony with business strategies,
goals and needs"
o Weakness – risk:
 Smooth progress depends on the appropriate functioning of IT
o What if the IT is down?
Problems with:
 Web-shop
 Management of orders
 Payments
 Customer service
 …
II. Some introductory concepts
IT is increasingly present in our modern society
Input -> computer -> output
o Hardware:
 Input
 Output
 Computer
▫ Memory: RAM/ROM
▫ CPU (Central Processing Unit)
o Software
 Sequence of orders formulated by programs
 Conversion into machine language
Machine language: the set of symbolic intstruction codes usually in binary form
that is used to represent operations and data in a machine
 Modules
▫ Reuse
▫ Less complex
▫ Splitting into sub-problems
▫ Error module easier to find


Page 1 of 31

, ▫ Collaboration with several people
 Besides programs, software can also be DATA
o Database
 Organized collection of data stored in a computer
 Relational database
o Network
 Multiple comuters communicate and exchange data
 Types: PAN, LAN, MAN, WAN
 Protocols:
▫ TCP: Transmission COntrol Protocol
▫ IP: Internet Protocol
o Servers
 Computer only for calculation and storage
o Internet
 Teh biggest internetwork
 In OECD penetration rate of +/- 83%
o Computer architecture
 Fundamental organization of the computer system
▫ Phase 1: mainframe
▫ Phase 2: PC & client server
▫ Phase 3: browser/cloud
o Processes
 A business process is a sequence of steps/actions with the aim of generating a
product or a service.
 Start in '90: need for operation between various actors/departments within an
organization
o Information System
 The combination of IT hardware, software, processes and people who use it
2. Algorithms
I. When solving a problem using the computer it is strongly recomended to go through the
following steps:
o Problem definition
The problem will be fully and accurately defined: from which initial situation is started,
which results must be obtained and what is the link between both.
o Solution strategy
This is the choice of a solution method and of the data repersentation:
 Trying to divide the problem into smaller sub-problmes
 Agreeing what will happen in each sub-problem
o Representation of the algorithm
 Examples: flow chart, nassi-schneidermann-diagram, pseudo code,...
o Programming
 When encoding, the fully elaborated algorithm translated into the selected
programming language.
 For example: ADA, Basic, C++, Cocol, Delphi, Fortran, Java, Javascript, Pascal,
Python, R, Visual Basic,...
o Compiling
 To detected eventual suntax errors
 Translation into machine language
 Compiler versus interpreter
o Testing
 Results must also be logically correct

Page 2 of 31

,  Compare with results obtained in a different way
 Test all different cases
o Documenting
 All information that will help third parties to understand, modify, improve or
complete the program
o Maintenance
 After a while the program eventually has to be updated
 Report changes in the documantation
II. What is an algorithm?
o Today, algorithms are used in many applications such as:
 The functioning of computers
 Cryptofraphy
 Information routing
 Planning and optimal use of resources
 Image processing
 Tekst processing
 Bio-computing
 …
o Definition:
An algorithm is a method to solve a problem:
 A sequence of actions/commands/rules
 Starting from a given initial situation
 Leading to a certain goal
 Within a finite time
The commands must be understood in an unambiguous way
III. Algorithm representations
o An algorithm can be presented by:
 A flow chart
A flow chart is a scheme with basic figures instructions are included in the figures
and the figures are connected by lines/arrows
 A nassi-schneidermann-diagram
 Pseudo code
o Overvieuw algorithm representatations
 Sequence
 Selection
▫ If then
▫ If then else
▫ Case
 Iteration
▫ While
▫ Repeat
▫ For
3. Programming
I. Python in a nutshell
a. A few facts
 Programming language
 Designed in the early 90's vy Fuido van Rossum
 Affiliated with the Center for Mathematics in Amsterdam
 BASIC based language based on ABC
 Supported by volunteers on the internet
 The Python development is led by the Python SOftware Foundation

Page 3 of 31

,  Python is free software
b. Characteristics
 Readable code
 Structure through indentation
 Statements ended by the end of the line
 Variables do not receive a type declaration
 Duck-typing:
▫ Type of a variable and the type of an argument does not have to be defined
▫ In the case of compilation, there is no type control
▫ In case of mismatch, an error message will folloz
 EAFP (Easier to Ask for Forgiveness Than Permission)
▫ A function or method is started without first checking wether it is working
properly
 Execution
▫ Written in one or more tekst files with the extension .py
 Interpreter:
▫ Compiles to an itermediate form, called bytecode
▫ The byte code is independent of the operating system
▫ The next step is to change the bytecode into machine language
▫ Slower than programs written in a language with a compiler
 Garbage collection
▫ Python memory space is automatically reserved for new variables
▫ Released again if there are no more references to those variables
 Stnadalone executables
 Libraries
c. Python single predefined types:
 Integer: whole numbers
 Float: with numbers after the comma
 String: symbol
 Boolean: true/false
d. Basic instructions
Traditional programming concepts:
 Operators
= assignment
 Arithmetic operatiors
▫ + addition
▫ - substraction
▫ * multiplication
▫ / division
▫ //floor division
▫ % modulo
▫ ** power
 Functions input & print
▫ Print: to write something
▫ Input: to enter values in a variable
II. Programming
a. Generation programming languages
 First-generation programming language
▫ Machine level languages
▫ No translator to compile or assemble


Page 4 of 31
$7.26
Get access to the full document:

100% satisfaction guarantee
Immediately available after payment
Both online and in PDF
No strings attached


Also available in package deal

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
emmaboesmans Hogeschool Gent
Follow You need to be logged in order to follow users or courses
Sold
17
Member since
2 year
Number of followers
4
Documents
34
Last sold
2 hours ago

5.0

1 reviews

5
1
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Frequently asked questions