
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
Py02

Quiz
•
10th Grade
7 questions
ESBrotherX_Medical AI_Lecture

Quiz
•
University
10 questions
py04

Quiz
•
10th Grade
10 questions
Programming - Syntax & Logic Errors

Quiz
•
3rd - 12th Grade
10 questions
Week 4 Mini Test

Quiz
•
1st - 12th Grade
10 questions
Câu lệnh rẽ nhánh

Quiz
•
10th Grade
10 questions
2223_S4_ICT_T2_exam_exercise_31-40

Quiz
•
9th - 12th Grade
10 questions
0610- Python

Quiz
•
9th - 10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

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

Interactive video
•
6th - 10th Grade
23 questions
Lab 4: Quizziz Questions

Quiz
•
University
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade