
Tin học 11 HKII

Quiz
•
Computers
•
9th - 12th Grade
•
Easy

6dkn56qqy2 apple_user
Used 5+ times
FREE Resource
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Từ khóa Type trong Pascal có ý nghĩa:
Khai báo biến mới
Định nghĩa 1 kiểu dữ liệu mới
Mở đầu chương trình
Gõ giá trị từ bàn phím và lưu vào biến như thủ tục readln
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Khai báo nào sau đây là đúng cú pháp:
Type mang1c = array [1-100] of byte;
Type 1mang = array [1..100] of byte;
Type mang1c = array [1..100] of byte;
Type mang1c = array (1..100) of byte;
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Chọn khai báo đúng :
Var A: array[1,10] of integer;
Var A: array[1..10] of integer;
Var A= array[1..10] of integer;
Var A:= array[1..10] of integer;
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho khai báo biến:Var A : array[1..5] of Integer;Hãy chọn lệnh đúng :
A(3) := 6 ;
A[2] := -6 ;
A[1] := 4/2 ;
A := 10 ;
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đoạn chương trình sau làm gi?S:=0;For i:=1 to n do S:=S+A[i];
Đếm số phần tử của mảng A
Tính tổng các phần tử của mảng A
Nhập mảng A
In ra mảng A
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Đoạn chương trình sau làm gì?S:=0;For i:=1 to n do If A[i] >0 then S:=S+1;
Đếm số phần tử có giá trị dương của mảng A
Nhập mảng A
In ra mảng A
Tính tổng các phần tử của mảng A
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cho khai báo: Var A: Array[1..4] of Integer ; i : Integer ;Sau khi thực hiện các lệnh :For i:=1 to 4 do A[i]:= i;For i:=1 to 4 do A[i]:= A[i]+1; thì mảng A có gía trị là :
A[1]=1, A[2]=1, A[3]=1, A[4]=1
A[1]=1, A[2]=2, A[3]=3, A[4]=4
A[1]=2, A[2]=3, A[3]=4, A[4]=5
A[1]=0, A[2]=1, A[3]=2, A[4]=3
Create a free account and access millions of resources
Similar Resources on Wayground
50 questions
Tin học cuối kỳ 2

Quiz
•
9th - 12th Grade
50 questions
TIN HỌC 10 HK2

Quiz
•
10th - 12th Grade
53 questions
TÔI YÊU TIN

Quiz
•
10th Grade
51 questions
ÔN TẬP GIỮA HỌC KỲ II - LỚP 11

Quiz
•
12th Grade
48 questions
Ôn tập hk2_k11

Quiz
•
9th - 12th Grade
55 questions
tin 11 ôn giữa kì 2

Quiz
•
11th Grade
55 questions
KT TIN GK2

Quiz
•
11th Grade
45 questions
ÔN TẬP CUỐI KÌ 1 TIN 11

Quiz
•
11th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th 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
20 questions
Introduction to Desktop Computer Systems

Quiz
•
9th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Computer Hardware and Input/Output Devices

Interactive video
•
6th - 10th Grade