Search Header Logo

Python + AIoT 基礎

Authored by Ifan Cheung

Computers

9th Grade - University

Used 3+ times

Python + AIoT 基礎
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

AIoT可以拆解為那些說法?

AI + IoT

Internet + Technology

AI + I/O + IoT

AI + I/O

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python屬於____?

低階語言(Low level language)

機器語言(Machine language)

組合語言(Assembly language)

高階語言(High level language)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python有那些特點?

編程碼較短, 跨平台

只能於電腦運行

每句編碼最後一定加 ;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下那個是在Python中Comment的方法?

#This is a comment#

#This is a comment

This is a comment#

//This is a cpmment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

若要使用Python列印出"Hello World", 以下那個才是正確的方法?

print(Hello World)

printf("Hello World")

printf(Hello World)

print("Hello World")

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

 

以下那個才是於Python中定義函式(function)正確方法?

define printInfo():

print(a)

print(b)

def printInfo():

print(a)

print(b)

function printInfo()

print(a)

print(b)

func printInfo():

print(a)

print(b)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

以下那個才是於Python中設置變數(variable)的正確方法?

a = 1

b = 0.5

int a = 1

float b = 0.5

string a = 1

string b = 0.5

int a = 1

int b = 0.5

Access all questions and much more by creating a free account

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

Already have an account?