Đề thi Tiếng Anh Chuyên Ngành Công Nghệ Phần Mềm Buổi 7 EPU
Tham khảo ngay bộ câu hỏi trắc nghiệm Tiếng Anh Chuyên Ngành Công Nghệ Phần Mềm (CNPM) - Buổi 7 từ Đại học Điện Lực, miễn phí và kèm theo đáp án chi tiết. Bộ câu hỏi được biên soạn sát nội dung học tập, giúp sinh viên củng cố kiến thức tiếng Anh chuyên ngành về công nghệ phần mềm, chuẩn bị tốt cho các kỳ thi. Đây là tài liệu hữu ích để hỗ trợ quá trình học tập và luyện thi hiệu quả.
Từ khoá: Câu hỏi trắc nghiệm Tiếng Anh chuyên ngànhCNPMbuổi 7Đại học Điện Lựcmiễn phícó đáp ánôn tập Tiếng Anh chuyên ngànhkiểm tra giữa kỳkiểm tra cuối kỳtài liệu học Tiếng Anh chuyên ngànhđề thi Tiếng Anh chuyên ngànhhọc CNPMĐại học Điện Lực EPU
In Java, classes called Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday are grouped in a package called week.
Write down the import statement that will be needed to use all the classes in the package.
A.
import week.*;
B.
import all classes
C.
all packages
D.
all classes
Câu 2: 1 điểm
Dịch câu sau sang tiếng anh “Kiểm thử viên là người được yêu cầu kiểm thử chương trình”
A.
A developer is a person who has been asked to test programs.
B.
A tester is a person who has been asked to test programs.
C.
A tester is a person has been asked to test programs.
D.
A tester is a person who asked to test programs.
Câu 3: 1 điểm
It is ______ to group the classes of a large program into packages.
A.
convenient
B.
conveniently
C.
convenience
D.
conveniences
Câu 4: 1 điểm
javax.swing is the name ______ package.
A.
on
B.
at
C.
of
D.
in
Câu 5: 1 điểm
public void moveLeft (int amount) { x = x - amount; } (In Java)moveLeft is a _______.
A.
variable
B.
method
C.
object
D.
class
Câu 6: 1 điểm
Typically the classes are described in a graphical notation, called a ______.
A.
activity diagram
B.
class diagram
C.
graph
D.
use case
Câu 7: 1 điểm
If the import statement was ______, we can not use the class JButton.
A.
omited
B.
omits
C.
omittes
D.
omitted
Câu 8: 1 điểm
Errors can be _______by a compiler.
A.
detect
B.
detected
C.
fixed
D.
fix
Câu 9: 1 điểm
Many evaluation criteria ______ computer systems – and indeed to all products designed for some useful purpose.
A.
are commonly to all
B.
is common to all
C.
are common for all
D.
are common to all
Câu 10: 1 điểm
The C and C++ languages have a rule that a method _____ to be declared before it can be used.
A.
must
B.
have
C.
has
D.
should
Câu 11: 1 điểm
Trong tin học, “Division by zero” nghĩa là _______.
A.
là toán tử chia cho 0
B.
là lỗi khi chia cho 0
C.
là lỗi tràn
D.
là toán tử tên Division
Câu 12: 1 điểm
Dịch câu sau ra tiếng anh “Tôi tạo 3 gói với tên gọi mylib, mydata và mygui”
A.
I create three packets, named mylib, mydata and mygui
B.
I create three packs, named mylib, mydata and mygui.
C.
I create three packages, named mylib, mydata and mygui.
D.
I create three packets with call names mylib, mydata and mygui.
Câu 13: 1 điểm
public void moveLeft (int amount) { x = x - amount; } (In Java) x is a _______.
A.
variable
B.
object
C.
method
D.
class
Câu 14: 1 điểm
What should we do to prevent errors during software development?
Big programs must develop by teams of programmers.
C.
Large programs must be developed by program team.
D.
Large programs must be developed by teams of programmers.
Câu 16: 1 điểm
Robust software is _______.
A.
software that tolerates faults
B.
computer that contains errors
C.
software that contains faults
D.
software that contains errors
Câu 17: 1 điểm
Monday monday = new Monday(); (In Java) monday is a _______.
A.
object
B.
class
C.
variable
D.
method
Câu 18: 1 điểm
public void moveLeft (int amount) { x = x - amount; } (In Java) amount is a ______.
A.
method
B.
variable
C.
class
D.
number
Câu 19: 1 điểm
import java.awt.*; (in Java) - Using * means that we want to ______ all the classes within the named package.
A.
exports
B.
imports
C.
export
D.
import
Câu 20: 1 điểm
In Java, classes called Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday are grouped in a package called week.
Write the statement to create an object monday of the class Monday
A.
Monday
B.
Monday monday = new Monday();
C.
monday
D.
monday is Monday;
Câu 21: 1 điểm
Dịch câu sau “Errors can be detected by a compiler”
A tester is a person who has been ______ to test programs.
A.
asking
B.
asked
C.
ask
D.
to ask
Câu 25: 1 điểm
In Java, to create an object of the class Friday, I put ______.
A.
friday = Friday();
B.
Friday fri = new Friday();
C.
friday = new Friday();
D.
Friday = new Friday();
Câu 26: 1 điểm
In OOP, “Classes Square and Rectangle are subclasses of superclass Shape” superclass là _______.
A.
lớp cha
B.
lớp kế thừa
C.
lớp con
D.
siêu lớp
Câu 27: 1 điểm
A header file is a source code file that contains the declaration of the methods to be ______ within a package.
A.
to find
B.
find
C.
found
D.
was found
Câu 28: 1 điểm
Dịch câu sau: “Java is a language that provides single inheritance”
A.
Java là ngôn ngữ có tính kế thừa
B.
Java là ngôn ngữ nói có tính kế thừa
C.
Java là ngôn ngữ cung cấp kế thừa đơn
D.
Java cung cấp tính kế thừa đơn
Câu 29: 1 điểm
In Java, classes called Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday are grouped in a package called week.
Write down the Java import statement that will be needed to use only the class Sunday
A.
import week.Sunday;
B.
import week.*;
C.
import week.week;
D.
import week.Friday;
Câu 30: 1 điểm
Monday monday = new Monday(); (In Java) Monday is a ______.