You are on page 1of 30

1/26/24, 12:27 PM Online Exam System

Result - Model exam for HHC CEP students 2nd round Print Result

Unfortunately.. Your did't Pass the Exam


Your Result is: 36%

Test: Model exam for HHC CEP students 2nd round Instructor: Wakjira Bekele Tadese
Date: 26-01-2024 Duration: 132 Minutes
Started: 10:02 AM Ended: 12:15 PM
No. Of Questions: 120 Exam Grade: 120

Correct Questions: 43 Wrong Questions: 77

FinalGrade: 43 / 120 Results(Precent): 36%

Questions

1) What Tag Is Used for Inserting a Line break in html page? Multiple Choice 1 Points

Your Answer:
br

View Correct Answer

2) Which Tag Is Used To Include A Separately Defined Style Sheet Multiple Choice 0 Points

In Web Pages?

Your Answer:
link

View Correct Answer

3) Which Javascript Event Handler Pertains To Actions Enabled By Multiple Choice 0 Points

Mouse Clicks

Your Answer:
Onchange

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 1/30
1/26/24, 12:27 PM Online Exam System

4) What are Empty elements and is it valid? Multiple Choice 0 Points

Your Answer:
None of these

View Correct Answer

5) Which of the following is true about XHTML? Multiple Choice 1 Points

Your Answer:
It is a reformulation of HTML in XML

View Correct Answer

6) Which of the following statements is false regarding “Cookies”? Multiple Choice 0 Points

Your Answer:
Cookies cannot contain more than 4Kb of
data

View Correct Answer

7) When trying to access a URL, the following message " Error 403" Multiple Choice 0 Points

is displayed on the browser: What could be the reason for the message?

Your Answer:
The URL refers to a CGI script and the
header of the script does not indicate
where the interpreter is located

View Correct Answer

8) Which of the following statements is true regarding HTTP? Multiple Choice 0 Points

Your Answer:
10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 2/30
1/26/24, 12:27 PM Online Exam System

It refers to resources using their Universal


Resource Identifier (URI)

View Correct Answer

9) which of the following I/O devices is a block Devices Multiple Choice 1 Points

Your Answer:
Tape drive

View Correct Answer

10) when a peripheral devices needs immediate attention from the Multiple Choice 0 Points

oprating system. It generates a (n)

Your Answer:
page File

View Correct Answer

11) The computer architecture aimed at reducing the time of Multiple Choice 0 Points

execution of instructions is ________

Your Answer:
CISC

View Correct Answer

12) In CISC architecture most of the complex instructions are Multiple Choice 0 Points

stored in _____

Your Answer:
Register

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 3/30
1/26/24, 12:27 PM Online Exam System

13) What is the full form of CISC? Multiple Choice 1 Points

Your Answer:
Complex Instruction Set Computer

View Correct Answer

14) Which processor has the necessity of manual optimization for Multiple Choice 1 Points

the generation of assembly language code especially for the embedded systems?

Your Answer:
CISC

View Correct Answer

15) What is computer architecture? Multiple Choice 0 Points

Your Answer:
All

View Correct Answer

16) Which of the following memory of the computer is used to Multiple Choice 0 Points

speed up the computer processing?

Your Answer:
RAM

View Correct Answer

17) ____ is a computer program that translate source code written Multiple Choice 0 Points

in a high-level language into low-level machine language.

Your Answer:

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 4/30
1/26/24, 12:27 PM Online Exam System

Assembler

View Correct Answer

18) Which one of the following phase of compiler is considered as Multiple Choice 1 Points

final phase in the proces of compilation?

Your Answer:
code generation

View Correct Answer

19) The data structure used to record names of program during Multiple Choice 0 Points

compilation is called____________.

Your Answer:
Stack

View Correct Answer

20) How many parts are there in compiler? Multiple Choice 1 Points

Your Answer:
2

View Correct Answer

21) Which one of the following construction tools is used to Multiple Choice 1 Points

generate token?

Your Answer:
LEX

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 5/30
1/26/24, 12:27 PM Online Exam System

22) Grammar that produces more than one parse tree for some Multiple Choice 0 Points

sentence is called as _________

Your Answer:
Backtracking

View Correct Answer

23) The grammar A → Aa | b is not suitable for predictive-parsing Multiple Choice 0 Points

