Computers and Technology

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)

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 00:00, amyeileen
11. is the ability to understand how another person is feeling. a. authority b. sympathy c. empathy d. taking a stand
Answers: 1
image
Computers and Technology, 22.06.2019 22:30, josephmelichar777
Write a full class definition for a class named player , and containing the following members: a data member name of type string .a data member score of type int .a member function called setname that accepts a parameter and assigns it to name . the function returns no value. a member function called setscore that accepts a parameter and assigns it to score . the function returns no value. a member function called getname that accepts no parameters and returns the value of name .a member function called getscore that accepts no parameters and returns the value of score .this is what i have, aparently this is wrong: class player{private: string name; int score; public: void player: : setname (string n){name =n; }void player: : setscore (int s){score = s; }string player: : getname (){return name; }int player: : getscore (){return score; }};
Answers: 2
image
Computers and Technology, 23.06.2019 07:00, MissSmartyPants88
To produce a starlight effect in her photograph, lina should choose the filter for her camera.
Answers: 1
image
Computers and Technology, 23.06.2019 09:10, djs1671
(328 inc. 448 ind. 480 in25. john has a collection of toy cars. he has 2 red cars, 4 blue cars, 4 black cars, and 6 yellowcars. what is the ratio of red cars to yellow cars? a. 1: 2b. 1: 3c. 1: 626. the net of a right triangular prism is shown below.
Answers: 2
Do you know the correct answer?
Respond to the questions about the scenario as if you were a computer programmer. You will focus on...

Questions in other subjects:

Konu
Computers and Technology, 07.07.2019 06:00