แบบทดสอบ ม.3

แบบทดสอบ ม.3

9th Grade

30 Qs

quiz-placeholder

Similar activities

Excel m3

Excel m3

3rd - 12th Grade

26 Qs

Command Prompt Quiz

Command Prompt Quiz

9th Grade

28 Qs

ทดสอนคอมม.2

ทดสอนคอมม.2

9th - 12th Grade

32 Qs

ข้อสอบ

ข้อสอบ

9th Grade

31 Qs

Coding

Coding

7th - 9th Grade

30 Qs

แบบทดสอบหลังเรียน (สอบกลางภาค) ม.2

แบบทดสอบหลังเรียน (สอบกลางภาค) ม.2

5th - 12th Grade

30 Qs

เครื่องมือช่างพื้นฐาน

เครื่องมือช่างพื้นฐาน

8th - 12th Grade

25 Qs

13. อุปกรณ์ไฟฟ้า/อิเล็กทรอนิกส์ และแผงควบคุมขนาดเล็ก

13. อุปกรณ์ไฟฟ้า/อิเล็กทรอนิกส์ และแผงควบคุมขนาดเล็ก

9th - 12th Grade

35 Qs

แบบทดสอบ ม.3

แบบทดสอบ ม.3

Assessment

Quiz

Computers

9th Grade

Hard

Created by

ศิรัญญา ไชยอุ่น

Used 12+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

คำสั่งในการอัพโหลดไฟล์เข้ามาในพื้นที่การทำงาน

from google.colab import files

files.upload()

import pandas as pd

import matplotlib.pyplot as plt

df = df.set_index('Region and province')

plt.xticks([1,2,3,4,5],df.index,rotation='vertical');

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือคำสั่งในการดูข้อมูลใน DataFrame โดยกำหนดการดูข้อมูล10 ข้อมูลแรก

df.head(10)

df.tail(10)

df.sample(10)

plt.boxplot(df);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือคำสั่งในการดูข้อมูลใน DataFrame โดยกำหนดการดูข้อมูล 20 ข้อมูลสุดท้าย

df.tail(20)

df.head(20)

df.sample(20)

df.plot(kind='bar')

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือคำสั่งในการดูข้อมูลใน DataFrame กำหนดการดูข้อมูล 20 ข้อมูล โดยดูข้อมูลแบบสุ่ม

df.sample(20)

plt.sample(20)

pd.sample(20)

import.sample(20)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือโมดูลในการสร้างกราฟในโปรแกรมภาษาไพทอน

matplotlib.pyplot

pandas

numpy

tkinter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

ข้อใดคือคำสั่งการอ่านไฟล์ข้อมูล .csv ให้มาเก็บในตัวแปร df (dataframe)

df = pd.read_csv()

plt = pd.read_csv()

df = pd.read_excel()

plt = pd.read_excel()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

df.mean() คำสั่งต่อไปนนี้คือคำสั่งอะไร

คำสั่งการหาค่าเฉลี่ย

คำสั่งการเรียงลำดังข้อมูลจากน้อยไปมาก

คำสั่งการเรียงลำดังข้อมูลจากมากไปน้อย

คำสั่งการแสดงผล

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?