123456789101112131415161718192021222324252627282930313233343536373839404142434445 App Academy 2025 Final Exam The number of attempts remaining is 1 NameSurnameEmail 1 / 45 1. Grouping Alignment Margins Padding 2 / 45 2. Deployment Testing Development Analysis 3 / 45 3. To visually plan how the app will look and function To optimize app speed by streamlining the code To track app downloads across app stores To store user data in a secure database 4 / 45 4. A step-by-step to design, build, test, and improve software A collection of design templates for user interfaces A step-by-step guide to get an app onto the App store A list of coding languages used in software projects 5 / 45 5. Content moderation and reporting Version control, bug tracking, and multiple contributor access App deployment and analytics Graphic design tools 6 / 45 6. True False 7 / 45 7. They are not available in app stores They cannot access device hardware They lack portability and require more time and cost to develop They don’t support high graphics 8 / 45 8. False True 9 / 45 9. To decrease loading speeds on larger devices To make the sure the code works on different browsers To ensure it works and looks good across devices To make sure it is a hybrid, cross platform app 10 / 45 10. name class id type 11 / 45 11. html { background-color: lightblue;} body { background: lightblue;} body { color: lightblue;} body { background-color: lightblue;} 12 / 45 12. True False 13 / 45 13. p style="text: red;" p {text-color: red;} p {color: red;} p = red; 14 / 45 14. img src=... image src=... img scr=... pic src=... 15 / 45 15. html > head > body html > body > head body > html > head head > html > body 16 / 45 16. To reduce pricing To delay the sales process To build brand recognition To fill space on your website 17 / 45 17. True False 18 / 45 18. Skip feedback until after marketing Write code immediately and release a final version Build the full app before showing anyone Talk to users, sketch an MVP, and share publicly for feedback 19 / 45 19. True False 20 / 45 20. To ensure users are involved from the beginning to build relevant apps To organize coding tasks by feature To simplify UI design decisions To plan marketing campaigns 21 / 45 21. Displays buttons and menus to users Processes logic, interacts with databases, and sends responses via the API Builds the mobile version of the app Animates transitions on screen 22 / 45 22. A content delivery network The back-end (server and database) The front-end API The user interface 23 / 45 23. It stops the function from running It clears all variables It sends a value back to where the function was called It loops the function again 24 / 45 24. (“element”).value (“element”).input (“element”).innerHTML (“element”).text 25 / 45 25. False True 26 / 45 26. onbuttondown hover keydown onclick 27 / 45 27. Deletes the element “demo” Creates a new HTML element called “demo” Selects an element with the ID “demo” Changes the document title 28 / 45 28. 4 An error message 22 2 29 / 45 29. run addNumbers() function addNumbers(); addNumbers(); call addNumbers; 30 / 45 30. False True 31 / 45 31. {1, 2, 3, 4, 5} (1, 2, 3, 4, 5) "1,2,3,4,5" [1, 2, 3, 4, 5] 32 / 45 32. It compiles the code It creates a backup of your file It adds an HTML file It loads a module into your code so you can use its functions 33 / 45 33. math.root() math.square() math.pow() math.sqrt() 34 / 45 34. include math load math; require(math) import math 35 / 45 35. True False 36 / 45 36. print() show() display() output() 37 / 45 37. User input method Python modules Calculation formulas Items in the cart 38 / 45 38. Tuple Dictionary List Set 39 / 45 39. List Set Dictionary Tuple 40 / 45 40. while loop do for 41 / 45 41. Executes code based on a condition Imports a module Creates a function Loops through a list 42 / 45 42. 10 2 3 2.5 43 / 45 43. total-price total_price total price 2total 44 / 45 44. HelloWorld Hello World Error Hello+World 45 / 45 45. .pt .pyt .python .py
App Academy 2025 Final Exam
The number of attempts remaining is 1
1 / 45
2 / 45
3 / 45
4 / 45
5 / 45
6 / 45
7 / 45
8 / 45
9 / 45
10 / 45
11 / 45
12 / 45
13 / 45
14 / 45
15 / 45
16 / 45
17 / 45
18 / 45
19 / 45
20 / 45
21 / 45
22 / 45
23 / 45
24 / 45
25 / 45
26 / 45
27 / 45
28 / 45
29 / 45
30 / 45
31 / 45
32 / 45
33 / 45
34 / 45
35 / 45
36 / 45
37 / 45
38 / 45
39 / 45
40 / 45
41 / 45
42 / 45
43 / 45
44 / 45
45 / 45