Quizzuizui

Quiz
•
Computers
•
Professional Development
•
Medium
Vũ Phong
Used 7+ times
FREE Resource
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
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
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
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
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
Similar Resources on Wayground
10 questions
Tuần 6: Thiết kế hệ thống

Quiz
•
Professional Development
10 questions
BÀI KIỂM TRA 10 PHÚT

Quiz
•
Professional Development
10 questions
4. String

Quiz
•
Professional Development
10 questions
List

Quiz
•
Professional Development
10 questions
CHỦ ĐỀ: CẤU TRÚC RẼ NHÁNH

Quiz
•
Professional Development
10 questions
Talkshow AI - FPTPoly - KM - XLDL

Quiz
•
Professional Development
10 questions
Bài 2 - Color Basic (Màu sắc cơ bản)

Quiz
•
Professional Development
10 questions
KTRA TX Tin 11

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade