pencil-icon
Build your own quiz

Computers

Professional Development

Image

Tin Học

10
plays

59 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    . Cú pháp đầy đủ của hàm range()

    range(start, end, step)

    range(start, step)

    range(end, step)

    range(0, end, step)     

  • 2. Multiple Choice
    30 seconds
    1 pt

    Cú pháp đúng của câu lệnh lặp for

    . for <biến đếm> in range(start, end, step): <Khối lệnh>

    for <biến đếm> in range(start, step): <Khối lệnh>

    for <biến đếm> in range(start, end, step); <Khối lệnh>

    for <biến đếm> in range(start, end, step) <Khối lệnh>;

  • 3. Multiple Choice
    30 seconds
    1 pt

    Cú pháp ĐÚNG của câu lệnh while

    while <điều kiện> : <Khối lệnh>

    while <điều kiện> ; <Khối lệnh>;

    while <điều kiện> <Khối lệnh>:

    while <điều kiện> ;<Khối lệnh>

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?