Đề 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
Bộ sưu tập: Tuyển Tập Bộ Đề Thi Trắc Nghiệm Môn Tiếng Anh Trường Đại Học Điện Lực (EPU) - Có Đáp Án
Câu 1: 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.
Câu 2: 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: It is ______ to group the classes of a large program into packages.
Câu 4: javax.swing is the name ______ package.
Câu 5: public void moveLeft (int amount) { x = x - amount; } (In Java)moveLeft is a _______.
Câu 6: Typically the classes are described in a graphical notation, called a ______.
Câu 7: If the import statement was ______, we can not use the class JButton.
Câu 8: Errors can be _______by a compiler.
Câu 9: Many evaluation criteria ______ computer systems – and indeed to all products designed for some useful purpose.
Câu 10: The C and C++ languages have a rule that a method _____ to be declared before it can be used.
Câu 11: 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
D. là toán tử tên Division
Câu 12: 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: public void moveLeft (int amount) { x = x - amount; } (In Java) x is a _______.
Câu 14: What should we do to prevent errors during software development?
Câu 15: Dịch câu sau “Những chương trình lớn phải được phát triển bởi đội ngũ lập trình viên”
A. Large programs must develop by program team.
B. 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: 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: Monday monday = new Monday(); (In Java) monday is a _______.
Câu 18: public void moveLeft (int amount) { x = x - amount; } (In Java) amount is a ______.
Câu 19: import java.awt.*; (in Java) - Using * means that we want to ______ all the classes within the named package.
Câu 20: 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
B. Monday monday = new Monday();
Câu 21: Dịch câu sau “Errors can be detected by a compiler”
A. Lỗi có thể được phát hiện bởi trình biên dịch
B. Lỗi có thể sửa bởi trình biên dịch
C. Lỗi có thể được phát hiện bởi người dịch
D. Lỗi có thể được sửa bởi trình biên dịch
Câu 22: Trong tin học, “floating point overflow” nghĩa là _______.
A. lỗi dấu phẩy động
D. lỗi tràn dấu phẩy động
Câu 23: Dịch câu sau: “Faults can be prevented and detected during software development”
A. Lỗi có thể được ngăn chặn và phát hiện trong quá trình phát triển phần mềm
B. Sai lầm có thể được phát hiện và sửa trong quá trình phát triển phần mềm
C. Sai lầm có thể được ngăn chặn và phát hiện trong quá trình làm và viết phần mềm
D. Lỗi có thể được phát hiện và sửa trong quá trình phát triển phần mềm
Câu 24: A tester is a person who has been ______ to test programs.
Câu 25: In Java, to create an object of the class Friday, I put ______.
B. Friday fri = new Friday();
C. friday = new Friday();
D. Friday = new Friday();
Câu 26: In OOP, “Classes Square and Rectangle are subclasses of superclass Shape” superclass là _______.
Câu 27: A header file is a source code file that contains the declaration of the methods to be ______ within a package.
Câu 28: 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: 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
Câu 30: Monday monday = new Monday(); (In Java) Monday is a ______.