Articles on Trending Technologies

Technical articles with clear explanations and examples

What is the full form of BCR ?

Praveen Varghese Thomas
Praveen Varghese Thomas
Updated on 20-Apr-2023 1K+ Views

Introduction A Bar Code Reader (BCR) , also known as a barcode scanner, is a device that can read and decode information from a barcode. A lens, a light source, and a light sensor that converts optical signals into electrical ones make up a bar-code reader. Moreover, almost all barcode readers contain decoding hardware that examines the sensor-provided picture data of the barcode and transfers the content of the barcode to the scanner's output port. Definition of BCR A device that can read and decipher the data encoded in a barcode is referred to as a barcode reader or ...

Read More

What is the full form of BCD ?

Praveen Varghese Thomas
Praveen Varghese Thomas
Updated on 20-Apr-2023 2K+ Views

Definition and Explanation of (BCD) A technique for converting decimal integers into their binary equivalents is called Binary Coded Decimals (BCD). A collection of bits is used to represent each decimal digit You can use either 4-bits or 8-bit for this encoding. It is a rapid and efficient way to transform input values into binary digits when contrasted with the existing binary system. In digital displays where changing data may be difficult, they are frequently used. Since each digit is controlled as a separate single sub-circuit in this scenario, BCD is absolutely essential. The BCD equivalent ...

Read More

What is the full form of BCG ?

Praveen Varghese Thomas
Praveen Varghese Thomas
Updated on 20-Apr-2023 285 Views

Definition & History Bacille Calmette-Guérin or BCG is a vaccine given for tuberculosis disease. But, it is mainly administered to newborns and small children right after their birth. BCG vaccine provides an immunity shield that partially provides protection to infants and young children from the deadly disease tuberculosis. As the vaccine provides the utmost protection from the severity of the infection it is applicable in different countries where the predominance of tuberculosis is very high. In 1921, Sir Benjamin Weill-Halle and Raymond Turpin, both scientists duo conducted oral administration of the first BCG vaccine to all the neonates who ...

Read More

What is the full form of BCB ?

Praveen Varghese Thomas
Praveen Varghese Thomas
Updated on 20-Apr-2023 659 Views

Definition and Overview of (BCB) The Bangladesh Cricket Board (BCB) is the governing body of cricket in Bangladesh, set up in 1972 as the Bangladesh Cricket Control Board (BCCB). BCB is mindful of managing and advancing all forms of cricket in Bangladesh, from grassroots to worldwide level, including organizing residential and worldwide competitions, creating cricket foundations, selecting and managing the national cricket group, and advancing cricket as a popular sport in the nation. The current president of BCB is Nazmul Hassan Papon, and the Bangladesh cricket group has made significant advances in the international arena in recent years. History ...

Read More

What is the full form of BCE ?

Praveen Varghese Thomas
Praveen Varghese Thomas
Updated on 20-Apr-2023 905 Views

Definition and Explanation of (BCE) BCE stand for "Before Common Era, " and may be a framework of dating chronicled occasions that happened earlier than the year 1 CE. It is utilized as an elective to the conventional "BC" (Before Christ) dating framework, which is based on the birth of Jesus Christ. The utilization of BCE is favored by a few individuals because it is considered to be more comprehensive of diverse cultures and religions. BCE dates are checked in reverse from the year 1 CE, with the year 1 BCE being immediately followed by the year 1 CE. Difference ...

Read More

Create a gauss pulse using scipy.signal gausspulse

Tamoghna Das
Tamoghna Das
Updated on 20-Apr-2023 1K+ Views

What are the uses of gauss pulse? Gaussian pulses are widely used in signal processing, particularly in radar, sonar, and communications. This pulse is a pulse that has a Gaussian shape in the time domain, which makes it useful for detecting small signals that may be obscured by noise. In this tutorial, we will explore how to generate a Gaussian pulse using the scipy.signal.gausspulse function. What is a Gaussian Pulse? Gaussian pulses are a type of function that has a Gaussian-shaped envelope in the time domain. The Gaussian function is a bell-shaped curve that is symmetrical around its peak. It ...

Read More

Creating a Dataframe from Pandas series

Tamoghna Das
Tamoghna Das
Updated on 20-Apr-2023 3K+ Views

In data science, data is represented in various formats, such as tables, graphs, or any other types of structures. One of the most common data structures used to represent data is a DataFrame, which can be created using an array or a series. In this document, we will discuss how to create DataFrames from a Pandas Series object. Importance of Dataframe in data science! Dataframe is a two-dimensional table-like data structure that is widely used in data science. It is a very important tool for data manipulation, data analysis, and data visualization. Here are some of the key advantages of ...

Read More

Golang Program to Use Field Tags in the Definition of Struct Type

Siva Sai
Siva Sai
Updated on 20-Apr-2023 462 Views

In Go programming language, field tags are metadata that can be attached to the fields of a struct type. These tags provide additional information about the field such as its name, data type, validation rules, etc. Field tags are used extensively in many Go libraries and frameworks, including database and web application frameworks. In this article, we will explore how to use field tags in the definition of a struct type in Go programming language. We will also discuss some common use cases of field tags and their benefits. What is a Struct Type in Go? A struct type is ...

Read More

Isomorphism in N-ary Trees

Tapas Kumar Ghosh
Tapas Kumar Ghosh
Updated on 20-Apr-2023 597 Views

Isomorphism is defined as two trees either having identical or mirror structures. In the case of mirror structure, the left node data will always match the right node. For example, we will take a number nearest to the mirror and see what its reverse would be, that is the real concept of isomorphism. In this article, we are going to check whether two different binary trees are isomorphic or not. Let’s take an example of Isomorphism in N-ary Trees − Note that, L represents as left node whereas R represents as Right node Mirror structure of P and Q ...

Read More

Binary Space Partitioning

Tapas Kumar Ghosh
Tapas Kumar Ghosh
Updated on 20-Apr-2023 6K+ Views

A binary space partition is a data structure used in computer graphics and algorithmic geometry to divide a space into smaller parts. BSP was developed in the environment of 3D computer graphics. BSP includes applications such as operation with geometrical shapes, geospatial, and ray tracing. It is a two-step procedure Step 1 − Creation of BSP tree. Step 2 − Display a tree. Creation of BSP tree Visual Representation of Binary Space Partitioning The binary Space Partitioning algorithm recursively divides the space into two half-spaces. So keep in account that there is a dividing region in every polygon figure. ...

Read More
Showing 37821–37830 of 61,297 articles
Advertisements