Wednesday, January 27, 2016

Name Card—Define

Theme: Dance namecard

Challenge: aesthetic, must include favorite color/pets/memory as well, illustrate everything in LA setting

Name Card—Emphathize

I'm making a name card for Quentin

The name card will have my information.

*favorite memory
favorite hairstyle
favorite app
*favorite color
favorite + least favorite brand
favorite soft beverage
favorite play
favorite family member
*pets?
*favorite place
favorite compliment anyone has given you
*favorite extracurricular activity
favorite non-pop song
favorite Hunger Games movie

Digging Deeper
*favorite memory
*favorite color
*pets?
*favorite place
*favorite extracurricular activity

Software Development Lifecycle and Design Thinking Process

Software Development Life Cycle

  • Systems analysis, requirements gathering: defines project goals into defined functions and operation with the objective in mind. It is the process of gathering user requirements, diagnosing problems and recommending improvements to the future system.
    • A series of steps followed by the developer are:
    1. Gathering facts: end user requirements are obtained through documentation, client interviews, observation and questionnaires—asking what the user is currently doing and if there are any specific improvements they want or prefer.
    2. Scrutiny of the existing system: identify pros and cons of the current system in place, so as to carry forward the pros and avoid the cons in the new system.
    3. Analyzing the proposed system: solutions to the shortcomings in step two are found and any specific user proposals are used to prepare the specifications.
  • Systems design: describes desired features and operations in detail, including screen layouts, rules, guidelines, process (data flow and entity relation) diagrams, pseudocode and other documentation.
  • Development: the real code is written here.
  • Integration and testing: brings all the modules (pieces) together into a special testing environment, then checks for errors, bugs, and interoperability.
  • Maintenance: during the maintenance stage of the SDLC, the system is assessed to ensure it does not become obsolete. This is also where updates are made to the initial software. It involves continuous evaluation of the system in terms of its performance and completing the change requests based on the feedback.
User submitted image

Empathize: Work to fully understand the experience of the user for whom you are designing. Do this through observation, interaction, and immersing yourself in their experiences.

Define: Process and synthesize the findings from your empathy work in order to form a user point of view that you will address with your design.

Ideate: Explore a wide variety of possible solutions through generating a large quantity of diverse possible solutions, allowing you to step beyond the obvious and explore a range of ideas.

Prototype: Transform your ideas into a physical form so that you can experience and interact with them and, in the process, learn and develop more empathy.

Test: Try out high-resolution products and use observations and feedback to refine prototypes, learn more about the user, and refine your original point of view.



Wednesday, January 20, 2016

My Perspective on Computer Science

What is computer science?
Computer Science is the study of the language of computers, communication, and technology.

What do I know?
I only know the basics about programming–mostly a little Python from 7th grade.

What do I expect to know?
Since technology is so pervasive today, understanding the art of programming is integral to modern life, and I would like to learn more about programming and the function of computers while exploring different problem solving techniques.