Module 1 Long Quiz

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 13

27/30

HIGHLIGHT YUNG TAMANG SAGOT

MULTIPLE CHOICE
1. What is the primary instrument used in Pandas?
Matrices

Dataframes

Arrays

2. The Python language can use multiple statements on the same line, separated by commas

True
False
3. What libraries do you use for data visualization?

numpy

matplotlib

scikit-lear

4. Which of the following is not the difference between Python 2 and Python 3?

Unicod
e

import

xrange

print

5. What is the subject of artificial intelligence?


Linguistics

Mathematics and Physiology

Comprehensive multidisciplinary and marginal


disciplines

Psychology and Physiology

6. Which of the following is not an application of image recognition services?


Speech synthesis

Target detection

Smart photo album

Scene analysis

7. What are the barriers to some company's adoption of 3D printing?

Printers are too slow

Certain quality of the final product (strength, durability, etc)

Inability to print with multiple materials

Lack of current expertise in the company to fully exploit the


technology

8. Is a library for the Python programming language, adding support for large,

multi-dimensional arrays and matrices, along with a large collection of high-level

mathematical functions to operate on these arrays.


Matplotlib

NumPy

Scikit-learn

Pandas

9. What is the length of the list A = [1] after the following operation: A.append([2,3,4,5])

[1, [2,3,4,5]] elements ng

list kaya 2 lang

10. Voice recognition refers to the recognition of audio data as text data.
So, as you speak into a voice recognition system, your voice is
True (
converted into text.) SURE NA
False ano sagot dito???
11. Augmented reality (AR), virtual reality (VR), and mixed reality (MR) is a continuum of
immersive technologies housed under the umbrella term extended reality (XR), which can
merge the physical and virtual worlds. TRUE

12. Which of the following schools does the neural network study belong to? Connectionism
13. Which of the following is not an application of image recognition services?

Scene analysis

Target detection

Smart photo
album

Speech
synthesis

14.

15. What is wrong description of the Python module?Python modules can define functions
classes and variables but the module does not contain executable code
16. Artificial intelligence at this stage is still in the weak artificial intelligence stage. TRUE
17. In order for a machine to be intelligent, it must be knowledgeable. Therefore, there is a
research field in artificial intelligence which mainly studies how computers automatically
acquire knowledge and skills to achieve self-improvement. What is the branch of this
research called?

Machine learning

18. What does factors that promote the development of artificial intelligence not include?

Big data
Algorithm
theory

Block chain

Computing
ability

19. Which of the following is not a specific technology of artificial intelligence?

Machine translation

Semantic understanding

Rieman geometry

Knowledge map

20. Is a free software machine learning library for the Python programming language. It
features various classification, regression and clustering algorithms including support vector
machines, random forests, gradient boosting, k-means and DBSCAN

Pandas

Matplotlib

Scikit-learn

Statsmodes

21. The following is the correct difference between machine learning algorithms and traditional
rule-based methods?
The mapping relationship of the model in the machine learning institute must be
implicit

Traditional rule-based methods, in which the rules can be explicitly clarified manually

The mapping relationship of the model in machine learning is automatically learned

Traditional rule-based methods use explicit programming to solve problems

22. Who first defined AI in 1950 and proposed a machine intelligence test model?

Lotfi A. Zadeh

Marvin Lee Minsky

Alan Mathison Turing

John Von Neumann

23. Consider the following set: {"A", "A"}, what will the result be when set is created

{"A"}

{"A","A"
}

24. Which of the following are the elements of artificial intelligence?

Data

Algorithm
Computin
g

Scene

25.
MULTIPLE ANSWERS
1. To Automate Task, Which of the following can work together to ensure the authenticity of
data, verify identities and enable secure multiparty transactions?

IOT

Blockchain

Artificial
Intelligence

Augmented
Reality

Robotics (ito ba di
kasama? haha)
(hindi na)

Virtual Reality

2. What are the scenarios or industries that are suitable for using Python?

Web development (
Artificial intelligence

Hardware
development

Game development

3. What quotation marks can Python language use?

Three
quotes

Four quotes

Double
quotes

Single
quotes

4. What are the numeric types of Python?

float (floating point type)

complex (complex number

type)

int (integer type)

long (long integer type)

5. What is the category of artificial intelligence?


Action

Perception

Cognition

None of the
above

6. What is the subject of artificial intelligence?

Psychology and Physiology

Comprehensive multidisciplinary and marginal


disciplines

Linguistics

Mathematics and Physiology


7. Which of the following products is related to

artificial intelligence?

Alpha Gol

Voice Input

Self-driving cars

Siri

8. Which of the following use cases is part of 3D printing technology?


Prototyping

Customized products

Printing and advertisers

Service industry

9. The Fourth Industrial Revolution (Industry 4.0) is based on what the following
paradigm?

Virtualization
Centralization

Interoperability

Service-Oriented

Real-time

10. What is the incorrect relationship between neural networks and deep learning?

The concept of deep learning stems from the study of artificial neural networks

Convolutional neural networks are a type of deep learning

A neural network algorithm with multiple hidden layers is a deep learning

algorithm

Single layer neural networks are also a type of deep learning

11. Which of the following about the dictionary in Python is correct?

Dictionaries are unchangeable, meaning that we cannot change, add or

remove items after the dictionary has been created

The keys of the dictionary are unique and the data type is uniform

The entire dictionary is included in the "{}"


Dictionaries can have two items with the same key

12. If and when 3D printing is widely adopted, what will be the effect on
manufacturing?

Changed relationship with customers/ end-users

Threat to intellectual property

Restructured supply chains

Strong economic viability of traditional high-volume

manufacturing

Increased competition to find talent for 3D printing initiatives

Which of the following technologies are used in IoT products?

Bluetooth

LTE

NFC
TRUE OR FALSE
1. Augmented reality (AR), virtual reality (VR), and mixed reality (MR) is a continuum of
immersive technologies housed under the umbrella term extended reality (XR), which can
merge the physical and virtual worlds. TRUE
2. The for loop statement in the Python language can iterate through the items in any
sequence TRUE
3. Computer vision is the study of how to make computers "see". TRUE
4. The Python dictionary is widely identified by "{}". and the internal data consists of the key
and its corresponding value
True
False
5. Voice recognition refers to the recognition of audio data as text data. TRUE

6. Artificial intelligence is the research and development of theories, methods and application
systems used to simulate, extend and expand human intelligence of a new technological
science. true
7. Deep learning is a branch of machine learning TRUE
8.
9.
10.

You might also like