because the grammar is?

Your Answer:
backtracking

View Correct Answer

24) The specific token gets recognized with the help of some Multiple Choice 0 Points

diagrams called

Your Answer:
Pushdown Automata

View Correct Answer

25) The IPv4 header size is ____________ Multiple Choice 0 Points

Your Answer:
Always 20 bytes long

View Correct Answer

26) In ____________, the chance of collision can be reduced if a Multiple Choice 0 Points

station can sense the medium can sense trying to use it.

Your Answer:
10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 6/30
1/26/24, 12:27 PM Online Exam System

Medium Access

View Correct Answer

27) In ____________ methods, the station consults one another to Multiple Choice 0 Points

find which station has right to send.

Your Answer:
Random access

View Correct Answer

28) Before data can be transmitted, they must be transformed to Multiple Choice 1 Points

____________

Your Answer:
Electromagnetic Signals

View Correct Answer

29) As frequency increases, the period(time) ____________ Multiple Choice 0 Points

Your Answer:
Increases

View Correct Answer

30) UDP does not add anything to the services of IP except for Multiple Choice 1 Points

providing ____________ communication.

Your Answer:
Process to process

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 7/30
1/26/24, 12:27 PM Online Exam System

31) UDP and TCP are both ____________ layer protocols Multiple Choice 0 Points

Your Answer:
Data link

View Correct Answer

32) The WWW today is a ____________ client-server service, in which Multiple Choice 1 Points

a client using a browser can access a service using a server.

Your Answer:
Distributed

View Correct Answer

33) Multiple Choice 0 Points


What is wrong with the following program?

Your Answer:
The program above doesn’t have any
problem it runs successfully

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 8/30
1/26/24, 12:27 PM Online Exam System

34) Multiple Choice 0 Points


1. Regarding inheritance which one of the following is NOT TRUE?

Your Answer:
Not all is-a relationships should be
modeled using inheritance.

View Correct Answer

35) Multiple Choice 0 Points

1. Regarding method Overridden vs overloaded which one of the following is NOT TRUE?

Your Answer:
Overridden methods are in different
classes related by inheritance;

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 9/30
1/26/24, 12:27 PM Online Exam System

36) Multiple Choice 0 Points


1. Show the output of the following code:

Your Answer:

Person

View Correct Answer

37) Multiple Choice 0 Points


1. Interesting Points about Abstract Classes, which one of the following is NOT TRUE?

Your Answer:
A subclass can override a method from
its superclass to define it as
abstract.

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 10/30
1/26/24, 12:27 PM Online Exam System

View Correct Answer

38) Multiple Choice 0 Points


1. Which of the following is NOT TRUE about interface in java?

Your Answer:
Each interface is compiled into a
separate bytecode file, just like a
regular class.

View Correct Answer

39) Multiple Choice 1 Points


1. Which of the following is the correct interface?

Your Answer:

View Correct Answer

40) Multiple Choice 0 Points


1. Look at the following program, what is wrong with this code?

Your Answer:
10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 11/30
1/26/24, 12:27 PM Online Exam System

The above program has Syntax Errors

View Correct Answer

41) The following statement, 6 <= 6 is evaluates to: Multiple Choice 0 Points

Your Answer:
Error

View Correct Answer

42) Which one of the following is not true about #include Multiple Choice 1 Points

Your Answer:
It starts with # (signal) character and must
ends with a semicolon

View Correct Answer

43) The main() function in the header of a C++ program indicates Multiple Choice 0 Points

Your Answer:
It tells the compiler that it is a C++ It tells the compiler that it is a C++
program program

View Correct Answer

44) The return 0; statement at the bottom of the program indicates Multiple Choice 0 Points

Your Answer:
that the control is returned to the
Operating System

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 12/30
1/26/24, 12:27 PM Online Exam System

45) ______________ is a collection of a fixed number of components Multiple Choice 1 Points

wherein all of the components have homogeneous type

Your Answer:
Array

View Correct Answer

46) int myArray[5]; Which one of the following is not true about Multiple Choice 0 Points

the above declaration?

Your Answer:
It is an array of type integer

View Correct Answer

47) Which among the following statements is correct about the Multiple Choice 0 Points

