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
Khám Phá HTML và CSS

Quiz
•
Professional Development
10 questions
Quizz 1

Quiz
•
Professional Development
10 questions
Kiểm tra Chương 4: Bộ nhớ máy tính

Quiz
•
Professional Development
12 questions
test div

Quiz
•
Professional Development
15 questions
Mini game

Quiz
•
KG - Professional Dev...
14 questions
Go Programming Quiz

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

Quiz
•
Professional Development
10 questions
Tuần 6: Thiết kế hệ thống

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

Quiz
•
6th - 9th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
14 questions
2019 Logos

Quiz
•
Professional Development
6 questions
GUM Chart Scavenger Hunt

Quiz
•
Professional Development
8 questions
Understanding Government: Limited and Unlimited

Quiz
•
Professional Development
20 questions
tape measure

Quiz
•
Professional Development
24 questions
Street Signs

Quiz
•
9th Grade - Professio...