Quizzuizui

Quizzuizui

Professional Development

10 Qs

quiz-placeholder

Similar activities

ÔN TẬP

ÔN TẬP

Professional Development

15 Qs

IC3_Test1

IC3_Test1

Professional Development

14 Qs

 Ôn tập gõ các chữ Ă, Â, Đ, Ê, Ô, Ơ, Ư

Ôn tập gõ các chữ Ă, Â, Đ, Ê, Ô, Ơ, Ư

3rd Grade - Professional Development

10 Qs

ÔN THI HỌC KỲ 2 - LỚP 3

ÔN THI HỌC KỲ 2 - LỚP 3

Professional Development

13 Qs

Tuan 3 - Python

Tuan 3 - Python

KG - Professional Development

10 Qs

I love Information Technology

I love Information Technology

10th Grade - Professional Development

15 Qs

Kiến thức omni channel Quiz

Kiến thức omni channel Quiz

Professional Development

10 Qs

4. String

4. String

Professional Development

10 Qs

Quizzuizui

Quizzuizui

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Vũ Phong

Used 7+ times

FREE Resource

AI

Enhance your content in a minute

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

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Số cách để khai báo biến kiểu cấu trúc?

1

2

3

4

Answer explanation

1 là :

struct <tên_kdl> <tên_biến>;

2 là :

struct <tên_kdl>{

....

....

....

}<tên_biến>;

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Đâu KHÔNG PHẢI là đặc điểm của kiểu dữ liệu cấu trúc

Kiểu dữ liệu của các trường dữ liệu có thể khác nhau

Dữ liệu luôn được lưu trữ liên tục

Là kiểu dữ liệu người dùng tự định nghĩa

Là nhóm của các thành phần dữ liệu

Answer explanation

Do kiểu dữ liệu cấu trúc có thể lưu trữ nhiều kiểu dữ liệu khác nhau nên xảy ra trường hợp dữ liệu không được lưu trữ liên tục.

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Đâu là định nghĩa một kiểu cấu trúc?

struct {int a;}

struct a_struct {int a;}

struct a_struct int a;

struct a_struct {int a;};

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

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

20

18

32

24

Answer explanation

Trong quá trình cấp phát, cỡ của một biến int là lớn nhất, tức là 4 byte. Vậy nên bộ nhớ sẽ cấp phát bội lần của 4 byte. Có 20 là vừa đủ để chứa lượng biến ta khởi tạo.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Cho khai báo kiểu cấu trúc sau.

Để khai báo mảng cấu trúc 100 phần tử ta cần dùng khai báo nào?

arr[100] of struct hoc_sinh;

struct arr[100] hoc_sinh;

struct hoc_sinh arr[100];

struct hoc_sinh arr[i];

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

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

0 1000 4000

0 1000 2000

Đáp án khác.

Chương trình bị lỗi.

Answer explanation

Media Image

Chương trình sẽ in ra giá trị của thành phần soluong của 3 phần tử đầu của mảng cấu trúc ds.

Tức là 0 1000 4000.

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Cú pháp truy cập một thành phần của biến cấu trúc abcd?

abcd->var;

abcd.var;

abcd *var;

abcd-var;

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?