Tin gk2( phần đúng sai)

Tin gk2( phần đúng sai)

10th Grade

32 Qs

quiz-placeholder

Similar activities

BÀI 21- TIN HỌC 10

BÀI 21- TIN HỌC 10

10th Grade

28 Qs

Intro to Adobe Standard 2 Exam Review

Intro to Adobe Standard 2 Exam Review

9th - 12th Grade

27 Qs

Programming Techniques

Programming Techniques

8th - 10th Grade

30 Qs

All words GCSE Computer Science

All words GCSE Computer Science

1st - 10th Grade

28 Qs

Paper 2 Revision quiz

Paper 2 Revision quiz

7th - 11th Grade

27 Qs

Quiz Formativo-Variáveis●Timer ●intputbox● msgbox,●radiobutton

Quiz Formativo-Variáveis●Timer ●intputbox● msgbox,●radiobutton

10th - 12th Grade

27 Qs

Excel tercel parcial licenciatura

Excel tercel parcial licenciatura

9th Grade - University

36 Qs

Tin gk2( phần đúng sai)

Tin gk2( phần đúng sai)

Assessment

Quiz

Computers

10th Grade

Practice Problem

Easy

Created by

Nam Đức

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn chương trình

def chao(ten):

print("Xin chào, " + ten + "!")

chao(‘Xuan’)

-Dòng 3 báo lỗi

Đúng

Sai

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn chương trình

def chao(ten):

print("Xin chào, " + ten + "!")

chao(‘Xuan’)

Đoạn lệnh thực hiện cho kết quả là “Xin chào, Xuan!”

Sai

Đúng

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn chương trình

def chao(ten):

print("Xin chào, " + ten + "!")

chao(‘Xuan’)

-Tham số hàm là ten

Đúng

Sai

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn chương trình

def chao(ten):

print("Xin chào, " + ten + "!")

chao(‘Xuan’)

Lệnh print không có dấu ; cuối cùng

Đúng

Sai

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn chương trình

s1 ="3986443"

s2 = ""

for ch in s1:

if int(ch) % 2 == 0:

s2 = s2 + ch

print(s2)

Kết quả của chương trình là 8644

Đúng

Sai

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn chương trình

s1 ="3986443"

s2 = ""

for ch in s1:

if int(ch) % 2 == 0:

s2 = s2 + ch

print(s2)

Dòng lệnh 4, phép chia % là phép chia hết

Đúng

Sai

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cho đoạn chương trình

s1 ="3986443"

s2 = ""

for ch in s1:

if int(ch) % 2 == 0:

s2 = s2 + ch

print(s2)

Xâu S2 khởi tạo có 1 phần tử

Đúng

Sai

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?