wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ວິຊາບັນຍາປະດິດ Robot

Total questions: 121

Worksheet time: 3590secs

Name
Class
Date
1.

โครงสร้างภาษาซีสำหรับ c robot simulator

a)


void setup()

{



}

void loop()

{



}


b)


void Main()
{

}
void loop()
{

}

c)

void Main()
{

}
void setup()
{

}

d)

void Main();
{

}
void setup();
{

}

2.

ถ้าจะให้หุ่นยนต์ เดินหน้า ต้องใช้ คำสั่ง อะไร

a)

bk(100);

b)

sl(100);

c)

sr(100);

d)

fd(100);

3.

ถ้าจะให้หุ่นยนต์ หมุนซ้าย ต้องใช้ คำสั่ง อะไร

a)

bk(100);

b)

sl(100);

c)

sr(100);

d)

fd(100);

4.

ถ้าจะให้หุ่นยนต์ หมุนขวา ต้องใช้ คำสั่ง อะไร

a)

bk(100);

b)

sl(100);

c)

sr(100);

d)

fd(100);

5.

ถ้าจะให้หุ่นยนต์ หยุดรอเป็นเวลา 500 วินาที ต้องใช้ คำสั่ง อะไร

a)

bk(500);

b)

sleep(500);

c)

stop(500);

d)

fd(500);

6.

ถ้าต้องการที่จะ ติดตั้งเซ็นเซอร์ ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
7.

ถ้าต้องการที่จะ เขียนโค๊ดอัตโนมัติสำหรับควบคุมการเดินตามเส้นโดยการกำหนดเงื่อนไง ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
8.

ถ้าต้องการที่จะ เปลี่ยนรูปร่างหุ่นยนต์ ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
9.

ข้อใดคือ LCD Output Module เป็นหน้าจอสำหรับแสดงผล ข้อความ ตัวเลข

a)
b)
c)
d)
10.

ข้อใดคือ Digital Switch Input Module เป็นปุ่มแบบดิจิตอล

a)
b)
c)
d)
11.

ข้อใดคือ ชื่อพอร์ต ใช้สำหรับอ่านค่าสีจากพื้นสนาม

a)
b)
c)
d)
12.

ข้อใดคือ Motor DC Output Module เป็นส่วนจำลองการทำงานวงจรจ่ายไฟกระแสตรงของมอเตอร์

a)
b)
c)
d)
13.

ถ้าต้องการให้ เซ็นเซอร์แสดงที่หุ่นยนต์ จำนวน 5 ตัว ต้องเลือกข้อใด

a)

PA0,PA1,PA2,PA3,PA4,PA5,PA6,PA7,PA8 และ Visible point on robot

b)

Visible point on robot

c)

PA0,PA1,PA2,PA3,PA4 และ Visible point on robot

d)

PA4,PA5,PA6,PA7,PA8 และ Visible point on robot

14.

ถ้าต้องการ เข้าโปรแกรม C Robot Simulator ต้องเข้าที่รูป Icon ใด

a)
b)
c)
d)
15.

ถ้าจะให้หุ่นยนต์ เก็บกระป๋องหรือเก็บลูกบอล ต้องใช้ คำสั่ง อะไร

a)

ao();

b)

keep_up();

c)

keep_down();

d)

fd(100);

16.

ถ้าจะให้หุ่นยนต์ วางกระป๋องหรือวางลูกบอล ต้องใช้ คำสั่ง อะไร

a)

ao();

b)

keep_up();

c)

keep_down();

d)

fd(100);

17.

ถ้าจะให้หุ่นยนต์ หยุดทั้งหมด ต้องใช้ คำสั่ง อะไร

a)

ao();

b)

keep_up();

c)

keep_down();

d)

fd(100);

18.

ถ้าต้องการที่จะ เริ่มการจำลองการทำงานของหุ่นยนต์จาก SourceCode ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
19.

ถ้าต้องการที่จะ หยุดจำลองการทำงานของหุ่นยนต์ ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
20.

