Let x = “50”. Which of the following commands converts the ‘x’ to float datatype? A. str(float,x)B. x.float()C. float(x)D. Cannot convert a string to float datatype
SIKSHAPATH Latest Questions
State whether the given statement is True or False. When using the floor division operator (//), if the result is negative, then the result is rounded off to the next largest integer. a. True b. False
Given two variables j = 6 and g = 3.3. If both normal division and floor division operators were used to divide j by g, what would be the data type of the value obtained from the ...Read more
What is the output of the following code? num1 = 12 num2 = “58” print(num1 + num2) A. 12 B. 58 C. 70 D. Error: Invalid operation, unsupported operator ‘+’ used between ‘int’ and ‘str’.
Which of the following statements is/are true about “Physical Symbol System Hypothesis”? a. A physical symbol system understands the laws of physics. b. It is an approach to AI, based on the assumption that all aspects of ...Read more
The “Logic Theorist” is ___________ A. a computer program to find proofs B. a mathematician who works on Logic C. a program designed by Herbert Simon and Alan Newell D. a logic based ...Read more
The “Universal Grammar” is _________ A. a grammar that describes the structure of the universe B. a theory by Chomsky that says: all humans are born with an inbuilt grammar C. a worldwide standard for ...Read more
Alan Turing ____________ . A. said that the question whether machines can think is itself “too meaningless” B. proposed a method to test a machine’s ability to exhibit intelligent behaviour equivalent to, or indistinguishable from, that of a human. He called ...Read more
Augusta Ada Byron ____________ . a. is also known as Ada Lovelace b. was a mathematician c. is often referred to as the “first programmer” d. has a programming language named after her, called ADA
Who invented the Stepped Drum in 1673, which was used until the mid-1970s? a. Alan Turing b. Blaise Pascal c. Galileo Galilei d. Gottfried Wilhelm von Leibniz