> Spelunking

Author name: Abhay Krishnan

With over five years of data engineering experience at EY and Infosys, Abhay Krishnan specializes in building scalable data pipelines and cloud warehousing solutions. He is a certified SnowPro Core professional, alongside credentials in AWS and Azure. Abhay created this 50-day track to solve a problem he faced firsthand: the lack of a structured, free resource for Snowflake certification prep. Follow him on LinkedIn for more data engineering insights.

Looping, Indexing and Delay Generation in 8085

Looping in 8085 Looping is a programming technique that instructs the Microprocessor to repeat tasks. It is accomplished by changing the sequence of execution using jump instructions. Loops can be classified into two groups: Continous Loops. Conditional Loops. Continous Loops A continuous loops repeats a task continuously. It is setup by using unconditional jump instruction. A

Looping, Indexing and Delay Generation in 8085 Read More »

Linear Search

In this tutorial, you will learn how the linear search algorithm works and its implementation using C. Searching is the process of finding whether or not a specific value exists in an array. The linear search or sequential search works by checking every element of the array one by one until a match is found. Working of Linear Search Consider the following array. we have to search for

Linear Search Read More »

8085 Instruction Cycle and Timing Diagram

The timing diagram is a graphical representation of the process in steps with respect to time. It represents the step by step working of each instruction and its execution. The execution time of instructions is represented in T-states. Machine Cycle– The time required to access the memory or input/output device is called the machine cycle.

8085 Instruction Cycle and Timing Diagram Read More »