program given below? void duplicate(int& a, int& b, int& c) { a *= 2; b *= 2; c *= 3; } int main() { int
x = 2, y = 4, z = 5; duplicate(x,y,z); cout << x << y << z; }

Your Answer:
The output will be 245

View Correct Answer

48) A function argument is a Multiple Choice 0 Points

Your Answer:
Way that functions resist accepting the
calling program’s values

View Correct Answer

49) Ping can _________ Multiple Choice 1 Points

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 13/30
1/26/24, 12:27 PM Online Exam System

Your Answer:
All of the mentioned

View Correct Answer

50) ICMP is used in _________ Multiple Choice 0 Points

Your Answer:
Ifconfig

View Correct Answer

51) __________ command is used to manipulate TCP/IP routing Multiple Choice 0 Points

table.

Your Answer:
Ipconfig

View Correct Answer

52) Networks are monitored by security personnel and supervised Multiple Choice 1 Points

by _____ who set(s) up accounts and passwords for authorized network users.

Your Answer:
Network administrators

View Correct Answer

53) Which directory implementation is used in most Operating Multiple Choice 0 Points

System

Your Answer:
Acyclic directory structure

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 14/30
1/26/24, 12:27 PM Online Exam System

54) Control of users’ access to network resources through charges Multiple Choice 1 Points

is the main responsibility of ______________

Your Answer:
Accounting Management

View Correct Answer

55) The physical connection between an end point and a switch or Multiple Choice 0 Points

between two switches is __________

Your Answer:
Transmission circuit

View Correct Answer

56) Which of the following networks supports pipelining effect? Multiple Choice 1 Points

Your Answer:
Packet-switched networks

View Correct Answer

57) ____________________refers to a group of computers which have Multiple Choice 0 Points

been infected by malware and have come under the control of a malicious actor.

Your Answer:
Daniel of service

View Correct Answer

58) What is main purpose of penetration test (pen-tester)? Multiple Choice 1 Points

Your Answer:

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 15/30
1/26/24, 12:27 PM Online Exam System

To test the whole system vulnerabilities


hole

View Correct Answer

59) From the type of hacker, which one of the following is based Multiple Choice 1 Points

hack the computer system not based on own his/her knowledge?

Your Answer:
Black hat hacker

View Correct Answer

60) _____________________involves maintaining the consistency, Multiple Choice 0 Points

accuracy, and trustworthiness of data over its entire life cycle.

Your Answer:
Confidentiality

View Correct Answer

61) ___________________measures to protect data during their Multiple Choice 0 Points

transmission over a collection of interconnected networks.

Your Answer:
Network security

View Correct Answer

62) _________________ is required because most organizations can be Multiple Choice 0 Points

damaged by Virus software or intruders.

Your Answer:
Cryptography

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 16/30
1/26/24, 12:27 PM Online Exam System

View Correct Answer

63) _____________is a standalone malware computer program that Multiple Choice 1 Points

replicates itself in order to spread to other computers.

Your Answer:
Worms

View Correct Answer

64) _____________is a special firewall that is specifically coded Multiple Choice 0 Points

(Software Programs) for the type of traffic it is inspecting.

Your Answer:
Software firewall

View Correct Answer

65) Which pillar of object-oriented concept is used for code Multiple Choice 0 Points

resusability ?

Your Answer:
Encapsulation

View Correct Answer

66) Which UML diagram describes a blue print for the Multiple Choice 0 Points

implementation of the software ?

Your Answer:
Use case Diagram

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 17/30
1/26/24, 12:27 PM Online Exam System

67) In which software process model testing of the product is Multiple Choice 1 Points

planned in parallel with a corresponding phase of SDLC phases.

Your Answer:
V-shape Model

View Correct Answer

68) Identifying the relationships among actors & use cases enable Multiple Choice 0 Points

the developers and users to

Your Answer:
All of the above

View Correct Answer

69) Which one is a creative activity to recognize and understand Multiple Choice 0 Points

the problem, its related constraints, and the methods of overcoming those problems?

Your Answer:
Design

View Correct Answer

70) A type of software testing that checks for functional behavior Multiple Choice 1 Points

of software system, memory, CPU usage and overall performance of the system.

Your Answer:
Dynamic Testing

View Correct Answer

