Answered step by step
Verified Expert Solution
Question
1 Approved Answer
create the program described below using python, java, shell, or any other programming language you prefer. a. (4pts) Frames per second (fps) describes how
create the program described below using python, java, shell, or any other programming language you prefer. a. (4pts) Frames per second (fps) describes how many still pictures are displayed per second. If all the frames are created and stored in RAM before they are displayed in rapid succession then the factors determining the amount of RAM needed are color depth, resolution, an106 d the number of frames. It is calculated by: resolution* color depth * fps Complete the following table. Use 10, 10%, 10%, and so on for the conversions. Show up to 4 decimal points for all calculations. Pixels Color Depth (in bits) 16 1920 x 1080 1920 x 1080 24 2560 x 1440 24 2560 x 1440 36 FPS Total RAM size in MegaBytes 60 90 90 120 Total RAM size in GigaBytes b. (4pts) Write a program that displays the table you have completed. I will grade this problem by running your program in your account and examine the source code implemented. Make sure I have rl access to the directory with your program and to all parent directories up to and including your home directory. If you use a shell script, be sure to make it executable. Do NOT write it as an HTML file. c. (2pts) If you use control statements and variables in your program. create the program described below using python, java, shell, or any other programming language you prefer. a. (4pts) Frames per second (fps) describes how many still pictures are displayed per second. If all the frames are created and stored in RAM before they are displayed in rapid succession then the factors determining the amount of RAM needed are color depth, resolution, an106 d the number of frames. It is calculated by: resolution* color depth * fps Complete the following table. Use 10, 10%, 10%, and so on for the conversions. Show up to 4 decimal points for all calculations. Pixels Color Depth (in bits) 16 1920 x 1080 1920 x 1080 24 2560 x 1440 24 2560 x 1440 36 FPS Total RAM size in MegaBytes 60 90 90 120 Total RAM size in GigaBytes b. (4pts) Write a program that displays the table you have completed. I will grade this problem by running your program in your account and examine the source code implemented. Make sure I have rl access to the directory with your program and to all parent directories up to and including your home directory. If you use a shell script, be sure to make it executable. Do NOT write it as an HTML file. c. (2pts) If you use control statements and variables in your program.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Heres a Python program that calculates and displays the table as described def calculateramsizeresol...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