Computers

Tin Học

7
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>

  • Expore all questions with a free account

    Already have an account?
library
create
reports
classes