
APCS10510-1

Quiz
•
Computers
•
10th Grade - University
•
Hard
劉怡萱 劉怡萱
Used 6+ times
FREE Resource
5 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
1. 右側 F()函式執行後,輸出為何?
1 2
1 3
3 2
3 3
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
2. 右側switch敘述程式碼可以如何以if-else改寫?
if (x==10) y = 'a';
if (x==20 || x==30) y = 'b';
y = 'c';
if (x==10) y = 'a';
else if (x==20 || x==30) y = 'b';
else y = 'c';
if (x==10) y = 'a';
if (x>=20 && x<=30) y = 'b';
y = 'c';
if (x==10) y = 'a';
else if(x>=20 && x<=30) y = 'b';
else y = 'c';
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
3. 給定右側 G(), K() 兩函式,執行 G(3) 後所回傳的值為何?
5
12
14
15
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
4. 右側程式碼執行後輸出結果為何?
3
4
5
6
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
5. 右側程式碼執行後輸出結果為何?
2 4 6 8 9 7 5 3 1 9
1 3 5 7 9 2 4 6 8 9
1 2 3 4 5 6 7 8 9 9
2 4 6 8 5 1 3 7 9 9
Similar Resources on Wayground
10 questions
Py01-1

Quiz
•
10th Grade
10 questions
基本程式編寫概念

Quiz
•
10th Grade
10 questions
Python Sets

Quiz
•
University
9 questions
Ch06-Synchronization Tools_part3

Quiz
•
University
10 questions
Ch09-Main Memory_part1

Quiz
•
University
10 questions
PD

Quiz
•
10th Grade
10 questions
閩南語

Quiz
•
1st - 11th Grade
10 questions
中央處理器溫習

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

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
CTEA Computer Vocab Terms #1

Quiz
•
12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade