Ôn tập Tin học

Ôn tập Tin học

9th - 12th Grade

90 Qs

quiz-placeholder

Similar activities

EOC MICROSOFT REVIEW

EOC MICROSOFT REVIEW

9th - 12th Grade

91 Qs

PAE - Spring final Review

PAE - Spring final Review

9th - 12th Grade

94 Qs

M6 Multimedia

M6 Multimedia

10th Grade

88 Qs

SNT le web

SNT le web

9th - 12th Grade

86 Qs

AP CSP Algorithms

AP CSP Algorithms

9th - 12th Grade

85 Qs

Word Processing Review

Word Processing Review

8th - 9th Grade

85 Qs

Tes Tulis LSP

Tes Tulis LSP

12th Grade

91 Qs

Preparacion Parcial 4to

Preparacion Parcial 4to

4th Grade - University

88 Qs

Ôn tập Tin học

Ôn tập Tin học

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Ngen Kyn

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

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

90 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Đâu là kiểu dữ liệu trong Python

A. int, float, type, list

B. int, float, bool, string, list

C. input, int, float

D. print, int, float, bool,string

2.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Cho câu lệnh x=float(input('nhập vào một số:')). Giả sử người dùng nhập vào từ bàn phím giá trị là 12 thì biến x sẽ nhận giá trị là bao nhiêu?

A. x có giá trị là xâu ký tự '12'

B. x có giá trị là số thực 12.0

C. x có giá trị là số nguyên 12

D. x có giá trị là số thực 12.00

3.

MULTIPLE CHOICE QUESTION

1 min • 10 pts

Biểu thức nào sau đây là biểu thức logic?

A. x=12

B. x=x+1

C. x=>1 and x<=10

D. not(x>=5)

4.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Cho đoạn lệnh sau đây

x,y=10,6

if x%y==0:

print(x//y)

else:

print(x%y)

Hãy cho biết kết quả xuất ra màn hình sau khi đoạn lệnh trên được thực hiện?

10

6

4

1

5.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Lệnh nào sau đây là hợp lệ?

for in range(10):

print(i*i)

for in range(10):

print(i*i)

for i in range(10)

print(i*i)

for i in range(10):

print(i*i)

6.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Quan sát đoạn chương trình sau.

s=0

for i in range(1,6):

if i%2!=0:

s=s+i

print(s)

Hãy cho biết kết quả của biến s đc xuất ra màn hình có giá trị bao nhiêu?

0

9

10

12

7.

MULTIPLE CHOICE QUESTION

30 sec • 10 pts

Lệnh nào sau đây là hợp lệ?

k=2

while k=50:

print(k,end=" ")

k=k+3

k=2

while k<50:

print(k,end=" ")

k=k+3

k=2

while k<50:

print(k,end=" ")

k=k+3

k=2

while k<50

print(k,end=" ")

k=k+3

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?