Top 100+ questions in Education

0 votes
    Which is meant by assuming any two neighboring that are both edge pixels with consistent orientation? (a) Canny edge ... d) None of the mentioned Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    What is the process of breaking an image into groups? (a) Edge detection (b) Smoothing (c) Segmentation (d) None of the mentioned Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    What is the name for information sent from robot sensors to robot controllers? (a) temperature (b) pressure (c) feedback (d) signal Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Which of the following terms refers to the rotational motion of a robot arm? (a) swivel (b) axle (c) retrograde (d) roll Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    What is the name for space inside which a robot unit operates? (a) environment (b) spatial base (c) work envelope (d) exclusion zone Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Which of the following terms IS NOT one of the five basic parts of a robot? (a) peripheral tools (b) end effectors (c) controller (d) drive Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Decision support programs are designed to help managers make __________ (a) budget projections (b) visual presentations ... (d) vacation schedules Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    The number of moveable joints in the base, the arm, and the end effectors of the robot determines_________ ( ... limits (d) flexibility Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Which of the following places would be LEAST likely to include operational robots? (a) warehouse (b) factory (c) hospitals (d) private homes Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Which of the following terms refers to the use of compressed gasses to drive (power) the robot device? (a) ... c) piezoelectric (d) photosensitive Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    With regard to the physics of power systems used operate robots, which statement or statements are most correct? ( ... batteries produce AC power Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    The original LISP machines produced by both LMI and Symbolics were based on research performed at __________ (a) CMU ... University (d) RAMD Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Which of the following IS NOT one of the advantages associated with a robotics implementation program? (a) Low ... for worker fringe benefits Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Which of the following laws is Asimov's first and most important law of robotics? (a) robot actions must ... make business a greater profit Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    In LISP, the function returns t if is a CONS cell and nil otherwise __________ (a) (cons ) (b) (consp ) (c) (eq ) (d) (cous = ) Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    In a rule-based system, procedural domain knowledge is in the form of __________ (a) production rules (b) rule ... meta-rules (d) control rules Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    If a robot can alter its own trajectory in response to external conditions, it is considered to be __________ (a) ... open loop (d) non-servo Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    What is the field of Natural Language Processing (NLP)? (a) Computer Science (b) Artificial Intelligence (c) Linguistics (d) All of the mentioned Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    NLP is concerned with the interactions between computers and human (natural) languages. (a) True (b) False ... Acting of Artificial Intelligence Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    What is the main challenge/s of NLP? (a) Handling Ambiguity of Sentences (b) Handling Tokenization (c) Handling POS- ... (d) All of the mentioned Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Modern NLP algorithms are based on machine learning, especially statistical machine learning. (a) True (b) ... Acting of Artificial Intelligence Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    What is Coreference Resolution? (a) Anaphora Resolution (b) Given a sentence or larger chunk of text, determine which ... d) None of the mentioned Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    What is Machine Translation? (a) Converts one human language to another (b) Converts human language to machine ... language to human language Please answer the above question....
asked Oct 22, 2022 in Education by JackTerrance
0 votes
    Which keyword is used to define the macros in c++? a) #macro b) #define c) macro d) define...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    Which of the following is used to terminate the function declaration in C++? a) ; b) ] c) ) d) :...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    Which is more effective while calling the C++ functions? a) call by object b) call by pointer c) call by value d) call by reference...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    What is the use of the indentation in c++? a) r distinguishes between comments and inner data b) distinguishes ... and code d) r distinguishes between comments and outer data...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    What is the size of wchar_t in C++? a) Based on the number of bits in the system b) 2 or 4 c) 4 d) 2...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    Which of the following correctly declares an array in C++? a) array{10}; b) array array[10]; c) int array; d) int array[10];...
asked Oct 19, 2022 in Education by JackTerrance
0 votes
    What will be the output of the following C++ function? int main() { register int i = 1; int *ptr = &i; cout << *ptr ... may be possible b) Compiler error may be possible c) 1 d) 0...
asked Oct 19, 2022 in Education by JackTerrance
...