ถ้าต้องการที่จะ คอมไพล์ Compile ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
21.

The ROBOTC symbol  "&&"  means?

a)

and

b)

or

c)

either or

d)

also

22.

Think about the project. Which type of robot did you work on

a)

a. A house-cleaning robot

t

b)

b. A radio-controlled car

c)

c. A smart Home system

d)

d. A line follower robot

23.

You want to program your car. First, you create step-by-step instructions. What

do you use?

a)

a. Decision tree

b)

b. Microcontroller

c)

c. Flowchart

d)

d. Sensors

24.

The robot follows lines by looking for changes in infrared light. Which component does it use for this?

a)

a. Remote

b)

b. IR sensor

c)

c. Ambient light sensor

d)

d. Obstacle avoidance sensor

25.

What is Arduino?

a)

Programming language

b)

Image editing software

c)

Open-source electronics platform

d)

Text editor

26.

What language is the Arduino IDE built on?

a)

Java

b)

HTML

c)

C/C++

d)

Python

27.

THESE PINS ARE?

a)

Digital pins

b)

Pines PWM

c)

Analog Pins

d)

Microcontroller

28.

These Pins are ?

a)

Digital Pins

b)

Pines PWM

c)

Analog pins

d)

Microcontroller

29.

What is the highlighted part

a)

Power Regular

b)

Drums

c)

Voltage Regulator

d)

Microcontroller

30.

What is the highlighted part

a)

Connector for external power supply

b)

Power Button

c)

Connector USB

31.

How many digital input/output pins does the Arduino Uno have?

a)

10

b)

19

c)

14

d)

21

32.

what is the name of this chip

a)

Break

b)

Twix

c)

Embedded

d)

Arduino

33.

what is the main role of this chip

a)

to heat the board

b)

save the programmed input only

c)

being the brain of the Arduino

d)

there is no role at all

34.

Identify this component

a)

Arduino Uno board

b)

Raspberry Pi

c)

Breadboard / Protoboard

d)

White Plastic Board

35.

How many types of arduinos do we have?

a)

5

b)

6

c)

8

d)

3

36.

A function is a series of programming statements that can be called by name. Which command is called once when the program starts:

a)

loop()

b)

setup()

c)

(output)

d)

(input)

37.

Arduino คืออะไร?

a)

ภาษาโปรแกรม

b)

โปรแกรมแต่งภาพ

c)

แพลตฟอร์มอิเล็กทรอนิกส์โอเพ่นซอร์ส

d)

โปรแกรมแก้ไขข้อความ

38.

Arduino IDE สร้างขึ้นจากภาษาใด

a)

Java

b)

HTML

c)

C/C++

d)

Python

39.

Arduino UNO ใช้พินอนาล็อกจำนวนเท่าใด

a)

6

b)

14

c)

20

d)

24

40.

PIN เหล่านี้คืออะไร?

a)

หมุดดิจิตอล

b)

ไพน์ PWM

c)

หมุดอนาล็อก

d)

ไมโครคอนโทรลเลอร์

41.

พินเหล่านี้คือ ?

a)

พินดิจิตอล

b)

ไพน์ PWM

c)

หมุดอนาล็อก

d)

ไมโครคอนโทรลเลอร์

42.

ส่วนไหนไฮไลท์

a)

พลังงานปกติ

b)

กลอง

c)

ตัวควบคุมแรงดันไฟฟ้า

d)

ไมโครคอนโทรลเลอร์

43.

ส่วนไหนไฮไลท์

a)

ขั้วต่อสำหรับแหล่งจ่ายไฟภายนอก

b)

ปุ่มเปิด/ปิด

c)

ขั้วต่อ USB

44.

Arduino Uno มีพินอินพุท/เอาท์พุทดิจิตอลจำนวนเท่าใด

a)

10

b)

19

c)

14

d)

21

45.

อุปกรณ์อัจฉริยะช่วยเปิดหรือปิดไฟได้

