Most computer devices are connected to the computer through port
Keyboard through usb port
Printer through usb port
Hand point device through usb port
Also computer equipped with LPT port for printers and COM port for additional devices like external modems e.t.c
Statistician for the last one network administaror for the next one then animator then broadcast tech
Answer:
What is Robotics?
Robotics is the branch of technology that deal with the design, construction, operation and application of robots as well as computer system for there control, sensory feed back, and information processing. the design of given robotic system often contain principle of mechanical or electronic engineering and computer science. The word robotic was first used in 1941 by the writer Isaac Asimov.
Branches of robotics:
Artificial intelligence: The developing of an intelligence of machine and is a branch of computer science.
Nano Robotics : the field of creating machines that are at a scale of a nano meter.
Tele-presence: The study given to an illusion of being at a place without being there physically.
Robot Locomotion: The study of method that Robots used to transport them selves from place to another.
Robots have long captured the human imagination but despite many advances robots have yet to reach the potential so often envisioned in science fiction today engineers and computer scientist are still pursuing one missing ingredient high intelligence it would be nice for example: if robots possessed the intelligent needed to cope with uncertainty, learn from experience and work as team.
Intelligent robots will be one of the engineering achievement of 21 century said Junku Yuh, how leads the robotics program in the national science foundation computers and information science and engineering directorate "we will see them more and more in our daily life".
Answer:
True
Explanation:
Everything typed into a computer is saved as data and logged.
Explanation:
"Select vendor_name as Vendor_Name,
default_account_number as Default_Account_No ,
account_description as Account_Description
From Vendors v, General_Ledger_Accounts ledger
where (add the join condition here)
Order by account_description, vendor_name"
Note: In the above statement, include the alias name appropriately and then execute the query
The "select statement" should contain the list of columns to be displayed
"From statement" should contain the name of the table from which data needs to be fetched.
"Where clause" defines the relationship as well the condition that needs to be executed
"Order by clause" defines the sorting mechanism with the relevant field