https://medium.datadriveninvestor.com/automating-your-job-with-python-f1952b6b640d
I am also active at:
Sunday, October 30, 2022
Saturday, October 29, 2022
Tuesday, October 25, 2022
Main functions of the OS in a general purpose computer
- Process management.
- Process scheduling
- Memory management..
- I/O Management.
- Interrupt handling.
- Exception handling and system recovery.
- Providing System interface APIs for application developers.
- System security..
Key data structures
- Arrays
- Linked-lists
- Dictionary/Enumerations
- Sets
- Stack
- Queues
- Trees
- Heap
- Tries
- Graph
- Hash tables/Maps
Subscribe to:
Posts (Atom)
इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया - सुदर्शन फ़ाकिर
इश्क में ग़ैरत-ए-जज़्बात ने रोने ना दिया वरना क्या बात थी किस बात ने रोने ना दिया आप कहते थे कि रोने से ना बदलेंगे नसीब उमर भर आप की इस बात...
-
Acronym Full Form AJAX Asynchronous JavaScript and XML API Application Programming Interface APK Android Application Package ASP Activ...
-
#include<stdio.h> int main() { int M,N,q; scanf("%i %i",&M, &N); if((M%N)!=0) {printf("0...
-
"A good company understands that problem solving ability and the ability to learn new things are far more important than knowledge o...