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

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

3rd Grade

56 Qs

quiz-placeholder

Similar activities

Genética

Genética

1st - 10th Grade

55 Qs

ukł. krwionośny

ukł. krwionośny

1st - 6th Grade

57 Qs

Ciencias Naturales

Ciencias Naturales

1st - 12th Grade

51 Qs

Common Formative Assessment Review

Common Formative Assessment Review

KG - 8th Grade

52 Qs

TEMA-3 14/12/2020

TEMA-3 14/12/2020

3rd Grade

53 Qs

Hủy diệt sinh học 3

Hủy diệt sinh học 3

1st - 5th Grade

54 Qs

ôn tập gk2-sinh

ôn tập gk2-sinh

3rd Grade - Professional Development

53 Qs

SIMULACRO GENERAL RADIODIAGNOSTICO 1

SIMULACRO GENERAL RADIODIAGNOSTICO 1

1st - 5th Grade

60 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?