You are on page 1of 4

Final Exam Matrix for Introduction To Computing

60 minutes for 45 questions


Comprehensio
No. Content Memorization
n
1 Basic C++, types, variables
2 Assignment, I/O operations 1 1
3 Branching 1 1
4 Loop 2 2
5 Functions 2 2
JVN architecture - Basic
6 3 3
Hardware - Basic Types
7 IoT (Arduino device - Lab) 1 1
Number of questions: 45.
Duration: 60 minutes. 10 10
Multiple choices.

Estimated exam date Time


28/12/2023 60'

Chuẩn đầu ra môn học


L.O.1.1 - Mô tả các thành phần cơ
L.O.1 - Mô tả được các khái niệm bản của kiến trúc Von Neumann
cơ bản về phần cứng và phần
mềm máy tính L.O.1.2 - Hiểu được các khái niệm cơ
bản về mạng máy tính, WWW và IoT
L.O.2.1 - Sử dụng được các kiểu dữ
liệu cơ bản
L.O.2.2 - Trình bày được cấu trúc cơ
L.O.2 - Sử dụng được một ngôn bản trong lập trình: rẽ nhánh, lặp
ngữ lập trình để phát triển một
ứng dụng đơn giản L.O.2.3 - Viết được một module hoặc
chương trình bằng C++
L.O.2.4 - Dùng flowchart để biểu
diễn giải thuật đơn giản

L.O.3.1 - Biết cách dẫn nguồn khi


L.O.3 - Nhận biết về trách nhiệm viết tài liệu khoa học
nghề nghiệp, các vấn đề pháp lý
và đạo đức liên quan đến lĩnh vực L.O.3.2 - Nhận thức được các vấn đề
điện toán pháp lý và đạo đức trong lĩnh vực
điện toán
on To Computing
tions
Application Analysis Total
1 1 2
1 1 4
1 1 4
3 3 10
3 3 10
6
1 1 4

10 10 40

Ngân hàng câu


5
hỏi HK221
Which one is a correct statement to send
a message to the cout object
a. cout >> "text";
Level Description b. text >> cout ;
Example
c. cout << "text";
d. All of others are correct;

Câu lệnh nào bên dưới là câu lệnh đúng


để truyền một chuỗi cho đối tượng cout
a. cout >> "text";
Students are required to remember b. text >> cout ;
concepts/definitions (yêu cầu sinh viên nhớ c. cout << "text";
Memorizing (ghi nhớ) khái niệm/định nghĩa...) The
d. Allcode fragment
of others to display a string of
are correct;
"ABC" to cout object is
Students need to understand the concepts/
definitions to infer the correct conclusion from
a. cout << "ABC";
given facts. (yêu cầu sinh viên hiểu các khái b. string s = "ABC"; cout << s;
Comprehension (thông niệm / định nghĩa để suy ra kết luận đúng từ c. coutthree
Given << "A" << "B" <<
numbers "C";
The value displayed toa,b,c
the screen once
hiểu) các dữ kiện đã cho). d. All of otherstoare
corresponding correct;
the below code executes is of a
three sides
triangle. The code fragment to print the
perimeter
int x = 2,ofy the
=3, triagle
z = 4; to the screen is
Students know how to apply learned a.int
cout
max<<=ax;<< b << c;
knowledge and skills to solve familiar b.ifcout
( y ><< sqrt(a*a+b*b+c*c);
max )
problems (Sinh viên biết cách vận dụng kiến c. cout <<
max = y; a + b + c;
thức, kĩ năng đã học để giải quyết những vấn d.ifcout
( z ><< a*b*c;
max )
Application (Vận dụng) đề quen thuộc) max = z;
cout << max;

Students need to analyze the contents given


in the questions using the comprehended a. 2
knowledge ( yêu cầu sinh viên cần phân tích b. 3
các nội dung được đưa ra trong các câu hỏi c. 4
Analysis (Phân tích) bằng cách sử dụng kiến thức đã học) d. All of other answers are wrong
Explanation

Students need to remember how to send message to cout

Students need to understand how to display a given input string to cout

Students are required to incorporate knowledge of programming language (using cout) with basic
mathematics to handle a simple task

Students are required to analyze the execution of the given code in order to get the result

You might also like