CS2212 Quiz 1

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/62

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

63 Terms

1
New cards

What are the Prescriptive Process models?

V-Model, Waterfall, Spiral, Prototyping, Unified Process

2
New cards

What are the Agile Process models?

Scrum, XP, DevOps, Evolutionary Process Flow, KanBan

3
New cards

What is software?

The logical element of a system.

4
New cards

What’s the main reason the failure rate of software increases with time?

Debugging becomes harder as program gets longer

5
New cards

What are the 7 kinds of software?

System, Application. Engineering, Embedded, Product-Line, Mobile/Web, AI

6
New cards

What are the 4 software engineering layers?

Tools, Methods, Process, Quality Control

7
New cards

What is system software?

Software that supports other software i.e. compilers

8
New cards

What is application software?

Programs that solve business needs i.e. Photoshop, Minecraft

9
New cards

What is engineering software?

Number crunching programs i.e. modeling consumer spending habits

10
New cards

What is embedded software?

Program that sits in a product i.e. key pad on microwave

11
New cards

What is product-line software?

Collection of similar software systems i.e. Microsoft 365

12
New cards

What are web applications? (software)

Programs delivered through your browser i.e. OWL

13
New cards

What are mobile applications? (software)

Programs for mobile devices

14
New cards

What is artificial intelligence software?

Programs that use artificial intelligence i.e. ChatGPT

15
New cards

Why do we spend so much effort maintaining existing programs?

Errors in delivered software must be fixed, changes to OS’s cause new errors, bad documentation takes longer to fix

16
New cards

What is the tools layer of software engineering?

Helps automate and support software engineering processes and methods

17
New cards

What is the methods layer of software engineering?

The technical how to’s when building the software.

18
New cards

What is the process layer of software engineering?

Details all the steps you take when writing the program

19
New cards

What is the quality layer of software engineering?

Quality software is important

20
New cards

What is a process?

A collection of activities and tasks to do

21
New cards

What are the 5 key activities in software engineering?

Communication, planning, modeling, construction, deployment

22
New cards

What is an action?

Covers a set of tasks that make a major work product.

23
New cards

What is a task?

A small well defined objective that make a tangible outcome

24
New cards

What is a framework vs umbrella?

Framework - Done one at a time in steps.
Umbrella - Done throughout process

25
New cards

What does UML stand for? And what is it?

Unified Modeling Language. A pictorial language

26
New cards

What is forward engineering?

Creating models and plans for a system you haven’t created.

27
New cards

What is agility?

Effective, fast response to change.

28
New cards

What are the 5 framework activities for the scrum model?

Requirements, analysis, design, evolution, delivery

29
New cards

How long does a sprint last? (Scrum model)

2-4 weeks

30
New cards

What are the small teams in the Scrum model made of?

Product owner, scrum master and dev team

31
New cards

What are the 5 types of scrum meetings?

Backlog refinement, sprint planning, daily, sprint review, sprint retrospective

32
New cards

What are the pros of scrum?

Product owner sets priorities, light documentation, good for frequent updating

33
New cards

What are the cons of scrum?

Hard to control cost of change, bad for big, non-expert teams

34
New cards

What are the 4 framework activities of XP (Extreme Programming?

Planning, design, coding, testing

35
New cards

XP Programming uses ___ programming

pair

36
New cards

What are the pros of XP Programming?

Lots of customer involvement, rational schedules, good dev collaboration

37
New cards

What are the cons of XP Programming?

Temptation to ship a prototype, needs frequent meetings, devs must be expert

38
New cards

What is the defining feature of the Kanban framework?

Uses a big board that shows tasks and their progress

39
New cards

What are the pros of Kanban?

Low budget and time needed, flexible

40
New cards

What are the cons of Kanban?

Dependent on collaboration, can cause devs to lose focus

41
New cards

What is the defining feature of the DevOps framework?

It has several stages that loop: development, testing, integration, deployment, monitoring

42
New cards

What are the pros of DevOps?

Fast, team has monitoring staff members

43
New cards

What are the cons of DevOps?

Very high maintenance, pressure to work on both old and new code, reliant on automated tools

44
New cards

What are requirements?

Statements that descrive the stakeholder’s needs and wants

45
New cards

What are functional vs non-functional requirements?

Functional - An action, system must do x
Non-Functional - A property, system must be x

46
New cards

What are the INVEST principles for good user stories?

Independent, negotiable, valuable, estimable, small, testable

47
New cards

What is an epic?

A set of related user stories, takes multiple sprints

48
New cards

What is a use case?

Varying length, detailed description of a system from an actor’s pov

49
New cards

What is a user story?

Short, simple descriptions detailed by user usually

50
New cards

What is the recommended process model for this course?

A hybrid of agile and spiral model.

51
New cards

What are the stages of the recommended model?

Requirements, design, estimate resources, make prototype, evaluate prototype, go, no go,

52
New cards

What 2 things should every prototype have?

Features visible to users (i.e. GUI) that makes it easy to test and backend to support those features

53
New cards

What is the waterfall model?

One activity flows into another, simplest model

54
New cards

What is the V-Model?

Basically the waterfall model but folded, has a bunch of testing at the end tho

55
New cards

What is the prototyping process model?

Iterative model, focuses on making quick prototypes

56
New cards

What is the spiral model?

Iterative model, combines simplicity of waterfall and quick prototypes of prototype process

57
New cards

What is the unified process model?

Iterative model, uses a lot of UML diagrams, heavy documentation, good for maintenance projects

58
New cards

What are the pros and cons of Waterfall/V model?

Pros: Simple, good for small projects
Cons: No way to go back and customer involvement happens at the end

59
New cards

What are the pros and cons of prototyping process model?

Pros: Frequent customer involvement, if requirements change, it’s ok
Cons: Frequent involvement can cause delays, temptation to ship prototype

60
New cards

What are the pros and cons of the spiral model?

Pros: Frequent customer involvement, works for big projects
Cons: Hard to manage, needs a good team

61
New cards

What are the pros and cons of the unified process model?

Pros: Good documentation, good for maintenance projects

Cons: Maybe too much documentation, needs a good team

62
New cards

What is the defining feature of unified process model?

Recognizes the importance of customer communication

63
New cards

What did George Polya say was the essence of software engineering practice?

Understand problem, plan solution, do plan, examine result