71) Which analysis object model is used to represent the persistent Multiple Choice 0 Points

information tracked by the system?

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 18/30
1/26/24, 12:27 PM Online Exam System

Your Answer:
All of the above

View Correct Answer

72) The process of determining if the software is designed and Multiple Select 0 Points

developed as per the specified requirements by the SRS is called

Your Answer:
Debugging

View Correct Answer

73) A* algorithm is based on __________ Multiple Choice 0 Points

Your Answer:
Depth-First-Search

View Correct Answer

74) What is disadvantage of Greedy Best First Search? Multiple Choice 0 Points

Your Answer:
There can be multiple long paths with the
cost ≤ C*

View Correct Answer

75) When will Hill-Climbing algorithm terminate? Multiple Choice 0 Points

Your Answer:
All of the above

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 19/30
1/26/24, 12:27 PM Online Exam System

76) Which of the following is not a Characteristics of Expert Multiple Choice 0 Points

Systems?

Your Answer:
Understandable

View Correct Answer

77) Which of the following are Components of Expert Systems? Multiple Choice 1 Points

Your Answer:
All of the above

View Correct Answer

78) Which of the following is incorrect application of Expert Multiple Choice 0 Points

System?

Your Answer:
Knowledge Domain

View Correct Answer

79) What is the form of Knowledge representation? Multiple Choice 0 Points

Your Answer:
All of the above

View Correct Answer

80) What is Fuzzy Logic? Multiple Choice 0 Points

Your Answer:

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 20/30
1/26/24, 12:27 PM Online Exam System

a method of question that resembles


human answer

View Correct Answer

81) What is a foreign key in a relational database Multiple Choice 1 Points

Your Answer:
A key that identifies a relationship
between two tables by referencing the
primary key in another table

View Correct Answer

82) What is normalization in a relational database? Multiple Choice 0 Points

Your Answer:
The process of converting a table into a
graph-based data structure

View Correct Answer

83) What is a one-to-many relationship in a relational database? Multiple Choice 1 Points

Your Answer:
A relationship in which one record in a
table corresponds to many records in
another table

View Correct Answer

84) What is a view in a relational database? Multiple Choice 1 Points

Your Answer:
A virtual table that is based on the result
of a SQL query

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 21/30
1/26/24, 12:27 PM Online Exam System

View Correct Answer

85) The ability to query data, as well as insert, delete, and alter Multiple Choice 0 Points

tuples, is offered by

Your Answer:
DCL (Data Control Language)

View Correct Answer

86) ______is an impasse (dead end) that may result when two (or Multiple Choice 1 Points

more) transactions are each waiting for locks held by the other to be released.

Your Answer:
Deadlock

View Correct Answer

87) When two transactions that access the same database items Multiple Choice 0 Points

are running and, successfully completed update is overridden by another user or transaction we
call the problem?

Your Answer:
Inconsistent analysis problem

View Correct Answer

88) ___is point of synchronization between database and log file. Multiple Choice 1 Points

All buffers are force-written to secondary storage

Your Answer:
A condition where two or more threads
attempt to access a shared resource
simultaneously, leading to unpredictable
behavior.

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 22/30
1/26/24, 12:27 PM Online Exam System

89) L = {ε, a,,aa,aaa,…..} is represented by__ Multiple Choice 1 Points

Your Answer:
a*

View Correct Answer

90) A language is regular if and only if Multiple Choice 0 Points

Your Answer:
accepted by Turing machine

View Correct Answer

91) A grammar G=(V, T, P, S) is __________ if every production taken Multiple Choice 0 Points

one of the two forms: B->aC, B->a

Your Answer:
Ambiguous

View Correct Answer

92) If the PDA does not stop on an accepting state and the stack is Multiple Choice 0 Points

not empty, the string is:

Your Answer:
Goes into loop forever

View Correct Answer

93) Let L1 be a recursive language. Let L2 and L3 be languages Multiple Choice 0 Points

that are recursively enumerable but not recursive. Which of the following statements is not
necessarily true?

Your Answer:
10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 23/30
1/26/24, 12:27 PM Online Exam System

L2 ∪ L1 is recursively enumerable

View Correct Answer

94) Problems that can be solved in polynomial time are known as? Multiple Choice 0 Points

Your Answer:
complete

View Correct Answer

