Đề cương môn Tin học

Đề cương môn Tin học

3rd Grade

56 Qs

quiz-placeholder

Similar activities

Anatomía de cuello y tórax

Anatomía de cuello y tórax

1st - 3rd Grade

53 Qs

Ôn bài 1-4

Ôn bài 1-4

3rd Grade

59 Qs

UNG THƯ ĐƯỜNG MẬT

UNG THƯ ĐƯỜNG MẬT

1st - 3rd Grade

53 Qs

Ôn tập gk 1 sinh 8

Ôn tập gk 1 sinh 8

3rd Grade

53 Qs

S12 - bài 1

S12 - bài 1

1st - 5th Grade

61 Qs

Simulacro general 17

Simulacro general 17

1st - 3rd Grade

60 Qs

soal kelas 9

soal kelas 9

3rd Grade

61 Qs

od parzydełkowców do pierścienic klasa 6

od parzydełkowców do pierścienic klasa 6

1st - 6th Grade

52 Qs

Đề cương môn Tin học

Đề cương môn Tin học

Assessment

Quiz

Biology

3rd Grade

Hard

Created by

Thảo Nguyễn

FREE Resource

AI

Enhance your content

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

56 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hàm nào sau đây là hàm tích hợp sẵn trong Python

seed()

sqrt()

actorial()

print()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Chạy code sau trong Python, kết quả là:

import math

print(abs(math.sqrt(36)))

Error

6.0

-6

6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kết quả của lệnh print(min(max(False,-3,-4), 2,7)) là?

false

-3

-4

2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Điền lệnh còn thiếu vào chương trình sau để được chương trình đúng tính diện tích hình tròn biết bán kính r cho trước

r=15

print(“diện tích hình tròn = “,s)

s=3.14*R*R

s=3,14*r*r

s=3.14*R*r

s=3.14*r*r

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Điền lệnh còn thiếu vào chương trình sau để được chương trình đúng tính độ dài cạnh huyền c của tam giác vuông khi biết hai cạnh góc vuông a=7, b=9

a=7 ; b = 9

………

print(“độ dài cạnh huyền c = “,c)

C=(a*a+b*b)**0.5

c=(a*a+b*b)**0,5

c=(a*a+b*b)**0.5

c:=(a*a+b*b)**0.5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Để thay thế kí tự 'a' trong xâu s bằng một xâu mới rỗng ta dùng lệnh nào?

s=s.replace('a', "")

s=s.replace('a')       

s=replace(a, "")

s=s.replace()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Kết quả của các câu lệnh sau là gì?

2,6

1,3

0,4

1,4

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?