Bài kiểm tra giữa kì 2

Bài kiểm tra giữa kì 2

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Quiz Analisis Data

Quiz Analisis Data

10th Grade

20 Qs

Bài 2_Lớp 11

Bài 2_Lớp 11

12th Grade

23 Qs

IP ADRESS KELAS 11 TKJ

IP ADRESS KELAS 11 TKJ

11th Grade

20 Qs

GGHS HTML Test

GGHS HTML Test

7th - 10th Grade

20 Qs

MULTIMEDIA

MULTIMEDIA

10th Grade

20 Qs

3.6 Menerapkan dasar dasar mikrokontroler

3.6 Menerapkan dasar dasar mikrokontroler

10th Grade

20 Qs

Python Function - 3

Python Function - 3

12th Grade

20 Qs

TTS2233 Chapter 1

TTS2233 Chapter 1

8th - 10th Grade

15 Qs

Bài kiểm tra giữa kì 2

Bài kiểm tra giữa kì 2

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Vũ Giang

Used 18+ 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

20 sec • 5 pts

Chọn đáp án đúng về cách đặt tên biến trong lập trình python

lop 10

2022b

lop*10

Lop10

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Chọn chương trình có thể thực hiện phép tính tổng 2 số a và b nhập vào từ bàn phím

a=int(input("a="))

b=int(input("b="))

print(a*b)

a=int(input("a="))

b=int(input("b="))

print(a+b)

a=input("a=")

b=input("b=")

print(a+b)

a=float(input("a="))

b=float(input("b="))

print(a+b)

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Chọn lệnh xuất ra màn hình dòng chữ "Hello Python"

Print('Hello Python')

Print(Hello Python)

print('Hello Python')

input('Hello Python')

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Chọn lệnh nhập Họ tên học sinh từ bàn phím trong lập trình Python

hoten=input('Nhập họ tên học sinh:')

hoten=print("Nhập họ tên học sinh:")

hoten=int(input())

hoten=Input()

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Trong Python, để khai báo hàm ta sử dụng từ khóa nào sau đây?

A. procedure

B. function

C. def

D. return

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Chương trình con là:
Một dãy lệnh mô tả một số thao tác nhất định;
Một dãy lệnh mô tả một số thao tác nhất định và có thể được gọi từ nhiều vị trí trong chương trình;
Một dãy lệnh;
Một số câu lệnh thực hiện một nhiệm vụ nào đó;

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Câu 2. Câu lệnh nhập với biến kiểu nguyên là:

A. Biến=(input(dòng thông báo)

B. Biến=float(input(dòng thông báo))

C. Biến=input()

D. Biến=int(input(dòng thông báo))

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?