Home / Computer Science / Miscellenious (page 2)

Miscellenious

BitCoin Mining and Reward Process

Bitcoin mining involves both the creation of new bitcoins and the verification of transactions on the Bitcoin network. It is done by specialized computers called miners, which compete with each other to solve complex mathematical problems and earn bitcoins as a reward. The mining process begins when a user initiates …

Read More »

Creating an Arbitrage Opportunity in Cryptocurrency: A Step-by-Step Guide

Creating an arbitrage opportunity in cryptocurrency involves taking advantage of price differences across different cryptocurrency exchanges. Here are the steps to create an arbitrage opportunity in cryptocurrency: Research: Conduct research to find price differences across different cryptocurrency exchanges. Look for exchanges that have significant price differences for the same cryptocurrency. …

Read More »

OWASP – Open Web Application Security Project

In the world of internet the common problem is security of the application, hackers are trying to inject malwares or Trojans to the web applications. Web application attacks are now most frequent happens in the internet world. Yet many organizations struggle to implement an application security program because they simply …

Read More »

Shortcut Keys – Microsoft Excel

Shortcuts with CTRL key combination Key Description CTRL+PgUp Switches between worksheet tabs, from left-to-right. CTRL+PgDn Switches between worksheet tabs, from right-to-left. CTRL+SHIFT+( Unhides any hidden rows within the selection. CTRL+SHIFT+) Unhides any hidden columns within the selection. CTRL+SHIFT+& Applies the outline border to the selected cells. CTRL+SHIFT_ Removes the outline …

Read More »

What is block chain technology?

What is Block chain Technology? Block chain technology is technology word which heard frequently in information technology sector.  First going into the term block chain technology, a block chain is a continuously or unbreakable growing list of records, called blocks and these are linked and high secured by using cryptography. …

Read More »

History of Windows Operating System

Windows Operating System: Windows is an operating which is mile stone in the history. Microsoft windows simply it is windows, is a release from Microsoft. Windows belongs to the community of Graphical user interface community. A group of operating systems grouped together and forming Windows operating system. It is a …

Read More »

What is Breadth First Search (BFS)

Breadth First Search

Breadth First Search is an algorithm for traversing elements from a data structure or searching tree.  Visiting each vertex and edge exactly in a well defined order is done in Graph travelers. Traversal of an element in graphically is well defined in searching algorithms. The first traversal in BFS accomplished …

Read More »