Bé Sủi

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Đạt Trần
Used 7+ times
FREE Resource
33 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong ngôn ngữ lập trình Pascal sau khi thực hiện đoạn chương trình sau:
S:=’Ha Noi mua thu’;
Delete(S,7,8);
Insert(‘Mua thu ’,S,1);
giá trị của biến S là:
A. Ha Noi Mua thu;
B. Mua thu Ha Noi mua thu;
C. Mua thu Ha Noi;
D. Ha Noi;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong ngôn ngữ lập trình Pascal, để xóa ký tự đầu tiên của xâu ký tự S ta viết:
delete(S,1,1);
delete(S,1,i); {i là biến có giá trị bất kỳ}
delete(S, length(S),1);
delete(1,S,1);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong ngôn ngữ lập trình Pascal, để tìm vị trí xuất hiện đầu tiên của xâu ‘hoa’ trong xâu S ta có thể viết bằng cách nào trong các cách sau?
I:=pos(S1,’hoa’);
I:=pos(S,’hoa’);
I:=pos(’hoa’,S);
I:=pos(‘hoa’,’hoa’);
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong ngôn ngữ lập trình Pascal, thủ tục Insert(s1, s2, vt) thực hiện công việc gì?
Chèn thêm xâu s1 vào xâu s2 bắt đầu từ vị trí vt của s1;
Không thực hiện công việc nào cả;
Chèn thêm xâu s2 vào xâu s1 bắt đầu từ vị trí vt của s1;
Chèn thêm xâu s1 vào xâu s2 bắt đầu từ vị trí vt của s2;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong ngôn ngữ lập trình Pascal, thủ tục chèn xâu s1 vào xâu s2 bắt đầu từ vị trí vt được viết.
Insert (s2, s1, vt);
Insert (s1, s2, vt);
Insert (s1, vt, s2);
Insert (vt, s1, s2);
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Hãy chọn phương án ghép đúng. Độ dài tối đa của xâu kí tự trong PASCAL là
255.
Tùy ý.
65535.
256.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Trong ngôn ngữ lập trình Pascal, hàm Upcase(Ch) cho kết quả là:
Chuyển Ch thành chữ thường;
Chuyển Ch thành chữ hoa;
Xâu Ch gồm toàn chữ hoa;
Xâu Ch toàn chữ thường;
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
Trắc Nghiệm Tin Giữa Kỳ II

Quiz
•
10th Grade
30 questions
ON TAP CUOI KY 2 TIN 11

Quiz
•
12th Grade
30 questions
TES ON TAP TIN HOC 4

Quiz
•
3rd Grade - University
33 questions
Quách Đông Heo

Quiz
•
10th Grade
28 questions
TIN 7 ÔN TẬP CUỐI KỲ 1

Quiz
•
7th Grade - University
35 questions
Ôn tập lý thuyết Nghề THVP - Đề 01 (35 câu)

Quiz
•
11th Grade
38 questions
ThPT PTT 10

Quiz
•
10th Grade
33 questions
ÔN TẬP CHỦ ĐỀ C KHỐI 11

Quiz
•
11th Grade
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
9/11 Experience and Reflections

Interactive video
•
10th - 12th 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
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade