Last visit was: 24 Apr 2026, 17:58 It is currently 24 Apr 2026, 17:58
Close
GMAT Club Daily Prep
Thank you for using the timer - this advanced tool can estimate your performance and suggest more practice questions. We have subscribed you to Daily Prep Questions via email.

Customized
for You

we will pick new questions that match your level based on your Timer History

Track
Your Progress

every week, we’ll send you an estimated GMAT score based on your performance

Practice
Pays

we will pick new questions that match your level based on your Timer History
Not interested in getting valuable practice questions and articles delivered to your email? No problem, unsubscribe here.
Close
Request Expert Reply
Confirm Cancel
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,818
Own Kudos:
Given Kudos: 105,873
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,818
Kudos: 811,081
 [19]
1
Kudos
Add Kudos
18
Bookmarks
Bookmark this Post
User avatar
Ritwick91
Joined: 24 Jul 2018
Last visit: 22 Apr 2022
Posts: 34
Own Kudos:
41
 [2]
Given Kudos: 21
Location: India
Schools: IMD '21
GPA: 4
Schools: IMD '21
Posts: 34
Kudos: 41
 [2]
1
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
avatar
kumarankit01
Joined: 13 Oct 2018
Last visit: 25 Feb 2019
Posts: 73
Own Kudos:
Given Kudos: 6
Location: India
GPA: 3.1
WE:Information Technology (Computer Software)
Posts: 73
Kudos: 82
Kudos
Add Kudos
Bookmarks
Bookmark this Post
avatar
KHow
Joined: 15 Nov 2017
Last visit: 17 May 2019
Posts: 41
Own Kudos:
Given Kudos: 182
Posts: 41
Kudos: 14
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Can someone help explain how option A is least helpful in establishing that the conclusion is properly drawn? I thought it was actually helpful.

Thanks! :)

Posted from my mobile device
User avatar
KarishmaB
Joined: 16 Oct 2010
Last visit: 23 Apr 2026
Posts: 16,442
Own Kudos:
79,404
 [4]
Given Kudos: 485
Location: Pune, India
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 16,442
Kudos: 79,404
 [4]
4
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Bunuel
Software engineers know that a poorly written application can consume more memory than it should and that running out of memory can cause an application to crash. However, if a crashing application causes the whole operating system to crash, the fault lies with the operating system.

Which one of the following, if true, is least helpful in establishing that this conclusion is properly drawn?


(A) Operating systems with generous amounts of memory are less susceptible to crashing, even when applications are poorly written.

(B) Operating systems can isolate the memory used by individual applications, even when an application uses a large amount of memory.

(C) An operating system can monitor an application’s consumption of memory and take action when that gets too high.

(D) Techniques for programming operating systems to catch and handle memory errors are well-defined and well-known among programmers.

(E) Because many applications can run simultaneously under a single operating system, the operating system should have a well-defined method of managing memory consumption.

- a poorly written application can consume more memory than it should
- running out of memory can cause an application to crash.

However, if a crashing application causes the whole operating system to crash, the fault lies with the operating system.

So running out of memory can crash an application but it should not crash the operating system. So the operating system should have in-built measures because of which it should not crash. If it does crash with an application, it means the system is faulty, A normal operating system should not crash with a crashing app.

4 options below will help in establishing this.

(A) Operating systems with generous amounts of memory are less susceptible to crashing, even when applications are poorly written.

How much memory the operating system has should be irrelevant. When an application runs out of memory, the system should not crash. Actually how much memory there was doesn't matter. If systems will more memory crash fewer times, it's probably because they don't run out of memory that often. We need to establish that when the programs do run out of memory, the system should not crash.

(B) Operating systems can isolate the memory used by individual applications, even when an application uses a large amount of memory.

If the OS isolates the memory used by each application, when the app runs out of memory, the system should still have memory leftover. Hence, it should not crash. So a normal system should not crash with a crashing app. If it does, it means it is faulty.

(C) An operating system can monitor an application’s consumption of memory and take action when that gets too high.

Monitoring memory consumption and taking action are capabilities that normal operating systems have. Then they should not crash when an app crashes. If they do, they are faulty. Helps.

(D) Techniques for programming operating systems to catch and handle memory errors are well-defined and well-known among programmers.

Programmers know techniques to handle memory errors. So the techniques would be built in the operating system. Hence it should not crash because of a memory error. If it does, it is faulty. Helps.

