0% found this document useful (0 votes)
185 views4 pages

National Exit Exam Term 3

This document contains a 29-question practice exam for a Computing exit exam. It covers topics in object-oriented programming, UML diagrams, software engineering processes, microprocessors, IP addressing, and more. The questions are multiple choice with 4 options each. Examinees are instructed to choose the best answer from the options given. Scoring and a top 10 student list will be provided after 1 month for 4 exam terms.

Uploaded by

Yawkal Addis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
185 views4 pages

National Exit Exam Term 3

This document contains a 29-question practice exam for a Computing exit exam. It covers topics in object-oriented programming, UML diagrams, software engineering processes, microprocessors, IP addressing, and more. The questions are multiple choice with 4 options each. Examinees are instructed to choose the best answer from the options given. Scoring and a top 10 student list will be provided after 1 month for 4 exam terms.

Uploaded by

Yawkal Addis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

.

COMPUTING (CS,IT,IS,SWE,MIS) COLLEGE


NATIONAL EXIT EXAM WORK SHEET
September 1, 2022

Prepared by:
Name: Dr. Behayilu Mamo (PHD) in IT
Occupation: Technology College RCA and Software Engineering Instructor
Organization: Arba Minch University
Experience: Above 17 years
E-mail Address: behayilumam@gmail.com

Name: Dr. Mishiel D.Cempron (PHD in CS)


Occupation: Network Administrator and Manager and also RCA for Postgraduate Students
Organization: Addis Ababa Science and Technology University
Experience: Above 21 years
E-mail Address: mishalpron@yahoo.com

Name: Zigiju Nebey (Msc in Information Technology)


Occupation: Lecturer
Organization: Habesha Technology College (F.Selam Campus)
Experience: Above 5 years
E-mail Address: yonas23495176@gmail.com

NB:
 The answer and top 10 student list for each term to be attach/send after a 1 month (Four terms
together once)

Page 1|4

NEE Sheet
.

Term Three:
Choose the best answer from the given alternatives
1. Which OO programming feature determines the design issue that deals with how functionality is compartmentalized
/grouped within a system?
A) Abstraction B) Inheritance C) Polymorphism D) Encapsulation
2. Which of one the following UML diagram has a static view?
A) Collaboration B) Use case C) State chart D) Activity
3. What is Microprocessor?
A) A multipurpose PLD that accepts binary data as input
B) A multipurpose PLD that accepts an integer as input
C) A multipurpose PLD that accepts whole numbers as input
D) A multipurpose PLD that accepts prime numbers as input
4. ____________is the use of modeling( using class. object, Actors, use case, use case diagrams, class diagram,
sequence diagram ,etc) to define and analyze the requirements necessary for success of a system.
A) Software Engineering B) SDLC C) OOSAD D) Algorithm
5. If an Ethernet port on a router were assigned an IP address of 172. 16.112.1/25, what would be the valid subnet
address of this host?
A) 172. 16.112.0 B) 172. 16.0.0 C) 172. 16.96.0 D) 172. 16.255.0
6. A class that inherits from another class is_________
A) Subclass B) Superclass C) Main class D) Parent class
7. The combination of ________ and _______ is often termed the local address of the local portion of the IP address.
A) Network number and host number B) Network number and subnet number
C) Subnet number and host number D) Host number and Broadcast number
8. We can define a thread as a “lightweight process”. It is because an OS (operating system) maintains much shorter
data structures for a thread instead of a process. Concerning this, which of the following statements is TRUE?
A) The Operating System maintains only the CPU register state on a per-thread basis
B) The OS does not maintain each thread’s separate stack
C) The Operating System does not maintain a virtual memory state on a per-thread basis
D) The Operating System maintains only accounting and scheduling information on a per-thread basis
9. The microprocessor of a computer can operate on any information if it is present in ______________ only.
A) Program Counter B) Flag C) Main Memory D) Secondary Memory
10. How many subnets and hosts to be provide in the network address of 172. 16.0.0/19?
A) 7 subnets, 30 hosts each B) 8 subnets, 8,190 hosts each
C) 8 subnets, 2,046 hosts each D) 7 subnets, 2,046 hosts each
11. In software development, model selection can be implement based on __________.
A) Requirements B) Development team & users
C) Project type & associated risk D) All of the above
12. Which one of the following OO principle is a collection of one or more operation signatures that defines a cohesive
set of behaviors in software engineering?
A) Abstraction B) Interface C) Inheritance D) Instance
13. What type of relationship do Shape class and Square represent?

