The homework: Making a small terminal program to, basically, practice loops.
me: built a whole website in Spring, containerized it with docker, and uploaded it on AWS. And gave a domain too💀: muhammadtrying.uz
me: built a whole website in Spring, containerized it with docker, and uploaded it on AWS. And gave a domain too💀: muhammadtrying.uz
[University’s curriculum for this semester]
Subjects to be passed:
- WSI(Introduction to Information Systems). I will score 95% from the midterm exam and be exempted from finals.
- WDZ(Introduction to Management). I’m planning to score 100% from midterm tests and be exempted from finals.
- TAK(Computer Architecture). Well, a tough one. The problematic thing about this subject is there are so many minor things and details I need to memorize which is not ideal. I’m not a hard disk. So, I may not be exempted but I’m sure I will score at least 80%.
- PPJ(Introduction To Java). Well, you know about this one.
- HKJ(History and Culture of Japan). I think this subject is taught simply because main investors in the past, or even now, are the Japanese people. The exam is online so, I will just use Gpt and pass. I mean, it could not be perfect but I prefer allocating time on more important things and there’s no anyone who is going to prepare for it. NOT A SINGLE MF.
- BHP(Occupational health and safety training). It’s like HKJ. No one needs it. But yeah, for the sake of paperwork, I need to take an online exam by the end of November. Kids’ stuff.
- ANG(English 1). I’m already exempted from both tutorials and all exams.
- A.M(Applied math a.k.a calculus). This is the subject in whose midterm exams I may fail since I can’t cover all those things in a month. However, I hope I will be ready for the final exams which matter more.
Subjects to be passed:
- WSI(Introduction to Information Systems). I will score 95% from the midterm exam and be exempted from finals.
- WDZ(Introduction to Management). I’m planning to score 100% from midterm tests and be exempted from finals.
- TAK(Computer Architecture). Well, a tough one. The problematic thing about this subject is there are so many minor things and details I need to memorize which is not ideal. I’m not a hard disk. So, I may not be exempted but I’m sure I will score at least 80%.
- PPJ(Introduction To Java). Well, you know about this one.
- HKJ(History and Culture of Japan). I think this subject is taught simply because main investors in the past, or even now, are the Japanese people. The exam is online so, I will just use Gpt and pass. I mean, it could not be perfect but I prefer allocating time on more important things and there’s no anyone who is going to prepare for it. NOT A SINGLE MF.
- BHP(Occupational health and safety training). It’s like HKJ. No one needs it. But yeah, for the sake of paperwork, I need to take an online exam by the end of November. Kids’ stuff.
- ANG(English 1). I’m already exempted from both tutorials and all exams.
- A.M(Applied math a.k.a calculus). This is the subject in whose midterm exams I may fail since I can’t cover all those things in a month. However, I hope I will be ready for the final exams which matter more.
Computers can store and process information using binary values i.e values that can take only two different values conventionally marked as 0 and 1.
You may have known this. It’s kids’ stuff.
But what is not kids’ stuff is the fact that they don’t correspond to two voltage states: on and off.
Actually, they correspond to two different voltage levels: low and high where, of course, 0 is the low state and 1 is the high voltage state.
You may have known this. It’s kids’ stuff.
But what is not kids’ stuff is the fact that they don’t correspond to two voltage states: on and off.
Actually, they correspond to two different voltage levels: low and high where, of course, 0 is the low state and 1 is the high voltage state.
Time complexity of this algorithm is O(n) and space complexity is O(1) i.e constant. Runtime on Leetcode is 2ms.