SSUJANinsujannotes.hashnode.dev·Jul 30, 2025 · 19 min readCom. Fundamentals (MCQ)The term 'booting' in a computer refers to: a) Installing new software. b) Starting up the computer. c) Shutting down the computer. d) Connecting to a network. What is the smallest unit of data in a computer? a) Byte b) Kilobyte c) Bit d) Megabyte ...00
SSUJANinsujannotes.hashnode.dev·Jul 30, 2025 · 7 min readComputer FundamentalsIntroduction to Computer Systems A Computer System is an integrated set of hardware and software designed to process data and produce meaningful information. Functional Units of a Computer System 1. Input Unit - Receives data and instructions (e.g.,...00
SSUJANinsujan07.hashnode.dev·Feb 13, 2025 · 5 min readData Structures and Algorithms (DSA)Define binary search. Explain it with suitable diagram and algorithm. Binary search is a searching technique that is used to find the position of a target value in a sorted array. It works by repeatedly dividing the search interval in half, eliminati...00
SSUJANinsujan07.hashnode.dev·Feb 13, 2025 · 10 min readObject-Oriented Programming (OOP)Describe data types and operators used in OOP programming. A data type in programming specifies the kind of data a variable can hold. They play a key role in building and manipulating classes and objects. 1. Primitive Data Types: These are the basic ...00
SSUJANinsujan07.hashnode.dev·Feb 13, 2025 · 17 min readOperating System (OS)What do you mean by deadlock? What are the necessary conditions for the deadlock to occur? A deadlock is a situation in a multithreaded or multiprocess system where two or more processes are unable to proceed because each is waiting for the other to...00