95) A turing machine that is able to simulate other turing Multiple Choice 1 Points

machines:

Your Answer:
Universal Turing machine

View Correct Answer

96) The sum and composition of two polynomials are always Multiple Choice 1 Points

polynomials.

Your Answer:
true

View Correct Answer

97) How can we describe an array in a best possible way? Multiple Choice 0 Points

Your Answer:
The array shows hierarchial Structure

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 24/30
1/26/24, 12:27 PM Online Exam System

98) Which of the following data structure is best suited for Multiple Choice 0 Points

implementing recusrive function?

Your Answer:
Linked List

View Correct Answer

99) Which of the following algorithm is an example of a greedy Multiple Choice 1 Points

algorithm?

Your Answer:
Kruskal's algorithm

View Correct Answer

100) Which of the following is a dyanmic programming problem? Multiple Choice 1 Points

Your Answer:
Longest common subsequence

View Correct Answer

101) Which of the following sorting algorithm has the worst case Multiple Choice 0 Points

time complexity of O(n2)?

Your Answer:
Merge Sort

View Correct Answer

102) Which of the following algorithm is used to find the kth Multiple Choice 1 Points

largest element in an sorted array?

Your Answer:
10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 25/30
1/26/24, 12:27 PM Online Exam System

Selection Sort

View Correct Answer

103) Which one of the following is incorrect about minimum Multiple Choice 0 Points

spanning tree (MST)?

Your Answer:
If every edge has a unique weight, there
exists a unique MST

View Correct Answer

104) What the worst time complexity of 0/1 knapsack problem? Multiple Choice 1 Points

Your Answer:
O(2n)

View Correct Answer

105) Heap can be used as ----------- Multiple Choice 1 Points

Your Answer:
Priority Queue

View Correct Answer

106) In a max heap element with a greatest key is always in the Multiple Choice 1 Points

which mode?

Your Answer:
root node

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 26/30
1/26/24, 12:27 PM Online Exam System

107) Which of the following traversing algorithm is not used to Multiple Choice 1 Points

traverse in a tree?

Your Answer:
randomized

View Correct Answer

108) Which of the following prooperties does a simple graph not Multiple Choice 0 Points

hold?

Your Answer:
Must have no multiple edges

View Correct Answer

109) What is the time complexity of deleting the first node and Multiple Choice 0 Points

adding to the last node in linked list?

Your Answer:
O(logn)

View Correct Answer

110) Heap exhibits the propery of binary tree Multiple Choice 1 Points

Your Answer:
True

View Correct Answer

111) Advantage of linked list representation of binary tree over Multiple Choice 0 Points

array is ?

Your Answer:
10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 27/30
1/26/24, 12:27 PM Online Exam System

ease of insertion /deletion

View Correct Answer

112) Level order traversal of tree is formed with the help of Multiple Choice 0 Points

Your Answer:
All

View Correct Answer

113) Data structure used to keep track of the relation between a Multiple Choice 1 Points

page of proces to a frame in physical memory

Your Answer:
Page map table

View Correct Answer

114) Page which has not been used for the longest time in main Multiple Choice 0 Points

memory is the one which will be selected for replacement

Your Answer:
Page buffering algorithms

View Correct Answer

115) When the same address space is shared by memory and I/O Multiple Choice 0 Points

devices it is called

Your Answer:
Interrupt Driven I/O

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 28/30
1/26/24, 12:27 PM Online Exam System

116) Which of the given alternative is not correct I/O software Multiple Choice 1 Points

layers?

Your Answer:
Polling

View Correct Answer

117) Which of the following alternative is not True about actiities Multiple Choice 0 Points

of opearting system

Your Answer:
to schedule cpu

View Correct Answer

118) The Timesharing operating system can do all Except Multiple Choice 0 Points

Your Answer:
Avoid dupplication

View Correct Answer

119) The communication in operatng system Multiple Choice 0 Points

Your Answer:
No need of communication network

View Correct Answer

120) The True alternatives about operating system related to Multiple Choice 1 Points

protection is/are

Your Answer:

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 29/30
1/26/24, 12:27 PM Online Exam System

Ensure all access to the system is


controlled

View Correct Answer

10.8.104.17/oes.ambou.edu.et/student/?results&id=Last 30/30

You might also like