subject

Respond to the questions about the scenario as if you were a computer programmer. You will focus on compilers and design approaches. You are a computer programmer working for a large company that creates educational games and applications. The application you are currently working on aims to teach young children about colors and shapes found in nature. The company wants to just present this product as a mobile app. The deadline is just a few weeks away and you haven't even started programming yet. This project is also particularly important because it has the potential to make your company millions of dollars if the app works well and is adopted by schools around the country. 1. What programming language will you use for this app? Explain why. (3 points) 2. Whatever programming language you use will ultimately need to be translated into binary in order for the computer to understand it. With the deadline for the app coming up so quickly, should you use a complier or interpreter for this step? Explain why. (4 points) 3. How will you approach the design for this program? Explain why you would use this approach. (5 points) 4. Imagine that you use character data to program the information about the colors and shapes that will appear in a nature scene of the app. give an example of character data. (3 points) 5. Suppose you have the following numbers and need them to be written in the two other numbering systems. Before you could translate them, you would need to identify what numbering system is currently used. Which numbering systems do the following numbers represent? (4 points) a) 2C b) 109 6. You've finished programming the app! Now your company has to decide whether to use an open source license or proprietary license. Explain which one you would choose and why. (6 points)

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 12:00
The following function returns a string of length n whose characters are all 'x'. give the order of growth (as a function of n) of the running time. recall that concatenating two strings in java takes time proportional to the sum of their lengths. public static string f(int n) { if (n == 0) return ""; if (n == 1) return "x"; return f(n/2) + f(n - n/2); } options: a) constant b) logarithmic c) linear d) linearithmic e)quadratic f)cubic g) exponential
Answers: 2
question
Computers and Technology, 23.06.2019 10:00
What is estimated time of arrival (eta)? a device that measures the acceleration (the rate of change of velocity) of an item and is used to track truck speeds or taxi cab speeds a gps technology adventure game that posts the longitude and latitude location for an item on the internet for users to find a north/south measurement of position the time of day of an expected arrival at a certain destination and is typically used for navigation applications
Answers: 3
question
Computers and Technology, 23.06.2019 13:30
Spoons are designed to be used for: spring hammering. applying body filler. identifying high and low spots. sanding highly formed areas.
Answers: 3
question
Computers and Technology, 23.06.2019 13:30
Me ! evelyn is a manager in a retail unit. she wants to prepare a report on the projected profit for the next year. which function can she use? a. pmt b. round c. division d. what-if analysis
Answers: 2
You know the right answer?
Respond to the questions about the scenario as if you were a computer programmer. You will focus on...
Questions
question
Mathematics, 21.03.2020 02:20
question
Mathematics, 21.03.2020 02:40
question
Mathematics, 21.03.2020 02:40
question
Geography, 21.03.2020 02:41