thông tin học sinh

thông tin học sinh

14 Qs

quiz-placeholder

Similar activities

Twelve OOO

Twelve OOO

4th Grade

12 Qs

SB015 Topic 1 - Topic 3 Quiz SET B

SB015 Topic 1 - Topic 3 Quiz SET B

KG - University

17 Qs

SB015 Topic 4-6 Quiz Set B

SB015 Topic 4-6 Quiz Set B

KG - University

17 Qs

Sentence Quiz.

Sentence Quiz.

KG - University

10 Qs

Новая форма_ Марчук

Новая форма_ Марчук

KG - University

9 Qs

HYDRO CIVIL MAINTENANCE & COST MANAGEMENT (Post)

HYDRO CIVIL MAINTENANCE & COST MANAGEMENT (Post)

Professional Development

10 Qs

Subordinate Clauses and Serial Commas

Subordinate Clauses and Serial Commas

6th - 8th Grade

10 Qs

4.Tệp tin và Thư mục

4.Tệp tin và Thư mục

KG - University

17 Qs

thông tin học sinh

thông tin học sinh

Assessment

Quiz

others

Hard

Created by

Teacher Thuy

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?