BANAHAW TECHNOLOGICAL COLLEGE INC.
College Department
Computer Fundamentals and Programming
Name: _______________________________________________ Score: ___________
Year & Section: ______________________________________ Date:
___________
I. MULTIPLE CHOICE. Encircle the letter of the correct answer.
1. What does HTML stand for?
a. Hyper Trainer Marketing Language
b. Hyper Text Marketing Language
c. Hyper Text Markup Language
d. Hyper Text Markup Leveler
2. Does the following C++ script have errors? #include "stdafx.h" #include
<iostream> using namespace std; int main() { cout<<"Hello
world"<<endl return 0; }
a. Yes
b. No
3. In Java, a method is a container that holds classes.
a. True
b. False
4. <h1>Text</h1> is the correct way of making a header in HTML.
a. True
b. False
5. Which of the following is the correct way of making a string in Java?
a. String “Text”;
b. String text = ‘text’;
c. String text = “text”
d. String text = “text”;
6. Which of the following is the correct way to use the standard namespace
in C++?
a. Using namespace std;
b. Using namespace standard;
c. Using standard namespace;
d. Standard namespace used;
7. Is this the correct way to make an object in Java? Class class = new
class();
a. True
b. False
8. Is this how you import something in C++? #include <string>
a. Yes
b. No
9. Is this HTML code correct?
<html><head><title>Title</title></head><h1>Header</h1><p>Paragrap
h</p></html>
a. Yes
b. No
10. Is it less bytes to use: long l = 100; then: int i = 10;
a. Yes
b. No
11. Ask user for a number, ask user for another number, multiply the
two numbers, print result.What do you call this set of instructions?
a. A compiler
b. An algorithm
c. A class
d. PHP
12. Beginner programmers should start with a development
environment
a. True
b. False
13. Which of the following is NOT a software language?
a. HTML
b. C++
c. Visual basic
d. C
14. Which of the following is NOT a web language?
a. PHP
b. C++
c. HTML
d. Javascript
15. Which of the following are NOT examples of application software?
a. Windows Explorer
b. iTunes
c. MS Word
d. World of Warcraft
16. What are the three different categories that application software is
divided into?
a. General purpose app, specialized app, mobile app
b. Ribbons, tabs, galleries
c. Desktop publishing programs, page layout programs, illustration
programs
d. Microsoft word, excel, powerpoint
17. What is a rectangular area that can contain a document, program,
or message?
a. Dialog box
b. Frame
c. Form
d. Window
18. Programs that create text-based documents?
a. DBMS
b. Spreadsheets
c. Suites
d. Word processors
19. What is an online diary or commentary?
a. Bitmap
b. HTML
c. Blog
d. Vector
20. Graphics that typically appear as black and white boxes that
automatically link mobile devices to a variety of different content.
a. Flash
b. Vector
c. Animation
d. QR codes
ANSWER KEY
1. C
2. A
3. B
4. D
5. D
6. A
7. A
8. A
9. B
10. B
11. B
12. B
13. A
14. B
15. A
16. A
17. D
18. D
19. C
20. D