Computer Science Teacher
Fill in the blanks:
- The training that an Artificial Intelligence system receives determines how intelligent it becomes.
- The Internet is one of the main sources of data for many companies.
- Data is considered as the raw material of an information system.
- Data can be categorized into structured and unstructured data.
- Structured data is highly organized and thus can be easily processed by a RDBMS.
- Unstructured data cannot be processed using conventional RDBMS.
- NoSQL databases are best fit for managing unstructured data.
- Apple’s iPhone X introduced FaceID, an authentication system to unlock the phone by scanning the face.
Write the full forms:
- NLP – Natural Language Processing
- RDBMS – Relational Database Management System
- SQL – Structured Query Language
- NoSQL – Not Only Structured Query Language
- MRI – Magnetic Resonance Imaging
- CT scan – Computerized Tomography Scan
- SPECT – Single Photon Emission Computed Tomography
- AR – Augmented Reality
- DOS – Disk Operating System
- YouTube CC – YouTube Closed Captioning
- BPO – Business Process Organization
- NLU – Natural Language Understanding
- NLG – Natural Language Generation
State whether True or False:
- Data can also be categorized as big data. True
- Computer Vision algorithms are used to upload pictures in Google Photos. True
- Self-driving cars have been created by some companies like Tesla. True
- Currently, there are no autonomous weapons. True
Answer the following questions:
- Name the three domains of AI on the basis of the type of data fed to it.
a) Data
b) Computer Vision
c) Natural Language Processing
- Define data.
Data is defined as a set of basic facts and entities which itself has no meaning or value unless they are transformed into information.
- What is Data Science?
Data Science is the study of data by applying its mathematical and statistical principles.
- Write any two examples of structured data.
Microsoft Access file
Microsoft Excel document
- What is Computer Vision?
It is a domain of AI used to analyze visual information and predict decisions accordingly.
- What is Image Classification?
It refers to the task of classifying an image into a set of predefined categories.
- What is human pose estimation?
It is the process of detecting and analyzing human posture using computer vision and deep learning algorithms.
- What is sentimental analysis?
It is the process of detecting positive and negative sentiments in text on various social media apps.
- Name the two main components of NLP.
Natural Language Understanding (NLU)
Natural Language Generation (NLG)
Related