(E) Because many applications can run simultaneously under a single operating system, the operating system should have a well-defined method of managing memory consumption.

The op system should have a well defined method of memory usage for many applications. Hence, it should not crash because of memory error. Helps.
User avatar
Bunuel
User avatar
Math Expert
Joined: 02 Sep 2009
Last visit: 24 Apr 2026
Posts: 109,818
Own Kudos:
811,081
 [3]
Given Kudos: 105,873
Products:
Expert
Expert reply
Active GMAT Club Expert! Tag them with @ followed by their username for a faster response.
Posts: 109,818
Kudos: 811,081
 [3]
2
Kudos
Add Kudos
1
Bookmarks
Bookmark this Post
Bunuel
Software engineers know that a poorly written application can consume more memory than it should and that running out of memory can cause an application to crash. However, if a crashing application causes the whole operating system to crash, the fault lies with the operating system.

Which one of the following, if true, is least helpful in establishing that this conclusion is properly drawn?


(A) Operating systems with generous amounts of memory are less susceptible to crashing, even when applications are poorly written.

(B) Operating systems can isolate the memory used by individual applications, even when an application uses a large amount of memory.

(C) An operating system can monitor an application’s consumption of memory and take action when that gets too high.

(D) Techniques for programming operating systems to catch and handle memory errors are well-defined and well-known among programmers.

(E) Because many applications can run simultaneously under a single operating system, the operating system should have a well-defined method of managing memory consumption.

OFFICIAL EXPLANATION:



A. Operating systems with generous amounts of memory are less susceptible to crashing, even when applications are poorly written.

Okay, you want to find the four answers indicating that operating systems are responsible for the smooth functioning of applications and are able to somehow manage their memory problems. The best way to do this is by process of elimination. If you can find four answers that show the operating system handling applications’ memory issues, then the answer that’s left over should be correct. Choice (B) helps the conclusion because it shows that operating systems are responsible for handling the memory used by individual applications. Choice (C) helps because it shows that operating systems can spot overuse of memory and stop it. Choice (D) helps because it tells you that programmers should know how to program an operating system that can prevent memory errors, which means all operating systems should be able to do this. Choice (E) helps the conclusion because it describes what an efficient operating system should be able to do. Choice (A) is the only answer that doesn’t put responsibility for memory management on the operating system; adding memory to the computer evidently can let the operating system off the hook. Choice (A) is the right answer.
User avatar
Arro44
Joined: 04 Jun 2018
Last visit: 14 Aug 2022
Posts: 658
Own Kudos:
752
 [1]
Given Kudos: 362
Location: United States
Concentration: General Management, Finance
GMAT 1: 730 Q47 V44
GPA: 3.4
Products:
GMAT 1: 730 Q47 V44
Posts: 658
Kudos: 752
 [1]
1
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Bunuel,

brief question;

Could you add the source, as there seems to be an OA provided by the question creator? :)
User avatar
BingingOnNetflix
Joined: 31 Oct 2018
Last visit: 02 Aug 2020
Posts: 36
Own Kudos:
Given Kudos: 58
Location: United States
GMAT 1: 690 Q44 V41
GMAT 2: 740 Q49 V41
Products:
GMAT 2: 740 Q49 V41
Posts: 36
Kudos: 24
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Arro44
Hi Bunuel,

brief question;

Could you add the source, as there seems to be an OA provided by the question creator? :)

+1 on this. Good question. Would like to know the source
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Hi Bunuel,

Going purely by the information stated, option A considers memory to be a part of the operating system, not the computer (even though we know that an operating system is a piece of software, and can't have memory per se). I would appreciate if you or any other community member could help me identify the flaw in my reasoning.

Posted from my mobile device
User avatar
VerbalBot
User avatar
Non-Human User
Joined: 01 Oct 2013
Last visit: 04 Jan 2021
Posts: 19,424
Own Kudos:
Posts: 19,424
Kudos: 1,010
Kudos
Add Kudos
Bookmarks
Bookmark this Post
Automated notice from GMAT Club VerbalBot:

A member just gave Kudos to this thread, showing it’s still useful. I’ve bumped it to the top so more people can benefit. Feel free to add your own questions or solutions.

This post was generated automatically.
Moderators:
GMAT Club Verbal Expert
7391 posts
504 posts
358 posts