Computer Science, asked by kratos9552, 2 months ago

6. Differentiate between the functions of 't' operator when used with
integer and string values.
7. What is the difference between the following statements?
a=10 and a==10
8. What do you mean by iterative statements? give examples.
9. Why are for and while loops called entry controlled loops?
10 What is the use of membership operators in Python?
11. How can you broadly categorise the apps?
12. Explain any one category of apps?
13. What are the requirements for developing an app by scratch?
14 What is the difference between Hybrid apps and Native apps?
15. Distinguish between a Desktop app and a Mobile app
16. How can you download and install an app from the google pay store?
17. Explain the importance of Educational Apps
18. With the help of suitable exaples, explain the Phot editing tasks that
can be done using Desktop, web or Mobile Apps
19. Define the entry control loop?
20. Define exit control loop?​

Answers

Answered by CadentTax99
2

Answer:

7. a=10 we are assigning value to a while in a==10 we are comparing it.

9. it depends on condition if its false loop would terminate

Similar questions