{ "@context": "https://schema.org", "@type": "Organization", "name": "Brainscape", "url": "https://www.brainscape.com/", "logo": "https://www.brainscape.com/pks/images/cms/public-views/shared/Brainscape-logo-c4e172b280b4616f7fda.svg", "sameAs": [ "https://www.facebook.com/Brainscape", "https://x.com/brainscape", "https://www.linkedin.com/company/brainscape", "https://www.instagram.com/brainscape/", "https://www.tiktok.com/@brainscapeu", "https://www.pinterest.com/brainscape/", "https://www.youtube.com/@BrainscapeNY" ], "contactPoint": { "@type": "ContactPoint", "telephone": "(929) 334-4005", "contactType": "customer service", "availableLanguage": ["English"] }, "founder": { "@type": "Person", "name": "Andrew Cohen" }, "description": "Brainscape’s spaced repetition system is proven to DOUBLE learning results! Find, make, and study flashcards online or in our mobile app. Serious learners only.", "address": { "@type": "PostalAddress", "streetAddress": "159 W 25th St, Ste 517", "addressLocality": "New York", "addressRegion": "NY", "postalCode": "10001", "addressCountry": "USA" } }

Week 2 Flashcards

Covers all of the content taught in Week 2 (15 cards)

1
Q

What are web standards and who defines them?

A

Web standards are technical specifications for building and accessing websites. Defined by the W3C, they ensure consistency, accessibility, and interoperability across the web. They cover areas like HTML, CSS, accessibility, security, and web APIs.

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

Why are web standards important?

A

They ensure:

Interoperability: Consistent experience across browsers and devices.

Accessibility: Inclusive access for people with disabilities.

Ease of Maintenance: Simplified updates and scalability.

Innovation: Stable base for new technologies.

Security: Reduced vulnerabilities.

Vendor Neutrality: Prevents monopolies.

User Trust: Reliable and predictable experiences.

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

What were the “browser wars” and how did they affect web standards?

A

Between 1995–2000s, Internet Explorer and Netscape Navigator competed by using proprietary features, often ignoring web standards. This caused websites to break on different browsers, increasing development costs and fragmenting the user experience. It also introduced security flaws.

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

Why was Adobe Flash phased out from web development?

A

Flash didn’t comply with web standards, performed poorly on mobile, and had major security vulnerabilities. Apple banned it on iPhones (2007), and it was fully discontinued by 2023. Standards-based alternatives like HTML5 replaced Flash, offering better performance and cross-platform support.

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

What does Jakob Nielsen mean by “survival of the easiest”?

A

Usability determines whether users stay or leave. If a website is intuitive, users are more likely to complete tasks and return. Poor usability causes frustration and abandonment.

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

What are Nielsen’s 5 usability components?

A

Learnability – How easy it is for first-time users to do tasks.

Efficiency – How fast users complete tasks after learning.

Memorability – How easily users regain skills after time away.

Errors – How often mistakes happen and how easily users recover.

Satisfaction – Overall pleasantness of use.

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

How is usability related to user experience (UX)?

A

Usability focuses on functionality and ease of use, while UX includes the broader emotional and experiential aspects. Usability is a key component of UX.

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

Why is consistency in design important for usability?

A

Users arrive with expectations. For example, logos are often in the top-left corner and search bars in the top-right. Breaking conventions can confuse users and reduce effectiveness.

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

What are some usability-focused design questions?

A

Is the site easy to navigate?

Can users find what they need quickly?

Do design elements support ease of use?

Does the layout reflect the site’s purpose?

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

How should designers use a browser’s screen space?

A

Web designs must account for lower resolution and eye strain. Important info should be visible quickly, using clear layouts that respect how users scan content.

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

Why is planning crucial in web design?

A

Planning helps align content with user needs, define tasks, assign roles, and set timelines. Without planning, websites may reflect internal company structures instead of user-friendly navigation.

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

What common planning mistakes did Jakob Nielsen identify?

A

Treating websites like static brochures

Lack of team coordination

Designing for internal hierarchies instead of user journeys

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

What kind of planning model did Reiss propose?

A

An iterative model, where design is continuously refined rather than completed in a single linear process. It supports flexible, user-centered development.

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

Why is information architecture important in planning?

A

It organizes content in a logical way so users can navigate easily, complete tasks efficiently, and understand how to interact with the site.

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

What are the common types of website structures?

A

Linear – One path (e.g., slideshows).

Tutorial – Guided learning paths.

Web – Freeform links between pages.

Hierarchical – Tree-like structure (most common).

Cluster – Grouped categories.

Catalogue – Organized listings (e.g., e-commerce).
Modern models (UXPIN) simplify this into:

Hierarchical, Sequential, Matrix, and Database-based.
Real-world sites often use hybrid structures.

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