data science questions
Robotics
- Which of the following is not data type of python
c. Tuple d. Integer
2. what is full form of AGV
Automated Grouped Vehicles b.Alternative Guided Vehicles
c.Automatic Guided Vehicles d.All Time Guided Vehicles
3. Which part of the Robot provides motion to the manipulator and end-effectors ?
A. Controller B. Sensor
C. Actuator D. None of the above
manipulator:it is a manipulator is a device used to manipulate materials without direct contact.
end-effector: it means last link(or end) of robot generally in serial manipulating robots
Actuator: an actuator is an electromechanical device which converts energy into mechanical work. There are several types of actuators used in robots.
eg. hydraulic actuator,Pneumatic actuator
Statistics
1. The mean of a sample is
a. always equal to the mean of the population
b. always smaller than the mean of the population
c. computed by summing the data values and dividing the sum by (n - 1)
d. computed by summing all the data values and dividing the sum by the number of items
b. always smaller than the mean of the population
c. computed by summing the data values and dividing the sum by (n - 1)
d. computed by summing all the data values and dividing the sum by the number of items
Mean= Total of sample values/ sample size
2. Since the population size is always larger than the sample size, then the sample statistic
a. can never be larger than the population parameter
b. can never be equal to the population parameter
c. can never be zero
d. can never be smaller than the population parameter
e. None of the above answers is correct.
ANSWER: e
Sample statistic will depend upon the sample chosen. It can be less than, greater than, equal to population parameter. It can assume the value of zero.
b. can never be equal to the population parameter
c. can never be zero
d. can never be smaller than the population parameter
e. None of the above answers is correct.
ANSWER: e
Sample statistic will depend upon the sample chosen. It can be less than, greater than, equal to population parameter. It can assume the value of zero.
By taking a level of significance of 5% it is the same as saying
If an analyst states that the results are significant at the 5% level then what they are saying is that there is a 5% probability that the sample data values collected have occurred by chance. An alternative view is to use the concept of a confidence interval. In this case we can observe that we are 95% confident that the results have not occurred by chance.
Databases
1. Which of following keys present in DBMS?
A. candidate key B. primary key C.Both
2.which of following query is used to clear the content of table
A. CLEAR FROM table_name
B. TRUNCATE FROM table_name
C. DESTROY FROM table_name
3.Consider the schema R(S,T,U,V) and the dependencies S→T, T→U, U→V, V→S. Let R= {R1,R2} such that R1∩R2=Φ. Then the decomposition is :
Comments
Post a Comment