Divide and Conquer Admin February 22, 2023 0 Q. What is divide and conquer technique? A divide and conquer algorithm is a strategy of solving a large problem by breaking th... Read More
The Computer System Hardware Admin January 21, 2023 0 The Computer System Hardware All the physical component of Computer system required for its function is called as the Hardware of Comput... Read More
Interconnecting the units of computer Admin January 20, 2023 0 In Computer System, the different components such as CPU, I/O units and memory units are connected to each other by a communication system c... Read More
Admin January 19, 2023 0 Inside a Computer Cabinet The computer cabinet is nothing but an enclosure that allows other computer parts to be installed inside them; su... Read More
Principle of analyzing algorithm and problem Admin December 17, 2021 0 An algorithm is a finite set of computational instructions, each instruction can be executed in finite time to perform computation or probl... Read More
Best, Worst and Average case complexity Admin December 17, 2021 0 Using RAM model of computation, we can count how many steps our algorithm will take on any given input instance by simply executing it on t... Read More
Complexity of Algorithm / Algorithm Efficiency Admin December 17, 2021 0 Complexity of an algorithm is measure of amount of time and/or space required by an algorithm for an input of given size n. There are two... Read More
Algorithm and Its properties Admin December 16, 2021 0 An Algorithm is a finite set of computational instructions, each instruction can be executed in finite time to perform computation or proble... Read More
Computer Security Concept insider February 09, 2019 0 Definition: According to SANS Institute, Network Security is the process of taking physical and software preventative measures to protec... Read More
History of Computer insider December 17, 2018 0 Rome wasn't built in a day, nor was the computer! The computer as we know today has a long history. The first calculator One of the f... Read More
Microprocessor insider March 26, 2018 0 A Microprocessor is a multipurpose programmable, clock driven, register based electronic device that reads binary instructions from a storag... Read More
Instruction Cycle insider March 25, 2018 0 Every time the CPU executes an instruction, it takes a series of steps called the machine cycle. |The machine cycle consists of two sub-cycl... Read More
Instruction Set insider March 25, 2018 0 The job of all the processor is to execute instructions, which are the commands that make up the machine language that the processor underst... Read More
Socialize