123456789101112131415161718192021222324252627282930313233343536373839404142434445 App Academy 2025 Final Exam The number of attempts remaining is 1 NameSurnameEmail 1 / 45 1. To compress images and speed up performance To organize app features alphabetically To maintain layout consistency and responsiveness across devices To divide the codebase into different functions 2 / 45 2. True False 3 / 45 3. To track app downloads across app stores To store user data in a secure database To optimize app speed by streamlining the code To visually plan how the app will look and function 4 / 45 4. A project folder containing code and history A developer chat log A code-sharing message board for teams A programming language 5 / 45 5. Graphic design tools App deployment and analytics Content moderation and reporting Version control, bug tracking, and multiple contributor access 6 / 45 6. True False 7 / 45 7. They have no learning curve and can be developed with ease They contain a frontend and a backend in a simple package They offer a native feel with lower time and cost to develop They are accessed directly from the browser making them easy to use 8 / 45 8. Progressive web apps Native apps Desktop apps Hybrid apps 9 / 45 9. They cannot access device hardware They don’t support high graphics They are not available in app stores They lack portability and require more time and cost to develop 10 / 45 10. There is no closing tag The size of the images too small The extension file name of the image "jpg" is missing The tag should say <image> 11 / 45 11. To make sure it is a hybrid, cross platform app To ensure it works and looks good across devices To decrease loading speeds on larger devices To make the sure the code works on different browsers 12 / 45 12. False True 13 / 45 13. pic src=... img scr=... image src=... img src=... 14 / 45 14. a url href link 15 / 45 15. High Text Machine Language Hyper Trainer Marking Language Hyper Text Markup Language None of the above 16 / 45 16. Build the full app before showing anyone Write code immediately and release a final version Skip feedback until after marketing Talk to users, sketch an MVP, and share publicly for feedback 17 / 45 17. Animates transitions on screen Builds the mobile version of the app Processes logic, interacts with databases, and sends responses via the API Displays buttons and menus to users 18 / 45 18. Logical, fast, and profit-driven Data-heavy, private, and monetized Strict, linear, and code-focused Empathetic, experimental, and iterative 19 / 45 19. To test multiple prototypes To write code based on user data To pitch the product to stakeholders To deeply understand user needs, emotions, and challenges 20 / 45 20. A CSS file An element’s innerHTML The browser console only The URL bar 21 / 45 21. It clears all variables It loops the function again It sends a value back to where the function was called It stops the function from running 22 / 45 22. (“element”).text (“element”).innerHTML (“element”).input (“element”).value 23 / 45 23. False True 24 / 45 24. onclick onbuttondown hover keydown 25 / 45 25. Changes the document title Creates a new HTML element called “demo” Deletes the element “demo” Selects an element with the ID “demo” 26 / 45 26. True False 27 / 45 27. 2 An error message 4 22 28 / 45 28. myFunction = function[] function = myFunction() func myFunction() function myFunction() { } 29 / 45 29. var x = 5; int x = 5; declare x = 5; variable x = 5; 30 / 45 30. Adding interactivity to web pages Creating databases Structuring content Styling pages 31 / 45 31. 5 + 3 5 3 8 Error 32 / 45 32. (1, 2, 3, 4, 5) "1,2,3,4,5" {1, 2, 3, 4, 5} [1, 2, 3, 4, 5] 33 / 45 33. It loads a module into your code so you can use its functions It compiles the code It adds an HTML file It creates a backup of your file 34 / 45 34. False True 35 / 45 35. To define a function To handle errors and prevent the program from crashing To test performance To stop a loop 36 / 45 36. False True 37 / 45 37. print() display() show() output() 38 / 45 38. Set Dictionary Tuple List 39 / 45 39. Tuple Set List Dictionary 40 / 45 40. True False 41 / 45 41. while for loop do 42 / 45 42. Executes code based on a condition Imports a module Creates a function Loops through a list 43 / 45 43. True False 44 / 45 44. total-price 2total total_price total price 45 / 45 45. Hello+World HelloWorld Error Hello World
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