Week 1 Flashcards

1
Q

Components of IT?

A

Hardware, software, data, network, procedures and people.

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

What is a GUI?

A

Graphical user interface

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

What is a Database?

A

Structured set of data, combined with tables.

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

Architecture is about?

A

Models (blueprints) for communication or understanding a phenomenon

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

Architecture means?

A

Models for IT to understand hardware, software, data, network, procedures and people in the business.

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

What is a flowchart?

A

Method of communication which is language independent.

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

What is a primary key?

A

Unique identifier for a table.

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

What is a foreign key?

A

A primary key from another table.

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

When do you use an Logical Data model?

Relational model

A

When you want to communicate, program independent (relational model).

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

When do you use an Conceptual Data model

Entity Relationship model

A

When design is important (easier to understand for customer).

Visualize what is going on in a database.

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

What are differences between Logical and Conceptual model?

A

Logical model has no many to many (N-N)
Logical model muast always have a primary key.

Conceptual model for current state.
Logical model for future state.

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

What is UML

A

Unified Modeling Language which includes several diagram types.

Used for seeing what is going on in software applications.

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

System diagram vs Business Diagram?

A

Two different perspectives

Business:
What they do
How it does that

System:
What they do
How it does that

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

CRUD

A

CRUD matrix is used for analyzing the current state of an organization.

Created for processes and entitites.

Create, read, update, delete

(Can also help improving processes)

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

What is Zachman Framework?

A

Sort of Periodic table for business. Organizing all the models created.

(No suggestions)

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

Which colums does Zachman Framework exist of?

A
What,
How,
Where,
Who,
When,
Why.
17
Q

Rows does the Zachman Framework exist of?

A

The stakeholders.

18
Q

What are the core components of Enterprise Architecture?

A
As is
To be
Migration plan
Principles
Decision log
19
Q

CRUD can?

A

Connect Use-case/activity diagrams with relational model.