bài ktra LT 2

bài ktra LT 2

University

10 Qs

quiz-placeholder

Similar activities

HTML -znaczniki 1

HTML -znaczniki 1

7th Grade - University

15 Qs

Test 01 - Basics of Web Design

Test 01 - Basics of Web Design

University

10 Qs

JavaScript

JavaScript

University

14 Qs

HTML

HTML

University

15 Qs

Images in HTML

Images in HTML

University

10 Qs

pemograman web

pemograman web

University

10 Qs

Java Quiz based on array

Java Quiz based on array

University

15 Qs

KT 15P TIN 11 HKI

KT 15P TIN 11 HKI

12th Grade - University

15 Qs

bài ktra LT 2

bài ktra LT 2

Assessment

Quiz

Computers

University

Medium

Created by

Hoàn Bá

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

đâu là câu lệnh điều kiện trong javascript

switch

function A(){

}

swicth

A();

2.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

đoạn code nào đúng?

for( i<10; i++){

console.log(i)

}

for( i<10; i--){

console.log(i)

}

for(let i=0; i<10; i++){

console.log(i);

}

for(let i=0; i++; i<10){

console.log(i);

}

3.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

khi không biết trước số lần lặp và muốn kiểm tra điều kiện sau đó mới thực hiện ta dùng vòng lặp nào

while

for

do .. while

for ..of

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

cú pháp khai báo hàm trong javascript?

function tên hàm(){

//các câu lệnh

}

tên hàm(){

//các câu lệnh

}

function (ds tham số){

//các câu lệnh

}

function tên hàm(danh sách tham số ) {

//các câu lệnh

}

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

đâu là thẻ liên kết trong html

<a href=”...”> xem tiếp</a>

 <h1>Bấm vào đây</h1>

<img>

<table>

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

thuộc tính định dạng đường viền trong css là:

border

display

position

text-align

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

thuộc tính thay đổi kích thước chữ trong css là?

font-family

size

text-size

font-size

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?