top of page
Live Session - Computer Forensics
Saturday, 9th May 2026 @ 7:30 PM
PAY LINK - https://www.questionbankos.com/_paylink/AZ3-l1ca
Search
All Posts
Data Structures Using C, C++ and JAVA
Sequential (Linear Search) Using C, C++ and Java
abhijitsathe
May 5, 20251 min read
Checking Expression for Correct Parenthesis Using C, C++ and JAVA (Recursive Version)
Please Note : Following all three versions of program included function for checking parenthesis of expressions. The function has sequence of if ...else statements purposefully implemented to make the logic easy to understand. Reader's are encouraged to use other alternatives such as switch...case to experiment with this code.
abhijitsathe
May 5, 20253 min read
Introduction to JAVA Programming PART II
How to import Java classes? Syntax import packagename.Cl assname; // importing particular class from package OR import ...
abhijitsathe
May 4, 20253 min read
Learning JAVA from Scratch
Introduction to Java Programming - PART I
abhijitsathe
May 2, 20251 min read
Introduction to JAVA Programming - PART I
1. What are the types of programs that you can create with Java?
abhijitsathe
May 2, 20257 min read
Insertion Sort Using C, C++ and JAVA
Sequential Search with Insertion Sort Using C, C++, and JAVA
abhijitsathe
Apr 30, 20255 min read
Python - From Scratch
Python is a scripting language language but can be used for general programming purpose.
abhijitsathe
Apr 29, 20256 min read
Sequential (Linear Search) on Sorted Data Using C, C++ and JAVA
Sequential Search Using C, C++ and JAVA
abhijitsathe
Apr 29, 20255 min read
Sequential (Linear Search) Using C, C++ and Java
Sequential Search ( Linear Search ) Method - Using C , C++, JAVA
abhijitsathe
Apr 26, 20254 min read


Programs Using C & Data Structures
C is a an oldest programming language used by system developers for developing complex software such as an operating system. It is a...
abhijitsathe
Apr 18, 202525 min read
Operating Systems - Numerical Problems
A 1000 Kbyte memory is managed using variable partitions but no compaction. It currently has two partitions of sizes 200 Kbytes and 260...
abhijitsathe
Apr 6, 20253 min read
Operating System Concepts - Short Answers
What is an Operating System? Operating System is a program or software which acts as an interface between the user and hardware of...
abhijitsathe
Apr 1, 202515 min read
Computer Networking - Question Bank
What is Computer Network? A Computer Network is an interconnected collection of autonomous computers/devices. Computers/devices can be...
abhijitsathe
Mar 30, 202510 min read
Operating System Basics – Multiple Choice Questions
Q.1) The highest response ratio next scheduling policy favors ____________jobs, but it also limits the waiting time of ___________jobs....
abhijitsathe
Mar 29, 202511 min read
Operating System Concepts
The purpose of this website is to provide contents that are useful to undergraduate / post graduate students preparing for final examination as well as entrance and competitive examinations in the field of computer science.
abhijitsathe
Mar 28, 20253 min read
bottom of page

