Answered step by step
Verified Expert Solution
Question
1 Approved Answer
need help with 4 and 5! need to make it use the user's input in Java! also define the constant pls and thank you, I
need help with 4 and 5! need to make it use the user's input in Java! also define the constant pls and thank you, I promise to give a thumbs up!
HW2: for this homework, you will create a Java program that helps you make calculations for understanding the CPI (cycles per instruction) for a generation 8-10 processor such as Intel Core i7 or AMD Ryzen. The standard clock speeds for this generation of cores for these CPUs is around 3.6 GHz/sec. The i7 and AMD Ryzen are 64-bit processors meaning they can process 64 bits at one time. Directions: Create a java program that calculates the number of bits and bytes a computer 's CPU can process. define at least one constant use variable identifiers and constants as needed in your calculation 4. input prompt the user to enter values for the CPU clock speed, computer architecture, and time, i.e., 3.6GHz/1sec&64 bit 5. calculation based on the user's input for clock speed, CPU architecture, and time... calculate the number of bits and bytes processed using the provided formula convert number of bytes to GbytesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started