基礎題目

基礎題目

10th Grade

10 Qs

quiz-placeholder

Similar activities

算法設計 - 數據類型/布爾算式/偽代碼/流程圖

算法設計 - 數據類型/布爾算式/偽代碼/流程圖

9th - 12th Grade

12 Qs

ICT C 語言1

ICT C 語言1

9th - 12th Grade

10 Qs

A1資訊處理:2.2數據控制

A1資訊處理:2.2數據控制

9th - 12th Grade

12 Qs

2223_S4_ICT_T2_exam_exercise_11-20

2223_S4_ICT_T2_exam_exercise_11-20

9th - 12th Grade

10 Qs

EV3高二上期末測驗

EV3高二上期末測驗

7th Grade - University

10 Qs

顺序结构复习

顺序结构复习

10th Grade

10 Qs

1819 S4 T1 Rev 1

1819 S4 T1 Rev 1

10th Grade

10 Qs

基礎題目

基礎題目

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Jasooon Lin

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

下列哪些資料型態用來儲存單個字元?

bool

string

char

double

2.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

在C++中, 我們使用哪個函式來將文字印出?

cin

print

output

cout

3.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

在C++ 如何宣告一個可以儲存10個整數的陣列?

int a;


int a[10];

int [10] a;

int a = [10]

4.

MULTIPLE CHOICE QUESTION

10 sec • 3 pts

請問在電腦中,最小的容量單位是?

Byte

bit

cm


Å

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

請問整數 Int 的大小是?

2 bytes

4 Bytes

6 Bytes

8 Bytes

6.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

C++ 中主程式為下列何者?

main()

Main()

start()

Begin()

7.

MULTIPLE CHOICE QUESTION

20 sec • 3 pts

哪個符號用於取a / b的餘數?

^

&

%

!

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?