a)

จริง

b)

แฟลซ

46.

ชิปตัวนี้ชื่ออะไร

a)

หยุดพัก

b)

Twix

c)

ฝังตัว

d)

Arduino

47.

Arduino เป็นเครื่องมือราคาแพง

a)

ใช่

b)

ไม่

48.

Arduino ต้องการโปรแกรมเมอร์ผู้เชี่ยวชาญ

a)

ไม่

b)

ใช่

49.

เราสามารถตั้งโปรแกรมอินพุตโดยไม่ต้องใส่ Arduino

a)

ไม่

b)

ใช่

50.

หน้าที่หลักของชิปนี้คืออะไร

a)

เพื่อให้ความร้อนแก่กระดาน

b)

บันทึกอินพุตที่ตั้งโปรแกรมไว้เท่านั้น

c)

เป็นสมองของ Arduino

d)

ไม่มีบทบาทเลย

51.

Arduino มีพอร์ต USB

a)

ใช่

b)

ไม่

52.

ระบุส่วนประกอบนี้

a)

บอร์ด Arduino Uno

b)

ราสเบอร์รี่ปี่

c)

บอร์ดทดลอง

d)

กระดานพลาสติกสีขาว

53.

Arduinos มีกี่ประเภท?

a)

5

b)

6

c)

8

d)

3

54.

Arduino สามารถโต้ตอบกับ...

a)

ปุ่ม ไฟ LED

b)

สมาร์ทโฟน

c)

เซ็นเซอร์

d)

ทั้งหมดข้างต้น

55.

Which of the following statement is true about AI and ML

a)

AI is a subset of ML

b)

ML is a subset of DL

c)

AI is a subset of DL

d)

ML is a subset of AI

56.

Identify the AI powered personal assistant developed by Amazon

a)
b)
c)
d)
57.

Below is the deep learning model used generate new paintings

a)

CNN

b)

GAN

c)

ANN

d)

RNN

58.

Machine Learning happens through

a)

Data

b)

Algorithms

c)

Reading

d)

Classification

59.

Validation is a part of

a)

Testing

b)

Training

c)

Learning

d)

data cleaning

60.

This is the first phase in machine learning life cycle

a)

Training

b)

Data collection

c)

Algorithm selection

d)

Visualization

61.

Which state has become the very first state to issue an order regarding the implementation of the National Education Policy 2020

a)

Tamil Nadu

b)

Telangana

c)

Karnataka

d)

Delhi

62.

This is not the objective of NEP 2020

a)

Setting up of Multidisciplinary Education and Research Universities

b)

Setting up of National Research Foundation

c)

Increasing GER in higher education to 50%

d)

Establishment of Distributed Credit system

63.

Which of these is not an AI technology

a)

Face Recognition

b)

Robotics

c)

Animation

d)

Speech Recognition

64.

The ability of computers to understand images and video

a)

Robotics

b)

Computer vision

c)

NLP

d)

Image processing

65.

The term Artificial Intelligence was coined in

a)

1981

b)

1983

c)

1955

d)

1956

66.

Who is a data scientist?

a)

A software Programmer

b)

Mathematician

c)

Statistician

d)

All

67.

Which of the following technique comes under practical machine learning?

a)

Decision Tree

b)

Data Visualization

c)

Forecasting

d)

None of the above

68.

Why is Machine Learning in data science?

a)

Cleaning

b)

Visualization

c)

Prediction

d)

All of the above

69.

What is Computer Science?

a)

Using Science and Maths to solve personal problem

b)

Using Technology to solve the world's problem

c)

Using computational power to create new technology

d)

Using computer to do science

70.

Which programming language is popular for AI/ML tasks

a)

JavaScript

b)

Python

c)

Java

d)

C#

71.

What are the 3 types of ML algorithms?

a)

Computer vision, natural language processing, forecasting

b)

Structured, unstructured, reinforcement

c)

Classification, regression, clustering

72.

fan Is a machine

a)

MayBe

b)

No

c)

Yes

d)

i Don't Know

73.

laptop and Mobile Phones are ____

a)

Robots

b)

Machine

74.

Which of the following is not an example of Artificial Intelligence?

a)

Chess Playing Computers

b)

Self Driving Cars

c)

Face Recognising Devices

d)

Money Counting Machines

75.

Which of the following is believed to be of the same capacity as that of human intelligence?

a)

SuperIntelligence

b)

Weak AI

c)

Strong AI

d)

General AI

76.

Alexa is a type of ............

a)

chatter box

b)

chatbox

c)

chatbot

d)

chat box

77.

Which company does this logo belong to?

a)

Toshiba

b)

Tesla

c)

Waymo

d)

Toyota

78.

Identify the bot in the picture.

a)

Sophia

b)

Asimo

c)

Swati

d)

sofil

79.

Which type of learning is shown here?

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

Deep Learning

80.

Which of these is not a Google Product?

a)

Pixel

b)

Echo

c)

Nest

d)

Waymo

81.

Which is the first stage in AI Project Cycle?

a)

Data Acquisition

b)

Project Scoping

c)

Problem Scoping

d)

Problem Solving

82.

In this type of learning neural networks are involved.

a)

ML

b)

DL

c)

Supervised ML

d)

None of these

83.

Which of the following means 'Cleaning of collected data for the project'?

a)

Data Collection

b)

Sensors

c)

Data Wrangling

d)

Data Analysis

84.

___________Deals with Big data

a)

Expert system

b)

ML

c)

Deep learning

85.

Based on the image, please select the correct answer.

a)

DNNs are a subset of NNs, and NNs are a subset of AI

b)

AI is a subset of NNs, and NNs are a subset of DNNs

c)

DNNs are a subset of NNs, NNs are a subset of ML, and ML is a subset of AI

d)

DNNs are a superset of NNs, and NNs are a superset of ML, and ML is a superset of AI

86.

The image shows a _____ type connection.

a)

cellular

b)

feedback

c)

recurrent

d)

feedforward

87.

Who published an in-depth analysis of the Perceptrons? And, which year?

a)

Minsky and Papert, 1969

b)

Minsky and Papert, 1960

c)

Widrow and Hoff, 1960

d)

Minsky, 1951

88.

Some ________________ applications include Self-Driving-Cars, Facial recognition-based tracking systems with vision cameras and Amazon Go kind of store with no checkout required.

a)

Computer Vision

b)

NLP

89.

Computers are programmed to identify written and spoken words. But to really communicate with people, they need to understand ________________.

a)

Context

b)

Language

90.

Personal assistant applications such as Google Assistant, Siri and Alexa are applications of ________________.

a)

Computer Vision

b)

Natural Language Processing.

91.

Which Big Tech company acquired the most AI startups since 2010?

a)

Apple

b)

Amazon

c)

Facebook

d)

Google

92.

Machine Learning is superset of Deep Learning

a)

True

b)

False

93.

Machine Learning is to learn from

a)

Flow Chart

b)

A structure of steps

c)

Data

94.

The term A.I is short for?

a)

Anatomy Insector

b)

Astrology Iselin

c)

Anh Intelligence

d)

Artificial Intelligence

e)

Antificial Intelligence

95.

What is this?

a)

artificial intelligence

b)

algorithm

c)

neural network

96.

It is a device module, or system used in electronic gadgets and materials to detect events and changes.

a)

Electrons

b)

Motor

c)

Sensor

d)

detector

97.

Artificial intelligence (AI) is when computer ............. like a human

a)

Learn

b)

Read

c)

sing

d)

Swim

98.

The more training models used to teach a machine, the more information it will learn

a)

True

b)

False

99.

Its very EASY for AI to learn the human characteristics

a)

True

b)

False

100.

โครงสร้างภาษาซีสำหรับ c robot simulator

a)


void setup()

{



}

void loop()

{



}


b)


void Main()
{

}
void loop()
{

}

