Concept explainers
(Hard drive storage capacity) If you buy a 40 GB hard drive, then chances are that the actual storage on the hard drive is not 40 GB. This is due to the fact that, typically, a manufacturer uses 1,000 bytes as the value of 1K bytes, 1,000 K bytes as the value of 1 MB, 1,000 MB as the value of 1 GB. Therefore, a 40 GB hard drive contains 40,000,000,000 bytes. However, in computer memory, as given in Table 1-1 (Chapter 1), 1 KB is equal to 1,024 bytes, and so on. So the actual storage on a 40 GB hard drive is approximately 37.25 GB. (You might like to read the fine print next time you buy a hard drive.) Write a
Trending nowThis is a popular solution!
Chapter 2 Solutions
EBK C PROGRAMMING:
- (Mechanics) The deflection at any point along the centerline of a cantilevered beam, such as the one used for a balcony (see Figure 5.15), when a load is distributed evenly along the beam is given by this formula: d=wx224EI(x2+6l24lx) d is the deflection at location x (ft). xisthedistancefromthesecuredend( ft).wistheweightplacedattheendofthebeam( lbs/ft).listhebeamlength( ft). Eisthemodulesofelasticity( lbs/f t 2 ).Iisthesecondmomentofinertia( f t 4 ). For the beam shown in Figure 5.15, the second moment of inertia is determined as follows: l=bh312 b is the beam’s base. h is the beam’s height. Using these formulas, write, compile, and run a C++ program that determines and displays a table of the deflection for a cantilevered pine beam at half-foot increments along its length, using the following data: w=200lbs/ftl=3ftE=187.2106lb/ft2b=.2fth=.3ftarrow_forwardCorrect and detailed answer please. Thank you!arrow_forwardMATLAB CODEarrow_forward
- Python Jupyter Notebookarrow_forwardPython Coding:arrow_forwardWrite a python code that does the following: - Asks student to enter his name - Ask them to enter their marks for 4 different modules. (Note: these marks should be out of 100 for each module) - Based on the average of the 4 different modules, the student should get the grade that they have achieved at that level. - The grades should follow the following trend - greater than or equal to 90 = A - from 80 to 89 inclusive = B - from 70 to 79 inclusive = C - from 60 to 69 inclusive = D - from 50 to 59 inclusive = E - below 50 = Farrow_forward
- Variables of different types take up different amounts of space in computer memory.Order the data types in terms of size-in-memory (from smallest to largest). Some are equal size (so you can list them in either order): double, bool, int, char, float (Note: if you don't remember the exact sizes, ask yourself: how many different values does each data type have to hold?) 1. (smallest) bool char int float double (largest) 2. (smallest) float double char int bool (largest) 3. (smallest) char bool double float int (largest) 4. (smallest) int float double char bool (largest)arrow_forwardpython porgram - What is the syntax for calculating the correlation between A and A shifted by 10 steps to the right?arrow_forward⦁ You are writing lines of codes for a large program. Because you only recently started programming, you are not very quick at writing code, and can only write 20 lines of code each hour. However, the more code you write, the faster you become, and so the number of lines you can write each hour changes. ⦁ If the number of lines you are writing increases by seven lines each hour, calculate the total amount of lines you would have written after 10 hours.⦁ If the amount of lines increases by a factor of 1.2 each hour, calculate the total amount of lines you would have written after 8 hours.⦁ You and your friend are both working on writing simple programs, whenever one of you finishes a program; they go outside to take a small break, then returns to work on the next program. If you need 112 minutes to write one program, and your friend needs 150 minutes to write one, after how many minutes will both of you be outside together for a break?arrow_forward
- Computer Science A major appliance company has hired you to work on next-generation kitchen appliances. You have been assigned to write code for a new smart oven/range combo (that means both the burners on the top and the part where you stick the cookies to bake). Excluding the simple time-of-day clock, identify at least two places where you might use a timer in your code. Since this is a "smart" appliance, feel free to add meaningful features that could utilize the timer.arrow_forward(IN C LANGUAGE) Cumulative Addition: Computer selects a number between 7 and 23 at random. User will only add 2, 3 or 5 numbers to reach that number.For example: To reach 14: User will enter 5 5 2 2 (4 input).Also he can enter 2 2 2 2 2 2 2 (7 input) or 3 3 3 3 2 (5 input). https://www.bartleby.com/questions-and-answers/in-c-language-cumulative-addition-computer-selects-a-number-between-7-and-23-at-random.-user-will-on/0509c740-d993-44ed-a468-7e02da552600arrow_forward#Basic Python, please help# Roses on a tree can be either red or white, represented with an appropriate data type that you will need to design. In panic mode, you must write a Python program that paints red all the roses on a rose tree. Test your program on 3 trees, each holding at least 7 roses.arrow_forward
- C++ for Engineers and ScientistsComputer ScienceISBN:9781133187844Author:Bronson, Gary J.Publisher:Course Technology PtrEnhanced Discovering Computers 2017 (Shelly Cashm...Computer ScienceISBN:9781305657458Author:Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. CampbellPublisher:Cengage LearningProgramming Logic & Design ComprehensiveComputer ScienceISBN:9781337669405Author:FARRELLPublisher:Cengage