JP Morgan Interview Question for Computer Scientists


Country: United States
Interview Type: In-Person




Comment hidden because of low score. Click to expand.
1
of 1 vote

The answer by Mehta is incorrect...

Multitasking - Running more than one process at the same time (not related to number of processors). A multiprocessing OS can switch between processes on a single processor machine to achieve multiprocessing.

Multiprocessing OS - the OS that can use a multi-processor hardware.

More info: technet.microsoft.com/en-us/library/cc767883.aspx

Multiprogramming - Meaning multiple processes or threads could execute concurrently (similar to multithreading).

- Engineer September 06, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.
0
of 0 votes

Minor correction:

Multitasking - Running more than one process at the same time (not related to number of processors). A multitasking OS can switch between processes on a single processor machine to achieve multitasking.

- Engineer September 06, 2012 | Flag
Comment hidden because of low score. Click to expand.
0
of 0 vote

Multitasking, in an operating system, is allowing a user to perform more than one computer task (such as the operation of an application program) at a time. The operating system is able to keep track of where you are in these tasks and go from one to the other without losing information.

a computer system's ability to support more than one process (program) at the same time. Multiprocessing operating systems enable several programs to run concurrently.

Multiprogramming is a rudimentary form of parallel processing in which several programs are run at the same time on a uniprocessor. Since there is only one processor , there can be no true simultaneous execution of different programs. Instead, the operating system executes part of one program, then part of another, and so on. To the user it appears that all programs are executing at the same time.

- Utsav Parashar February 04, 2015 | Flag Reply
Comment hidden because of low score. Click to expand.
-1
of 3 vote

Multitasking- you can open more task at same time..
example- you can playing game with surfing internet...

- Shaikh Aqueel September 07, 2012 | Flag Reply
Comment hidden because of low score. Click to expand.


Add a Comment
Name:

Writing Code? Surround your code with {{{ and }}} to preserve whitespace.

Books

is a comprehensive book on getting a job at a top tech company, while focuses on dev interviews and does this for PMs.

Learn More

Videos

CareerCup's interview videos give you a real-life look at technical interviews. In these unscripted videos, watch how other candidates handle tough questions and how the interviewer thinks about their performance.

Learn More

Resume Review

Most engineers make critical mistakes on their resumes -- we can fix your resume with our custom resume review service. And, we use fellow engineers as our resume reviewers, so you can be sure that we "get" what you're saying.

Learn More

Mock Interviews

Our Mock Interviews will be conducted "in character" just like a real interview, and can focus on whatever topics you want. All our interviewers have worked for Microsoft, Google or Amazon, you know you'll get a true-to-life experience.

Learn More