Bilgi Teknolojisi Ödev Yardımı
Bilgi teknolojisi atama yardımı, kullanıcılara en ileri bilim ve teknoloji hakkında çok yüksek kalitede bilgi sağlayabilir. Çok detaylı kategorize edilmiş bilgi verileri vardır ve yazılımın kendisinin bunları kullanma izni yoktur, böylece herkes teknolojiden sonuna kadar yararlanabilir.
Alışılmışın dışında teknoloji ve yaşam için de mükemmel bir içerik organizasyonudur. İlginç ve profesyonel içerik üretmek için kullanıcıları ve markaları birbirine bağlar. Teknik bilgiler, derinlemesine incelemeler, beceri ipuçları ve ürün deneyimleri vb. içerir. Grafik, video ve bilgilendirici reklam içerik formatlarına sahiptir ve başlıca yeni medya platformlarını kapsar.
- 3. (30 p.) Write a Python function called sortStr() that takes a string as parameter,and returns a new string which contains characters of the given string sorted in ascending order. Example1: The function call sortSt("db4ac") will return a string that is "4abcd". Example2: The function call sortStr("AvaTar") will return a string that is "ATaary". Hint: You can convert string to a list, sort the created list and then build result string from this list.
- 37. What is the purpose of security testing? A) Identify and fix system vulnerabilities B) Improve system scalability C) Ensure architectural compliance D) Test user workflows 38. What type of testing ensures components interact correctly? A) Regression testing B) Integration testing C) Security testing D) Performance testing 39. What is the primary goal of functional testing? A) Validate system scalability B) Ensure the system performs intended functions C) Identify vulnerabilities D) Check adherence to coding standards 40. Which testing technique evaluates system limits under hea A) Functional testing B) Stress testing C) Security testing D) Regression testing
- 17. What does evolutionary architecture emphasize? A) Detailed upfront designs o B) Continuous adaptation to change C) Strict adherence to initial plans D) Avoiding modular systems 18. What does evolutionars architecture emphasize? A) Detailed upfront designs B) Continuous adaptation to change C) Strict adherence to initial plans - D) Avoiding modular systems 19. What is the primary focus of Agile architecture? A) Fixed delivery timelines B) Flexibility and incremental changes C) Reducing stakeholder involvement D) Heavy documentation 20. How does DevOps improve quality? A) By eliminating testing B) Through continuous testing and monitoring C) By focusing only on scalability D) By avoiding feedback loops 21. Which of these is an example of continuous architecture in action? - A) Developing all features before testing B) Adding international payment options incrementally C) Disabling automation pipelines during deployment - D) Building monolithic systems for scalability 22. What is the primary purpose of system modeling? - A) Bridging requirements and implementation - B) Eliminating the need for documentation C) Increasing code redundancy D) Testing physical hardware 23. Which diagram is best for showing workflows in a system? A) Use case diagram B) Activity diagram C) Class diagram D) Deployment diagram 24. Which UML diagram shows object interactions over time? A) Class diagram B) Sequence diagram C) Deployment diagram D) State diagram 25. What does a state diagram represent? A) Code structure B) System deployment C) Object states and transitions D) User roles 26. What is the role of artifacts in a deployment diagram? A) Define user interactions B) Represent hardware components C) Represent software components deployed on nodes D) Show states of objects
- 7. Which evaluation method involves stakeholder collaboration? A) OAW B) ATAM c C) Load testing D) Security analysis 8. Which view focuses on the system's runtime behavior? A) Logical view B) Physical view C) Process view D) Development view 9. Which of these is a structural UML diagram? A) Sequence diagram B) Class diagram C) Activity diagram D) Use case diagram 10. What does a deployment diagram represent? A) Software's logical structure B) Hardware and software deployment C) User interactions with the system D) Code organization 11. What is the purpose of the logical view in architecture documentation? A) To show runtime interactions B) To represent physical deployment ......................................................................functionality D) To organize the codebase 12. Which step ensures that architecture documentation remains relevant? A) Discarding older versions B) Regular updates C) Removing unnecessary diagrams D) Adding high-level summaries 13. Which of the following is a development view component? A) Server clusters B) Deployment nodes C) Modules and packages D) User interface workflows 14. Which diagram is ideal for modeling user roles and actions? A) Sequence diagram B) Use case diagram C) Class diagram - D) Deployment diagram 15. Which principle is central to Agile software architecture? A) Detailed upfront design B) Evolutionary design C) Fixed project scope D) Monolithic systems 16. What is a feature toggle? A) A method to scale cloud resources B) A switch to enable/disable features dynamically C) A security mechanism in DevOps D) A method to reduce system dependencies
- Student Name: __ Department: __ Student Number: __ 35 multiple choice questions 1. Which of the following is a quality attribute? - A) Scalability - B) Functional requirements - C) Source code formatting - D) API documentation 2. Which tactic can improve system performance? A) Redundancy B) Caching C) Failover mechanisms D) Role-based access control 3. What quality attribute does encryption primarily address? - A) Usability B) Security C) Performance - D) Scalability 4. What quality attribute does encryption primarily address? A) Usability B) Security C) Performance D) Scalability 5. What is database sharding an example of? A) Security tactic B) Usability enhancement C) Scaling technique D) Performance testing 6. What is the primary benefit of redundancy? - A) Improved usability B) Increased availability C) Enhanced performance D) Better scalability