Skip to content

Instantly share code, notes, and snippets.

Here are real exam questions from a university course called "Cloud Information Systems":
**Question 1: AWS Lambda is an example of which cloud computing service model?**
- [ ] Query as a Service (QaaS)
- [ ] Platform as a Service (PaaS)
- [ ] Software as a Service (SaaS)
- [x] Function as a Service (FaaS)
**Question 2: The architecture pattern of dividing an application/system into a suite of small services is called?**
- [ ] Monolith
- [x] Microservice
Starting Turboboot Server 🍌
29 Apr, 23:24:19
------
29 Apr, 23:24:19
Serving at http://0.0.0.0:8000
29 Apr, 23:24:19
127.0.0.1 - - [29/Apr/2023 21:24:19] "GET / HTTP/1.1" 405 -
29 Apr, 23:31:42
Performing model auto-detection
29 Apr, 23:31:43

Terms & Conditions

By downloading or using the app, these terms will automatically apply to you – you should make sure therefore that you read them carefully before using the app. You’re not allowed to copy or modify the app, any part of the app, or our trademarks in any way. You’re not allowed to attempt to extract the source code of the app, and you also shouldn’t try to translate the app into other languages or make derivative versions. The app itself, and all the trademarks, copyright, database rights, and other intellectual property rights related to it, still belong to Mikhail Andreev.

Mikhail Andreev is committed to ensuring that the app is as useful and efficient as possible. For that reason, we reserve the right to make changes to the app or to charge for its services, at any time and for any reason. We will never charge you for the app or its services without making it very clear to you exactly what you’re paying for.

The Youtube Metronome app stores and processes personal data that you have

Privacy Policy

Mikhail Andreev built the Youtube Metronome app as a Freemium app. This SERVICE is provided by Mikhail Andreev at no cost and is intended for use as is.

This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service.

If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy.

The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which are accessible at Youtube Metronome unless otherwise defined in this Privacy Policy.

%include "asm_io.inc"
segment .data
prompt1 db "Array length: ", 0
prompt2 db "Array elements (space separated):", 0
prompt3 db "Looking for ", 0
segment .bss
len resd 1
lookup_val resb 1
arr_p resd 1