
Tin8

Quiz
•
Computers
•
8th Grade
•
Medium
Hằng Ngô
Used 4+ times
FREE Resource
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu lệnh lặp while…do có dạng đúng là:
While <điều kiện> do; <câu lệnh>;
While <điều kiện> <câu lệnh> do;
While <câu lệnh> do <điều kiện>;
While <điều kiện> do <câu lệnh>;
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu lệnh pascal nào sau đây là hợp lệ?
For i:=20 to 2 do writeln(‘Xin chao’);
For i= 1 to 10 do writeln(‘Xin chao’);
For i:=3.7 to 9.3 do writeln(‘Xin chao’);
For i:= 1 to 20 do writeln(‘Xin chao’);
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Chương trình pascal sau sẽ in ra màn hình nội dung gì?
Var i: integer;
BEGIN
For i:=1 to 5 do writeln(‘Day la lan lap thu ‘,i);
Readln;
END.
1 câu “Day la lan lap thu i”;
1 câu “Day la lan lap thu ‘, i”;
5 câu “Day la lan lap thu ‘, i”;
5 câu "Day la lan lap thu i” với i theo thứ tự từ 1->5;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Vòng lặp For ... to...do là vòng lặp:
Biết trước số lần lặp
Chưa biết trước số lần lặp
Biết trước số lần lặp nhưng giới hạn là <=100
Biết trước số lần lặp nhưng giới hạn là >=100
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sau khi thực hiện đoạn chương trình sau, giá trị của biến S bằng bao nhiêu:
s:=1;
for i:=1 to 5 do if i mod 2 = 1 then s := s*i;
writeln(‘ket qua =’,s);
5
15
25
35
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Chọn khai báo hợp lệ:
Var a,b: array[1 .. n] of real;
Var a,b: array[1 : n] of Integer;
Var a,b: array[1 .. 100] of real;
Var a,b: array[1 … 100] of real;
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Câu lệnh gotoXY(a,b) có tác dụng gì?
Đưa con trỏ về hàng a cột b
Cho biết thứ tự của hàng con trỏ đang đứng.
Đưa con trỏ về cột a hàng b
Đưa con trỏ về cuối dòng
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
ÔN TẬP WHILE DO VÀ FOR TO DO

Quiz
•
8th Grade
20 questions
HTML Assignment

Quiz
•
8th Grade
13 questions
CẤU TRÚC LẶP FOR .. TO .. DO

Quiz
•
8th - 12th Grade
11 questions
C++ Functions

Quiz
•
6th - 8th Grade
16 questions
HTML Tables Quiz

Quiz
•
7th - 8th Grade
20 questions
prep2 lesson 1-2

Quiz
•
8th Grade
15 questions
C++ While Loops

Quiz
•
6th - 8th Grade
15 questions
URL Quiz

Quiz
•
8th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

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

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade