thông tin học sinh

thông tin học sinh

14 Qs

quiz-placeholder

Similar activities

Đề Thi Cuối Học Kỳ II - Tin học - Lớp 3

Đề Thi Cuối Học Kỳ II - Tin học - Lớp 3

KG - University

17 Qs

Wishes

Wishes

KG - University

13 Qs

Short test - Level a (NEW VERSION)

Short test - Level a (NEW VERSION)

KG - University

12 Qs

Ulangan- 1 . INGGRIS 12 to 3

Ulangan- 1 . INGGRIS 12 to 3

9th - 12th Grade

15 Qs

Understanding Character Relationships in 'Wonder'

Understanding Character Relationships in 'Wonder'

7th Grade

10 Qs

Jobs 1

Jobs 1

6th - 8th Grade

15 Qs

thông tin học sinh

thông tin học sinh

Assessment

Quiz

others

Hard

Created by

Teacher Thuy

FREE Resource

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?

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?