Question
Recently a prototype of an analog chipset
“ARYABHATA-1” has been developed by which of the following institutes?Solution
Recently Researchers from IISc Bangalore have developed an analog chipset “ARYABHATA-1”. ARYABHATTA-1 stands for “Analog Reconfigurable Technology and Bias-scalable Hardware for AI Tasks”. Such chipsets can be beneficial for applications based on Artificial Intelligence(AI) such as object or speech recognising apps including Alexa. It can also be beneficial for applications requiring very efficient parallel computations. Digital chips are used in many electronic devices, especially those that require computers because the design process is scalable and straightforward. These chipsets may operate faster. It will use less power as compared to digital processors used in different electronic gadgets. It has been designed by Pratik Kumar, who is a Ph.D. student at IISc.
Which Python keyword is used to define a function?
Which type of Memory is typically the fastest in a computer system?
In Python, which of the following is used to create an anonymous function?
Which tree traversal is most suitable for finding the shortest path in an unweighted graph represented as a tree?
Which Python keyword is used to handle exceptions?
Which of the following is correct about C++ constructors?
Which of the following is a valid operation on a linked list data structure?
In Java, which keyword is used to prevent a class from being inherited?
In Python, which of the following is immutable?
In C, what will be the output of the following code?
int a = 5;
printf("%d", a++);