c)

void Main()
{

}
void setup()
{

}

d)

void Main();
{

}
void setup();
{

}

101.

ถ้าจะให้หุ่นยนต์ เดินหน้า ต้องใช้ คำสั่ง อะไร

a)

bk(100);

b)

sl(100);

c)

sr(100);

d)

fd(100);

102.

ถ้าจะให้หุ่นยนต์ หมุนซ้าย ต้องใช้ คำสั่ง อะไร

a)

bk(100);

b)

sl(100);

c)

sr(100);

d)

fd(100);

103.

ถ้าจะให้หุ่นยนต์ หมุนขวา ต้องใช้ คำสั่ง อะไร

a)

bk(100);

b)

sl(100);

c)

sr(100);

d)

fd(100);

104.

ถ้าจะให้หุ่นยนต์ หยุดรอเป็นเวลา 500 วินาที ต้องใช้ คำสั่ง อะไร

a)

bk(500);

b)

sleep(500);

c)

stop(500);

d)

fd(500);

105.

ถ้าต้องการที่จะ ติดตั้งเซ็นเซอร์ ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
106.

ถ้าต้องการที่จะ เขียนโค๊ดอัตโนมัติสำหรับควบคุมการเดินตามเส้นโดยการกำหนดเงื่อนไง ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
107.

ถ้าต้องการที่จะ เปลี่ยนรูปร่างหุ่นยนต์ ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
108.

ข้อใดคือ LCD Output Module เป็นหน้าจอสำหรับแสดงผล ข้อความ ตัวเลข

a)
b)
c)
d)
109.

ข้อใดคือ Digital Switch Input Module เป็นปุ่มแบบดิจิตอล

a)
b)
c)
d)
110.

ข้อใดคือ ชื่อพอร์ต ใช้สำหรับอ่านค่าสีจากพื้นสนาม

a)
b)
c)
d)
111.

ข้อใดคือ Motor DC Output Module เป็นส่วนจำลองการทำงานวงจรจ่ายไฟกระแสตรงของมอเตอร์

a)
b)
c)
d)
112.

ถ้าต้องการให้ เซ็นเซอร์แสดงที่หุ่นยนต์ จำนวน 5 ตัว ต้องเลือกข้อใด

a)

PA0,PA1,PA2,PA3,PA4,PA5,PA6,PA7,PA8 และ Visible point on robot

b)

Visible point on robot

c)

PA0,PA1,PA2,PA3,PA4 และ Visible point on robot

d)

PA4,PA5,PA6,PA7,PA8 และ Visible point on robot

113.

ถ้าต้องการ เข้าโปรแกรม C Robot Simulator ต้องเข้าที่รูป Icon ใด

a)
b)
c)
d)
114.

ถ้าจะให้หุ่นยนต์ เก็บกระป๋องหรือเก็บลูกบอล ต้องใช้ คำสั่ง อะไร

a)

ao();

b)

keep_up();

c)

keep_down();

d)

fd(100);

115.

ถ้าจะให้หุ่นยนต์ วางกระป๋องหรือวางลูกบอล ต้องใช้ คำสั่ง อะไร

a)

ao();

b)

keep_up();

c)

keep_down();

d)

fd(100);

116.

ถ้าจะให้หุ่นยนต์ หยุดทั้งหมด ต้องใช้ คำสั่ง อะไร

a)

ao();

b)

keep_up();

c)

keep_down();

d)

fd(100);

117.

ถ้าต้องการที่จะ เริ่มการจำลองการทำงานของหุ่นยนต์จาก SourceCode ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
118.

ถ้าต้องการที่จะ หยุดจำลองการทำงานของหุ่นยนต์ ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
119.

ถ้าต้องการที่จะ คอมไพล์ Compile ต้องใช้แถบเครื่องมือใด

a)
b)
c)
d)
120.

Is this a robot?

a)

Yes

b)

No

121.

Is this a robot?

a)

yes

b)

no

Similar Resources on Wayground