
Python + AIoT 基礎

Quiz
•
Computers
•
9th Grade - University
•
Medium
Ifan Cheung
Used 3+ times
FREE Resource
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
8.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
請指出For Loop 與While Loop 的分別
For Loop: 指定執行次數; While Loop: 符合指定條件,無限執行
While Loop: 指定執行次數; For Loop: 符合指定條件,無限執行
Similar Resources on Wayground
10 questions
Python Basics

Quiz
•
University
10 questions
顺序结构复习

Quiz
•
10th Grade
10 questions
python(strings)

Quiz
•
11th Grade
11 questions
Python function output based KVRDSO lucknow

Quiz
•
11th - 12th Grade
12 questions
Тематична 7 клас, І семестр

Quiz
•
12th Grade
10 questions
Python Variables

Quiz
•
7th - 12th Grade
10 questions
Website Development - Lesson 2 Retrieval

Quiz
•
11th Grade
8 questions
KS3 Year 9 Python Quiz 02

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade