Vous êtes sur la page 1sur 6

Midterm Exam - IT 101

1.
A.
B.
C.
D.
2.

WWW means _________


World Wide Web
World Web Wide
Word Wide Web
Answer option 4

Solve the following expression: (4 * 5 + 2) > (5 * 2 / 2 ) && ! F; What is the final result?

A.
B.
C.
3.
A.
B.

True
False
Null
(10 == 10 % 2 * 2) && ! (4>2) && (6<4)
True
False

4. Which of the following are prgramming languages?


A.
C
B.
C++
C.
Visual Basic
D.
HTML
E.
Java
5.
A.
B.
C.
D.

Which of the following are input devices?


Mouse
Keyboard
Printer
Scanner

6. Solve the following arithmetic expression expression: 5 + 6 * 2 / 2 - 5; What is the final


result?
A.
5
B.
6
C.
11
D.
None of the above
7. A type of program that is used to open web pages or documents is _____________.
A.
Web Browser
B.
Programming Language
C.
Office Application
D.
Answer option 4
8. Consider the following problem: x = 5; y= x * 2; (X > 2) && ! y <=10; What is the final
result?
A.
True
B.
False
9. An English - like way of writing and expressing a solution to a problem.
A.
Algorithm

B.
C.
D.
10.
A.
B.
C.
D.

Flowchart
Program
Answer option 4
Which of the following is true about web server?
It stores and links data and information on the web
It runs programs on the website
Websites cannot be opened if web servers are unavailable
It is a programming language that create information

11. __________ is a means of doing and conducting business online through the use of
internet.
A.
E-mail
B.
E-commerce
C.
E-business
D.
Answer option 4
12.
A.
B.
C.
D.
13.
A.
B.
C.
D.
14.
A.
B.

What are the two general types of software?


System Software
Application Software
Network Software
Programming Software
Which of the following is True about Hyperlinks?
It has an underline
When clicked it opens another page
It is a source code
It has a URL
MS Access is an example of database.
True
False

15. The expression (9 / 3 == 9 % 3) && !T || F is equal to False.


A.
True
B.
False
16. ________ is a tool used by programmers to write programs.
A.
Programming language
B.
Operating System
C.
Application Software
17. In flowcharting, what symbol that is used when an input is needed?
A.
Parallelogram
B.
Rectangle
C.
Oval
18.
A.
B.

WIFI is an example of Wireless Networks.


True
False

19. USB sticks that are used to connect to the internet is an examle of __________

connection.
A.
B.
C.

DSL
Broadband
Wireless

20.
A.
B.

WIFI is an example of wireless connection.


True
False

21.
A.
B.
C.
D.

Which of the following are output devices?


Monitor
Printer
Keyboard
Speaker

22.
A.
B.
C.
D.

Which of the following are Search Engines?


Bing.com
Google.com
Yahoo.com
Facebook.com

23. Check as many as you can on the following choices below that is considered as under
the Application Software category.
A.
Windows
B.
Microsoft Word
C.
Facebook
D.
Games
E.
Linux
24. In the expression X>Y && ! (Z<=y), which is the priority to solve?
A.
All the relational operators
B.
Inside the parenthesis
C.
All the logical operators
D.
From left to right can be applied
25.
A.
B.
C.
26.
A.
B.
C.

When to use an on page connector?


When creating a subpart of a flowchart in the same page.
When creating a condition in a flow.
When the problem requires to do so.
It is considerd as the brain of the computer.
CPU
Input device
Hard disk

27. The interconnection of two or more computer through the use of cables, telephone lines,
radio transmitter, satellites and other wireless communication devices.
A.
Computer Network
B.
Networking
C.
Internet

28. Check as many as you can in the following choices that are operating system.
A.
Windows
B.
Mozilla Firefox
C.
Microsoft Powerpoint
D.
Linux
29.
A.
B.
C.
D.
E.

Which of the following are Social Networking sites?


Facebook
Myspace
Twitter
Yahoo
Google+

30. The latest stable operating system from Microsoft that is widely used today is
__________.
A.
Windows Xp
B.
Windows Vista
C.
Windows 7
31. ________ is the term used in programming in the proper construction of codes like that
of a grammar in a sentence.
A.
Syntax
B.
Grammar
C.
Structure
32. ____________ is a short term for binary digit and the smallest unit of information in the
comuter system.
A.
Bit
B.
Byte
C.
Kilobyte
33. In flowchart, Rectangle symbol is used when initializing values in a variable.
A.
True
B.
False
34.
A.
B.

MS EXcel is an example of Electronic Spreadsheet.


False
True

35.
A.
B.
C.

In flowcharting, when to use a hexagon symbol?


When assigning values to variables
When printing an output
When input is required

36. In flowcharting, what symbol to use when a condition is required?


A.
Diamond
B.
Oval
C.
Rectangle
37.
A.

Which of the following is true about web server?


It is a program that runs on a web site.

B.
C.
D.

Answer option 2
Answer option 3
Answer option 4

38. ____________ is a graphical representation of a program.


A.
Flowchart
B.
Diagrams
C.
Source Code Graph
39. Which of the following are examples of C programming language command?
A.
Printf
B.
Cout
C.
Scanf
D.
If
40. What is the result of the following? !T && !F II T = _______
A.
True
B.
False
41.
A.
B.
C.
D.

Which of the following is an example of Web Browser?


Mozilla Firefox
Chrome
MS - Word
Internet Explorer

42. In solving two or more expression in a line, start solving from right to left.
A.
True
B.
False
43. Which of the following programs are examples of web browser?
A.
Google Chrome
B.
Mozilla Firefox
C.
Internet Explorer
D.
Visual Basic
44.
A.
B.
C.
D.

Which of the following are true about variables?


It can contain letters, numbers and underscore
It must begin with a letter
You can use reserve words
It can hold values

45.
A.
B.

What is the result of the following? 9>=5 && !4<=8


True
False

46.
A.
B.
C.
D.

Microsoft Word is an example of _______________.


Spreadsheet
Database
Operating System
None of the above

47. Check on the following choices the componenets of a computer system.

A.
B.
C.
D.
E.
48.
A.
B.
49.
A.
B.
C.
D.
50.
A.
B.
C.

Hardware
CPU
Software
Printer
Peopleware
Linux is an Opensource Application software.
True
False
What programming language we use in c programming?
C
C++
Dev C++
Visual Basic
What can programming languages do?
Create, debug and run a program
Create and print documents
Sends an email

Vous aimerez peut-être aussi