CSB Checkpoint 1

CSB Checkpoint 1

12th Grade

10 Qs

quiz-placeholder

Similar activities

Maya English

Maya English

9th - 12th Grade

11 Qs

Stem-Changing Verbs review

Stem-Changing Verbs review

9th - 12th Grade

14 Qs

Christmas Quiz 2024

Christmas Quiz 2024

9th Grade - University

15 Qs

Civics Quiz

Civics Quiz

12th Grade

15 Qs

712 L4

712 L4

12th Grade

10 Qs

Bible History Riddles 1 - Spring 2024

Bible History Riddles 1 - Spring 2024

9th - 12th Grade

10 Qs

 Quiz - Supply

Quiz - Supply

12th Grade

10 Qs

Skull Anatomy Quiz

Skull Anatomy Quiz

12th Grade

14 Qs

CSB Checkpoint 1

CSB Checkpoint 1

Assessment

Quiz

others

12th Grade

Easy

Created by

Tran Hung

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Đâu KHÔNG phải một kiểu dữ liệu trong Python?

int

float

string

char

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Vòng lặp nào thích hợp sử dụng khi biết trước số lần lặp?

Vòng lặp while

Vòng lặp for

Vòng lặp while True

Tất cả đáp án đều đúng

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Cú pháp nào đúng để truy cập phần tử thứ ba trong danh sách my_list?

my_list[2]

my_list[-3]

my_list[3]

my_list(3)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Hàm nào được sử dụng để đọc nội dung của một file trong Python?

read()

get()

load()

fetch()

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

OOP là viết tắt của?

Object-Oriented Programming

Organized Object Programming

Original Object Process

Object-Oriented Process

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Mục đích của nguyên lý trừu tượng trong OOP là gì?

Để che dấu các chi tiết và sự phức tạp không cần thiết

Khiến code phức tạp hơn

Để tạo nhiều đối tượng từ một lớp

Để nhận các tính chất của lớp cha

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Cú pháp nào đúng để thêm một phần tử vào cuối danh sách my_list?

my_list.add(item)

my_list.append(item)

my_list.insert(item)

my_list.push(item)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?