Search Header Logo

thông tin học sinh

Authored by Teacher Thuy

others

thông tin học sinh
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Họ ten

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

30 sec • Ungraded

lớp

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Cách khai báo biến mảng 1 chiều nào sau đây là đúng?

Var a:array[0..100]of integer;
Var a:array[0...100]of integer;
Var a=array[1..100]of integer;
Var a=array[0...100]of integer;

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Cho khai báo mảng như sau:Var a : array['a'..'z'] of integer ;Phương án nào dưới đây chỉ phần tử thứ 5 của mảng?

a(5)
a[5]
a(e)
a[e]

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Cho khai báo sau:a : array[0..100] of integer ;Câu lệnh nào dưới đây sẽ in ra tất cả các phần tử của mảng trên?

for k:= 0 to 100 do write(a[k]);
for k := 100 down to 0 write(a[k]);
for k := 100 downto 0 do write(a[k]);
D. for k := 1 to 100 do write(a[k]);

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Trong ngôn ngữ lập trình Pascal, trong quá trình nhập dữ liệu của mảng 1 chiều A, để các phần tử hiển thị như trong cửa sổ chương trình ta viết lệnh như sau:

A. Write(“ A[ ” , i ,“ ]= ”); readln(A[i]);
B. Write(‘ A[ i ]= ’); readln(A[i]);
C. Write(‘ A[ ’ , i , ‘ ]= ’); readln(A[i]);
Write(‘ A[ ’ i ‘ ]= ’); readln(A[i]);

7.

FILL IN THE BLANK QUESTION

30 sec • 5 pts

Cho dãy số -1 2 3 1 5 9 6 tham chiếu tới phần tử thứ 3 của dãy ta ghi như thế nào?

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?