SwiftPlayground_Junior_03

SwiftPlayground_Junior_03

4th - 6th Grade

5 Qs

quiz-placeholder

Similar activities

伪代码与流程图表示算法

伪代码与流程图表示算法

4th - 6th Grade

10 Qs

CodeMonkey程式觀念測驗(琢思 201812078)

CodeMonkey程式觀念測驗(琢思 201812078)

3rd - 9th Grade

10 Qs

「聰明e 主人」網上問答比賽

「聰明e 主人」網上問答比賽

1st - 12th Grade

10 Qs

停課不停學-新竹縣米立雲應用

停課不停學-新竹縣米立雲應用

5th Grade

10 Qs

Scratch基礎測驗01

Scratch基礎測驗01

3rd - 6th Grade

10 Qs

Internet Test 1

Internet Test 1

4th Grade

10 Qs

五年級數位影像

五年級數位影像

5th - 7th Grade

10 Qs

台中市三年級資訊2-01瀏覽器的使用-02搜尋引擎與關鍵字

台中市三年級資訊2-01瀏覽器的使用-02搜尋引擎與關鍵字

3rd - 6th Grade

10 Qs

SwiftPlayground_Junior_03

SwiftPlayground_Junior_03

Assessment

Quiz

Computers

4th - 6th Grade

Medium

Created by

Ryan Chung

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

在Swift中要建立變數,需使用哪一個關鍵字?

let

var

int

for

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

下列哪一段程式碼可以正常執行?

var age = 18

age = "Twenty"

var age = 18

age = age + 1

let age = 18

age = age + 1

let age = 18

age = "Twenty"

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

請依序配對 : 藍圖、功能、動作

類別、屬性、方法

類別、方法、屬性

屬性、方法、類別

方法、類別、屬性

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

請依序配對 : 屬性、方法

變數、函數

函數、變數

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

關閉藍色傳送門,下列陳述句何者正確?

bluePortal.isActive = false

bluePortal.isActive = true

bluePortal.active()

bluePortal.inactive()