TRẮC NGHIỆM PYTHON

TRẮC NGHIỆM PYTHON

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Y10M2A2 - Selection

Y10M2A2 - Selection

6th - 10th Grade

15 Qs

Kiểm tra giữa kì 2 lớp 7

Kiểm tra giữa kì 2 lớp 7

9th Grade

12 Qs

KIỂM TRA TX TIN HỌC 11

KIỂM TRA TX TIN HỌC 11

9th Grade

10 Qs

ÔN TẬP TIN HỌC 7 TUẦN 7 25-30/10/2021

ÔN TẬP TIN HỌC 7 TUẦN 7 25-30/10/2021

6th - 9th Grade

15 Qs

Ôn tập KTGK. Bài 20. Câu lệnh lặp For

Ôn tập KTGK. Bài 20. Câu lệnh lặp For

10th Grade

15 Qs

TIN HỌC 10 - BÀI 21

TIN HỌC 10 - BÀI 21

10th Grade

10 Qs

kiểm tra 15 phút tin 7

kiểm tra 15 phút tin 7

6th - 9th Grade

10 Qs

PseInt

PseInt

10th Grade

12 Qs

TRẮC NGHIỆM PYTHON

TRẮC NGHIỆM PYTHON

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Nguyen B2111314

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để khai báo thư viện ta sử dụng từ khóa nào?

uses

import

include

attach

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong NNLT Python, phép toán chia lấy phần nguyên là:

div

mod

//

%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong NNLT Python, cấu trúc rẽ nhánh dạng thiếu là:

if <điều kiện> : <câu lệnh >

IF <điều kiện> : <câu lệnh >

if <điều kiện> then <câu lệnh >;

IF <điều kiện> THEN <câu lệnh >;

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

def chan_le():

number = int(input("Nhập vào một số: "))

if(number%2==0):

print(number, "là số chẵn")

_____(4)_____

print(number, "là số lẻ") chan_le()

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

a = int(.............("Nhập a: "))

b = int(.............("Nhập b: "))

if a<=0:

    print("Vô nghiệm")

else:

    print(-b/a)

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Trong NNLT Python, để đưa kết quả ra màn hình ta sử dụng thủ tục nào?

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Trong NNLT Python, để nhập số thực cho biến n, câu lệnh nào sau đây đúng?

n=input(‘Nhập 1 số thực:’)

float(input(‘Nhập số thực n:’))


n=float(input(‘Nhập 1 số thực:’))

n=int(input(‘Nhập 1 số thực:’))

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?