{ "@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" } }

Quiz 1 Flashcards

(13 cards)

1
Q

Computer performance evaluations for speed

A

Throughput - bits per second

Response time - akam execution time or elapsed time

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

Equation for performance of program X

A

1 / Execution time

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

Equation for relative performance

A

n = performanceM1 / performanceM2

if N > 1, then M1 is n times faster than M2

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

Effects of using a faster processor

A

Decreases response time

Increases throughput

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

Effects of adding more processors to a system

A

Increase in throughput

Decrease in response time (if overhead is low)

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

Massively Parallel Processors (MPP)

A

Separate computers with different operating systems working on the same task

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

Symmetric Multiprocessing Processors (SMP)

A

Multiple processors sharing an operating system

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

Amdahl’s Law

A

Given: fraction enhanced (fraction of execution time with improved performance) and factor of improvement (times performance is improved)

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

Amdahl’s Law example

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

CPU equations

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

CPU equation relations

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

Where CPU equation components come from

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

Calculating CPI

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