MD1_Array

MD1_Array

1st - 5th Grade

20 Qs

quiz-placeholder

Similar activities

 國小英語WW8_U4

國小英語WW8_U4

1st Grade

15 Qs

Latihan

Latihan

3rd Grade

17 Qs

3年级音乐 马来西亚美食多 25-02-2021

3年级音乐 马来西亚美食多 25-02-2021

1st - 12th Grade

15 Qs

Afrikaans - Vrugte/Groente - Fruit/Vegetables

Afrikaans - Vrugte/Groente - Fruit/Vegetables

1st - 2nd Grade

16 Qs

PHP-test

PHP-test

4th Grade

19 Qs

reading conprehension

reading conprehension

2nd Grade

20 Qs

Show Me Nominees 24-25

Show Me Nominees 24-25

1st Grade - University

18 Qs

MD1_Array

MD1_Array

Assessment

Quiz

Education

1st - 5th Grade

Medium

Created by

Bach Nguyen

Used 12+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Để mô tả cấu trúc rẽ nhánh trong thuật toán, nhiều ngôn ngữ lập trình bậc cao dùng câu lệnh IF – ELSE, sau IF là <điều kiện> . Điều kiện

Biểu thức số học;

Biểu thức quan hệ;

Biểu thức lôgic;

Một câu lệnh;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Phát biểu nào sau đây có thể lấy làm biểu thức điều kiện trong cấu trúc rẽ nhánh ?

A + B

N mod 100

“A nho hon B”

A > B

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cho biết giá trị của biến counter ?

let counter = 3;

if (counter > 2) {

  counter = counter + 2;

}

if (counter > 4) {

  counter = counter + 1;

}

console.log(counter)

3

4

5

6

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

let number = 3;

if (number > 0) {

  let newNumber = 2;

}

if (newNumber > 3) {

  number = 5;

}

console.log(x);

2

1

5

Chương trình lỗi

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Cho biết kết quả của chương trình ?

let x = 4;

if (--x > 4) {

  x += 1;

} else {

  x -= 1;

}

console.log(x);

Lỗi

2

3

4

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

Kết quả của đoạn code sau là gì?

Các số chẵn từ 2 đến 9

Các số chẵn từ 2 đến 10

Các số lẻ từ 2 đến 10

Không có đáp án đúng

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Câu lệnh continue trong JavaScript được sử dụng để bỏ qua phần còn lại của vòng lặp hiện tại và tiếp tục với vòng lặp kế tiếp. Đúng hay sai?

Đúng

Sai

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?