Visitor activity

rsan

Public contributions from visitors who posted under the name rsan.

Questions 18
Answers 0

Recent questions

Latest questions from rsan

5. What percentage of the scores are within one standard deviation of the mean ? * Hint: Divide the number of items from #4 above by the total number of test scores, and then multiply by 100 to convert the decimal into p...
1 answer
How many of the data set items are within one standard deviation of the mean (in the range chosen on #3)? * Data set: 34,45,50,56,60,65,70,70,70,70,72,77,77,80,82,86,86,89,95,98 A. 12 B. 14 C. 16 D. 18
1 answer
What is one positive factor that affects the software development process?(1 point) Responses assembling a team of talented developers assembling a team of talented developers creating disparate goals creating disparate...
1 answer
Articulate the following code with respect to reusability. def is_year(year): if year % 4 == 0: print(‘Year is divisible by 4’) else: print(‘Year is not divisible by 4’) (1 point) Responses Code holds function definition...
1 answer
What is the advantage of integration testing?(1 point) Responses It looks at a specific feature within the program. It looks at a specific feature within the program. It looks at individual units of code. It looks at ind...
1 answer
Which of these is behavior that is represented by code and whose state is represented by data that helps reduce repetition?(1 point) Responses parse parse function function IDE IDE object
1 answer
The following code is for a Python function to represent a recursive function to find the factorial of an integer def factorial(x): if x == 1: return 1 else: return (x * factorial(x - 1)) num = 3 print("The factorial of"...
1 answer
Question Suppose you are discussing what types of variables to use for a program. You need to initialize a variable for a counter. Which type of variable would be most appropriate?(1 point) Responses binary binary string...
1 answer
Which of these is a way that an engineer could use abstraction to improve the design of a website?(1 point) Responses Choose a domain name that is short, easily recognized, and contains simple words in the website’s prim...
1 answer
From the following set of devices, which is the correct set of embedded systems? radio, digital watch, camera, speakers, laptop, computer, smartphone, GPS tracker, microphone (1 point) Responses smartphone, GPS tracker,...
1 answer
This system is software that facilitates a computer’s basic functions, such as executing applications, communicating between software applications programs and hardware.(1 point) Responses input/output system input/outpu...
1 answer
Which of the following is an example of a middleware?(1 point) Responses Unity Unity Microsoft Office Microsoft Office Microsoft Windows Microsoft Windows Linux
1 answer
Mercury circles the Sun once every 0.241 years. What is its semi-major axis length as it orbits the Sun?(1 point) Responses 0.058 AU 0.058 A U 0.241 AU 0.241 A U 0.12 AU 0.12 A U 0.39 AU
1 answer
What is Kepler’s Second Law?(1 point) Responses The area swept by the radius vector for a planet must be equivalent for equal time intervals. The area swept by the radius vector for a planet must be equivalent for equal...
1 answer
In 7 days, a planet’s radius vector sweeps out an area of A. How much area would this planet’s radius vector sweep out in 14 days?(1 point) 2A The same area, A. The area will be smaller than A. The area will be greater t...
1 answer
In 7 days, a planet’s radius vector sweeps out an area of A. How much area would this planet’s radius vector sweep out in 14 days?(1 point) Responses 2A 2A The same area, A. The same area, A. The area will be smaller tha...
1 answer
A comet has an orbital eccentricity of 0.96 and a planet has an orbital eccentricity of 0.15. Which is true about the shape of these two orbits?(1 point) Responses The comet has foci that are farther apart. The comet has...
1 answer
If a satellite transfers to an orbit that is farther away from a planet, what happens to its velocity and period?(1 point) Responses The period is shorter because the satellite moves faster. The period is shorter because...
1 answer

Recent answers

Latest answers from rsan

No public answers found for this visitor name.