Cs-Model Exam
Cs-Model Exam
Cs-Model Exam
CS-MODEL EXAM
mikiyaskokeb@gmail.com (not shared) Switch account
Draft saved
INSTRUCTIONS:
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 1/43
4/8/23, 11:46 PM CS-MODEL EXAM
Consistency
Data Security
Accuracy
Reliability
Consistent
Duplicate
Integrated
3. A database is implemented through three general levels: internal, ___, and 1 point
external so as to cater to the needs of its user.
Physical
Logical
Conceptual
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 2/43
4/8/23, 11:46 PM CS-MODEL EXAM
4. A ___ is a virtual table that does not really exist in its own right but is 1 point
instead derived from one or more underlying base tables.
Table
Structure / Schema
Logical vies
View
5. Within given relations, a set of one or more attributes having values that 1 point
are uniquely within the relationship and thus are able to uniquely identify that
tuple is said to be the ___ key of the relation.
Foreign
Candidate
Primary
6. ___ is a system of rules that a DBMS uses to ensure that relationship 1 point
between records in related tables are valid and that users don’t accidentally
delete or change related data.
Referential Integrity
Reference Integrity
Differential Integrity
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 3/43
4/8/23, 11:46 PM CS-MODEL EXAM
7. A ___ is binary operation that allow us to combine certain selections and a 1 point
Cartesian product into one operation.
Natural join
Join
Equi Join
9. When the table is in the first normal form then data is in two-dimensional 1 point
forms.
True
False
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 4/43
4/8/23, 11:46 PM CS-MODEL EXAM
Application programming
Data item
Field
Record
Tuple
12. Database Management System is a ___ system to facilitate the creation 1 point
Physical
Software
Hardware
Knowledge
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 5/43
4/8/23, 11:46 PM CS-MODEL EXAM
13. The E-R data model is based on a perception of the real world that 1 point
Classes
Entities
Objects
Attributes
14. The ___ level is at the highest level of database abstraction where only 1 point
those portions of the database of concern to a user or application program
are included.
External
Conceptual
Internal
Physical
15. At ___ level of database abstraction, all the database entities and the 1 point
relationships among them are included.
Physical
Conceptual
External
Internal
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 6/43
4/8/23, 11:46 PM CS-MODEL EXAM
16. In ___ data model, the objects are represented by record structures 1 point
grouped in file structures.
Primitive
Classic
Semantic
Network
17. A ___ is a collection of tuples, each of which contains values for a fixed 1 point
number of attributes.
Association
Relation
Aggregation
18. ___ is a set of principles concerned with how data is structured. 1 point
Data integrity
Data manipulation
Data definition
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 7/43
4/8/23, 11:46 PM CS-MODEL EXAM
19. Data control ___ is the fastest among the storage devices. 1 point
Cache
Main memory
Flash memory
20. Magnetic disk___ is a collection of relations with distinct relation names. 1 point
Domain
Instance
Schema
Relational database
21. The main construct for representing data in the relational model is a ___. 1 point
Attribute
Relation
Tuple
Domain
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 8/43
4/8/23, 11:46 PM CS-MODEL EXAM
22. A ___ is a column or a set of columns that refers to a primary key in the 1 point
same table or another table.
Primary key
Foreign key
Candidate key
Concatenated key
23. ___ function is used to find the total of all the values in a column. 1 point
SUM
COUNT
ADD
AVG
ADD COLUMN
INSERT COLUMN
MODIFY TABLE
ALTER TABLE
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 9/43
4/8/23, 11:46 PM CS-MODEL EXAM
Data isolation
Transitive dependency
Functional dependency
27. __________ refers to the correctness and completeness of the data in a 1 point
database?
Data security
Data integrity
Data constraint
Data independence
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 10/43
4/8/23, 11:46 PM CS-MODEL EXAM
Sequential
Hashed
Indexed
Clustered
29. In an SQL statement, which of the following parts states the conditions 1 point
for row selection?
Select
From
Ordered by
Where
30. Which attribute type can be further subdivided to yield additional 1 point
attributes.
Composite
Simple
Single valued
Derived
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 11/43
4/8/23, 11:46 PM CS-MODEL EXAM
It is a non-procedural language
All Except A
32. Which of the following Relational Algebra operations require that both 1 point
tables (or virtual tables) involved have the exact same attribute/ data types?
33. Suppose we have a transaction that is intended to transfer money from 1 point
one bank account to another and the programmer makes an error in the
transaction logic and debits one account but credits the wrong account by
55,000 br. Which kind of problem can occur?
Inconsistency problem
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 12/43
4/8/23, 11:46 PM CS-MODEL EXAM
34. A type of optimization which arises from the fact that all information 1 point
required to select an optimum strategy is not up to date.
Heuristic optimization
Semantic optimization
Dynamic optimization
Static optimization
35. In order to re-correct the above problem (Qn. 34) by a new transaction 1 point
which type of lock must be acquired?
Read Lock
BWrite Lock
No lock required
36. In the case given above (Qn. 34) which type of transactional property is 1 point
being violated?
Atomicity
Consistency
Durability
A and B
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 13/43
4/8/23, 11:46 PM CS-MODEL EXAM
37. An apparently successfully completed update operation by one user can 1 point
A and B
38. Which one of the following is not among the four phases of query 1 point
processing.
Execution
Optimization
Code generation
None
39. Which one of the following is not true about Static Query optimization? 1 point
None
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 14/43
4/8/23, 11:46 PM CS-MODEL EXAM
Heuristic optimization
Syntactical optimization
Systematic Optimization
41. The cost of executing a query includes all of the following except one. 1 point
Computation cost
Communication cost
None
42. A problem that occur when a transaction reads several values from the 1 point
database but a second transaction updates some of them during the
execution of the first is __________
Inconsistency problem
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 15/43
4/8/23, 11:46 PM CS-MODEL EXAM
When two transactions either read or write completely separate data item
If one transaction writes a data item and another reads the same data item
All
44. When the transaction has done all its normal execution time and the 1 point
database is being restored to the consistent state prior to the start of the
transaction.
Un committed transaction
Failed transaction
Aborted transaction
Committed transaction
45. Among the following one is to find non-serial schedules that allow 1 point
ARecoverability
Recoverable schedule
Serializability
Schedule
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 16/43
4/8/23, 11:46 PM CS-MODEL EXAM
Data Tampering
Modification Attack
Theft
All
47. Which of the following replacement strategy could be used to enforce 1 point
transactions to write their effect and leave a space in the buffer?
Force policy
LIFO
LRU
A &C
48. A synchronization point in between the database and the transaction log 1 point
Execution point
Check point
Optimization point
None
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 17/43
4/8/23, 11:46 PM CS-MODEL EXAM
Execution time
All
Transforming Query
Query Optimization
Query Processing
Query by example
Atomicity
Consistency
Isolation
Durability
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 18/43
4/8/23, 11:46 PM CS-MODEL EXAM
52. All Operations of the transaction are reflected properly in the database 1 point
system or none.
Isolation
ACID property
Consistency
None
53. When the transaction has rolled back and the database is being restored 1 point
Un committed transaction
Failed transaction
Aborted transaction
Committed transaction
54. _______ is the size of the data item chosen as the unit of protection by a 1 point
concurrency control program.
Dead lock
Growing phase
Granularity
Recoverability
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 19/43
4/8/23, 11:46 PM CS-MODEL EXAM
55. ________ access control is the ability to hide portions of the database, so 1 point
that access to the data doesn't become an all-or-nothing proposition.
Integrity
Secured storage
Procedural
Granular
Parallel databases
Multidimensional databases
Deductive database
Spatial database
57. ______ system is the one in which both data and transaction processing 1 point
Active systems
Parallel systems
Multimedia systems
Distributed systems
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 20/43
4/8/23, 11:46 PM CS-MODEL EXAM
Cartesian product
Set Difference
Projection
A &B
59. Data are not altered on the database system by unauthorized user is 1 point
_______
Integrity
Consistency
Isolation
Durability
60. Which one of the following indicates the assumptions of the optimists 1 point
No conflict at all
All
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 21/43
4/8/23, 11:46 PM CS-MODEL EXAM
Paradigm
Process model
A and C
Methods
63. The deployment work flow is mainly associated with ________ phase of 1 point
Unified Process.
Elaboration
Transition
Construction
Inception
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 22/43
4/8/23, 11:46 PM CS-MODEL EXAM
Duration Analysis
JAD
Problem
Directive
Opportunity
Aggregation
Modeling
Composition
Association
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 23/43
4/8/23, 11:46 PM CS-MODEL EXAM
68. In a hospital system, which one of the following can be considered as 1 point
valid responsibility for patient actor class?
69. If a message comes from or sent to an actor in a sequence diagram the 1 point
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 24/43
4/8/23, 11:46 PM CS-MODEL EXAM
70. Which one of the following is true about method invocation box? 1 point
A and C
71. Which one of the following represents the exact association among OO 1 point
models?
groups is
Deployment diagram
Component Diagram
Package
Interface
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 25/43
4/8/23, 11:46 PM CS-MODEL EXAM
73. The two types of interaction diagrams are _______ and _________ 1 point
diagrams
74. Which one of the following questions helps to identify use cases in 1 point
75. <<Extend>> association will be created between use cases if ___________. 1 point
The alternative course of action of the use case is as complex as the basic course of
action.
A and B
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 26/43
4/8/23, 11:46 PM CS-MODEL EXAM
Extend
Inheritance
Include
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 27/43
4/8/23, 11:46 PM CS-MODEL EXAM
78. Which one of the following is true about the multiplicity information for 1 point
scheduled association given in the figure?
A patient can have no or more than one appointment while appointment associated
with one patient.
Patients have many appointments while appointment associated exactly with one
patient.
All except B.
79. In design level class model method naming, what does the letters in the 1 point
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 28/43
4/8/23, 11:46 PM CS-MODEL EXAM
All except B.
different ways, enabling objects to interact with one another without knowing
their exact type. Which object oriented concept best described by this
statement?
Polymorphism
Abstraction
Encapsulation
on determining __.
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 29/43
4/8/23, 11:46 PM CS-MODEL EXAM
83. Answer the questions given below [84 – 87] considering a system Tour 1 point
Functional Requirement
Not related
84. The system shall allow users to search historical sites by area or name. 1 point
Functional Requirement
Not related
Functional Requirement
Not related
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 30/43
4/8/23, 11:46 PM CS-MODEL EXAM
86. The system shall enable users to generate report in 5 seconds 99% of the 1 point
time.
Functional Requirement
Not related
87. Requirement focus on what can be done while analysis focus on what the 1 point
user want.
True
False
88. ________ is defined as a group of objects with the same structure and 1 point
behavior.
Association
Class
Polymorphism
Method
89. Object oriented approach consider a system as two separate elements 1 point
that interact with one another.
True
False
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 31/43
4/8/23, 11:46 PM CS-MODEL EXAM
90. Which one of the following is not true about attribute visibility of a class? 1 point
A public attribute accessed only by methods of the sub class and the class where it
is declared.
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 32/43
4/8/23, 11:46 PM CS-MODEL EXAM
93. What are the major hardware components of a CPU (Central processing 1 point
Unit)?
Control bus.
Address bus.
Slower speed and a bigger memory size than the cache memory.
Faster speed and a bigger memory size than the main memory.
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 33/43
4/8/23, 11:46 PM CS-MODEL EXAM
96. A universal logic gate is one which can be used to generate any logic 1 point
function. Which of following are known as universal gates?
AND & OR
XOR & OR
97. Which of the following logic expressions represents the logic diagram 1 point
shown below?
X=A + BC + D
X=((A + B)C) + D
X=D(A + B + C)
X=(AC + BC)D
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 34/43
4/8/23, 11:46 PM CS-MODEL EXAM
98. For realizing the Boolean expression A.C + A.B.C, how many digital logic 1 point
gates are needed?
AACB
0000
FFFF
ABCD
100. The 2’s compliment form of the binary number 10101010 is 1 point
11110000
01010110
11011101
10110101
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 35/43
4/8/23, 11:46 PM CS-MODEL EXAM
Megabyte.
Gigabyte.
Kilobyte.
Terabyte.
One digital information from several sources and transmits the selected one.
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 36/43
4/8/23, 11:46 PM CS-MODEL EXAM
12
16
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 37/43
4/8/23, 11:46 PM CS-MODEL EXAM
107. The sequential circuit used to store one bit of data is known as 1 point
Register
Encoder
Decoder
Flip Flop
Logical micro-operation
Arithmetic micro-operation
Shift micro-operation
Register micro-operation
109. Which one of the following CPU registers holds the “memory address” 1 point
of the instructions to be executed next?
IR (Instruction Register)
PC (Program Counter).
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 38/43
4/8/23, 11:46 PM CS-MODEL EXAM
Three-address Instruction.
Two-address Instruction.
One-address Instruction.
Zero-address Instruction
Physical address
Absolute address
Logical address
Socket address
112. Which of the following statement is not true about the characteristics of 1 point
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 39/43
4/8/23, 11:46 PM CS-MODEL EXAM
Arithmetic Operation
Shift Operation
Memory Write
Memory Read
114. The computer instructions, like MOV or ADD are called as 1 point
Op-Code
Operand
Commands
Operators
115. Which of the following memories must be refreshed many times per 1 point
second?
Dynamic RAM
EPROM
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 40/43
4/8/23, 11:46 PM CS-MODEL EXAM
116. When the computer is started, execution begins with bootstrap loader, 1 point
permanently stored in
Cache
ROM
RAM
Secondary storage
It holds the operands and instructions most likely to be used by the CPU.
It is used for storing programs that are permanently resident in the computer.
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 41/43
4/8/23, 11:46 PM CS-MODEL EXAM
120. Which of the following is true about the benefit that can be achieved 1 point
with Cluster-Computing?
High availability.
Incremental scalability.
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy
Forms
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 42/43
4/8/23, 11:46 PM CS-MODEL EXAM
https://docs.google.com/forms/d/e/1FAIpQLSdYSaLRIY6bJxivnA4mmRLp0pv-A5MsqZVNkMfLqTkJkhEBhA/viewform 43/43