|
The Entrance Test will comprise of
on-line multiple-choice questions (MCQs).
You will select one answer from the four choices given.
10 question will be asked from each of the following areas. Total time duration
is 90 minutes.
-
Technical Communication
-
General Programming
-
Computer Architecture and Organizations
-
Operating Systems and Networking
-
Software Engineering
-
Database Concepts
-
Mathematics and Statistics
SECTION I – TECHNICAL COMMUNICATION
-
Which of the following is the most effective way to encourage
ethical behavior in your organization.
-
Clearly laying out expected behavior in a written policy or code
of ethics
-
Making sure top management set clear examples of ethical
behavior
-
Punishing those who act unethically
-
None of the above
SECTION II – GENERAL PROGRAMMING
-
When reading one character at a time, which of the following is
appropriate:
-
fread()
-
read()
-
getc()
-
None of the above
SECTION III – COMPUTER ARCHITECTURE AND ORGANIZATION
-
Which of the following is the most improving way of Cache
Performance:
-
Reduce the miss rate,
-
Reduce the miss penalty
-
Reduce the time to hit in the cache
-
None of the above
SECTION IV – OPERATING SYSTEMS AND NETWORKS
-
Which of the following can enormously extend the computer
ability's to process a greater number of large tasks at the same time:
-
Time sharing
-
Interrupts
-
Virtual memory
-
None of the above
SECTION V – SOFTWARE ENGINEERING
-
What are the advantages of using formal specifications in
software engineering work?
-
Specification need complete information with graphical notation.
-
Formal specifications are generally more complete.
-
Formal specifications are generally complete, consistent, and
likely to be unambiguous than comparable specifications using natural language.
-
None of the above
SECTION VI – DATABASE CONCEPTS
-
The portion of a DBMS that helps you manage the overall database
environment is the:
-
DBMS engine.
-
Data definition subsystem.
-
Data administration subsystem.
-
None of the above
SECTION VII – MATHEMATICS AND STATISTICS
-
A label identifier for a computer program consists of one letter
followed by three digits. If repetitions are allowed, how many distinct label
identifiers are possible:
-
26,200
-
36,200
-
38,000
-
None of the above
-
Let A = Z and let B = { 0, 1} . Let f : A ® B be defined by
-
 |
0 |
if a is even |
| F (a) = |
|
|
| 1 |
if a is odd |
Which of the following is true:
- f (a) is not a function
- f (a) is onto function
- f (a) is into function
- None of the above
|
|