A) Realization B) Generalization C) Aggregation D) Dependency

Page 2|4

NEE Sheet
.

14. Which one of these statements about kernel-level threads and user-level threads is FALSE?
A) The context switch time is longer for the kernel-level threads, as compared to the ones for the user-level
threads.
B) The user-level threads do not require any support for hardware.
C) We can schedule the related kernel-level threads in a multi-processor system on different processors.
D) When one kernel-level thread is blocked, then all the related threads will be blocked.
15. The default subnet mask for CLASS B is
A) 255. 0.0.0 B) 255. 255.0.0 C) 255. 255.255.0 D) 255. 255.255.255
16. In 8-bit microprocessor, how many opcodes are present?
A) 246 B) 278 C) 250 D) 256
17. What is the first step in any software development lifecycle?
A) System Design B) Coding C) System Testing D) Preliminary Investigation and Analysis
18. A diagram that can be used to show the interactions between messages are classified as:
A) Activity B) State chart C) Collaboration D) Object lifeline
19. An OS implements a policy that needs a process to release all of the resources before it makes any requests for
another resource. Out of all the statements below, select the one that is TRUE:
A) Both deadlock and starvation can occur B) Deadlock cannot occur, but starvation can occur
C) Deadlock can occur, but starvation cannot occur D) Neither deadlock nor starvation can occur
20. Which one of the following given option best describes the truthfulness of the following statements?
I: ASP.NET is a web design framework designed and developed by Microsoft
II: ASP.NET provides fantastic integration HTML, CSS and JavaScript
A, I: True, II: False B, I: False, II: True C, I: True I: True D, I: False, II: False
21. ____________ is a software development activity that is not a part of software processes.
A) Validation B) Specification C) Development D) Dependence
22. Which one of the following is a basic benefit of an object-oriented approach in SW development?
A) Data inconsistency real-world object representation B) Reduced Maintenance
C) High Code Reusability D) Improved Reliability and Flexibility
23. Which UML diagram used to distribute files, libraries, and tables across topology of the hardware?
A) Deployment B) Use case C) Sequence D) Collaboration
24. The correct syntax to write “Hello world.” is________
A) jscript.write(“Hello world.”); B) response.write(“Hello world.”);
C) cout(“Hello world.”); D) Print.jscript(“Hello world.”);
25. CASE stands for____________.
A) Computer-Aided Software Engineering B) Control Aided Science and Engineering
C) Cost Aided System Experiments D) None of the mentioned
26. In UML diagrams, __________ represents a relationship between component parts and object.
A) Ordination B) Aggregation C) Segregation D) Increment

Page 3|4

NEE Sheet
.
27. Using the following illustration, what would be the IP address of E0 if you were using the eighth subnet? The
network ID is 192.168.10.0/28 and you need to use the last available IP address in the range. The zero subnet
should not be considered valid for this question.

A) 192.168.10.142
B) 192.168.10.66
C) 192.168.100.254
D) 192.168.10.143

28. Which one of the following is the correct sequence of operations in a microprocessor?
A) Opcode fetch, memory read, memory write, I/O read, I/O write
B) Opcode fetch, memory write, memory read, I/O read, I/O write
C) I/O read, opcode fetch, memory read, memory write, I/O write
D) I/O read, opcode fetch, memory write, memory read, I/O write
29. Which UML diagram can be used to show the complete or partial view of the structure of a modeled system at a
specific time?
A) Sequence Diagram B) Collaboration Diagram C) Class Diagram D) Object Diagram
30. _________ implies that all subnets obtained from the same subnet mask.
A) Static subnetting B) Dynamic subnetting C) Variable length subnetting D) Dynamic length subnetting

Page 4|4

NEE Sheet

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy