KPC-OF-OBT-009 - Assessment Form
KPC-OF-OBT-009 - Assessment Form
KPC/OF/OBT/009
ኮምቦልቻ ፖሊቴክኒክ ኮሌጅ
KOMBOLCHA POLYTECHNIC COLLEGE
ርዕስ/Title Issue Page No.
Effective Date: 14/04/2017 Assessment Form No. Page 1 of 19
1
A) Server specifications
B) Database design
C) Design aesthetics
D) Network infrastructure
Answer: C)
A) HTML/CSS
B) Database management systems
C) Spreadsheet software
D) JavaScript
Answer: C) Spreadsheet software
Answer: B)
4. What does the hierarchy of pages and information in website design refer to?
Answer: B)
7. How does understanding the operating system affect website design?
9. What is the primary goal of analyzing business data operations when designing a data model?
16. An entity set that does not have sufficient attributes to form primary key is?
A) Strong entity
B) Composite entity
C) Weak entity
D) Recursive entity
17. Assume that there are two given tables Country and president table under the same
database name what will be possible relationship between those tables?
A) Many to many
B) One to one
C) Many to one
D) One to many
20.The numerical attributes of the relationship between two entities or entity sets
is called……….
A) Relationship
B) Orders
C) Cardinality
D) Sequence
21. A Candidate key which is not selected to be the primary key is
A) Primary key
B) Foreign key
C) Supper key
D) Alternate key
A) To ensure that the data model meets the client’s business needs and expectations
B) To ensure the data model is fully normalized
C) To ensure that no data is lost during database migration
D) To ensure that the model adheres to industry standards
23. What is the primary goal of identifying content needs in web development?
A) Adobe Photoshop
B) Microsoft Word
C) Sublime Text
D) Google Docs
Answer: C)
A) It helps to organize content in a way that improves user comprehension and access
B) It reduces the amount of text on a webpage
C) It increases the loading time of a website
D) It minimizes the need for navigation tools
Answer: A)
35. Which phase of the SDLC focuses on designing the structure of the software
application?
A) Requirements gathering
B) Design phase
C) Testing phase
D) Maintenance phase
Answer: B)
A) font-size: 16px;
B) .header { color: blue; }
C) <div></div>
D) background-color: yellow;
Answer: B)
A) color
B) background-color
C) text-align
D) font-family
Answer: B)
A)font-size: bold;
B)text-weight: bold;
C)font-weight: bold;
D)text-style: bold;
Answer: C)
A)line-height
B)letter-spacing
C)word-spacing
D)text-align
Answer: B)
A) It includes padding and border in the total width and height of an element
B) It sets the width of an element to 100%
C) It removes any margin from the element
D) It enables CSS transitions
Answer: A)
A) margin
B) padding
C) border
D) spacing
Answer: B)
52.Which of the following is a valid CSS rule for setting the font size to 14 pixels?
A)font-size: 14pt;
B)font-size: 14px;
C)font-size: 14em;
D)font-size: 14%;
Answer: B)
A)font-family
B)font-style
C)font-weight
D)font-size
Answer: A)
55. Which of the following is true about the position property in CSS?
A) position: relative; changes the position of an element relative to its original position
B) position: fixed; makes an element position relative to its container
C) position: absolute; makes an element move freely anywhere in the document
D) position: sticky; keeps an element fixed while scrolling
Answer: A)
A)<script>
B)<link>
C)<style>
D)<css>
Answer: B)
57.Which of the following is the correct syntax to apply an inline CSS style
to a HTML element?
58. What is the correct CSS syntax for creating a rule that changes the
background color of all <p> elements to blue?
A) p { background-color: blue; }
B) p = background-color: blue;
C) p:background-color { blue; }
D) background-color(p) = blue;
Answer: A)
59. Which property would you use to change the text color of a <h1>
element to red?
A)text-color: red;
B)color: red;
C)font-color: red;
D)h1-color: red;
Answer: B)
60. Which CSS property is used to define the space between two
columns in a multi-column layout?
A) column-gap
B) gap
C) column-spacing
D) column-padding
Answer: A)
61.Which of the following best describes the purpose of a website's content?
64. What is the primary purpose of using FTP for content management?
A) To track content performance
B) To upload and download content between the local computer and the web server
C) To compress files for faster loading times
D) To create backup copies of the website
Answer: B)
64.Which of the following is NOT a commonly used server-side scripting
language for database integration?
A) PHP
B) JavaScript
C) Python
D) Ruby
Answer: B)
65.Which server-side language is commonly used to connect a website to a
MySQL database?
A) HTML
B) PHP
C) CSS
D) JavaScript
Answer: B) PHP
33. Answer: A)