IO intensive vs CPU intensive

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
lukenhung
Posts: 17
Joined: Fri Aug 14, 2015 9:35 am
Contact:

IO intensive vs CPU intensive

Post by lukenhung »

Hi everyone,
I have planed to take OCPJP exam at the begin of next month, now I am very happy with Enthuware Studio Test and I believe I can pass the exam with Enthuware Studio :).
During my preparation, I have a little confused about IO/CPU intensive,I have searched them on Google but I still have not found my answer :(. Can someone please tell me what they are ? and how to detect a task is IO or CPU intensive?

Thank in advance.

admin
Site Admin
Posts: 10388
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: IO intensive vs CPU intensive

Post by admin »

If your process does a lot of reading/writing from/to a file or from/to network, it is an I/O intensive process. If it does a lot of computation, then it is a CPU intensive process.
For example, reading all the names from a phone book database is an i/o intensive process but sorting the names is a CPU intensive process.

Post Reply

Who is online

Users browsing this forum: No registered users and 8 guests