0% found this document useful (0 votes)
30 views2 pages

Pre Quiz OOP - Attempt Review

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)
30 views2 pages

Pre Quiz OOP - Attempt Review

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/ 2

 VIRAG NIMESHKUMAR DOSA…

 Dashboard / OOP UML / OOP / Pre Quiz OOP

Started on Friday, 9 April 2021, 7:15 AM


State Finished
Completed on Friday, 9 April 2021, 7:20 AM
Time taken 4 mins 33 secs
Marks 5.00/5.00
Grade 100.00 out of 100.00
Feedback
Congratulations! You have passed by securing more that 80%.

Question Procedure Oriented Programming focus more on functions than the data.
1
Select one:
Correct
True 
Mark 1.00 out of
1.00
False

Procedure Oriented Programming focus more on functions than the data.

The correct answer is 'True'.

Question In which approach, software enhancement is easier?


2
Select one:
Correct
a. Top-down approach
Mark 1.00 out of
1.00
b. Object Oriented 

c. Structured Programming

d. Procedural Oriented

Your answer is correct.


Object Oriented Programming is easier to add new objects with minimal changes to the existing code.

The correct answer is: Object Oriented

Question Consider the following scenario and identify all the possible classes and objects.
3 "John and Sam are the employees of Allen software company. SPTS,LMS are the projects that are to be moved to the
Correct production environment. Every employee has empid, designation, allcoation status and project has projectid, startDate,
Mark 1.00 out of endDate, projcost".
1.00

Select one:
a. John, Sam, Allen software company, SPTS, LMS, Employee, Project 

b. John, Sam, Allen software company, SPTS,LMS

c. Employee, Project

d. John, Sam, empid, designation,allocation status, SPTS, LMS, projid, startdate, enddate, projcost

Your answer is correct.


All nouns are the objects.

The correct answer is: John, Sam, Allen software company, SPTS, LMS, Employee, Project
 VIRAG NIMESHKUMAR DOSA…

Question ABC bank wants to automate its banking operations. Customers can register with the bank to perform the banking operations like online
4 fund transfer, pay creditbill, view pro le. From the above scenario identify the possible functions.

Correct
Select one:
Mark 1.00 out of
1.00 a. Bank

b. automate,operations

c. ABC bank, customer

d. online fund transfer, pay creditbill, view pro le 

Your answer is correct.


The business logic to implement.
The correct answer is: online fund transfer, pay creditbill, view pro le

Question Tom is the developer of Allen Software Company. He gets the requirement for which he needs to provide solution. His friend advised him
5 to understand Object oriented concepts and choose a language that support Object oriented concept for implementation. What factors
does his friend would have thought in mind that made him advise Tom to opt for a language that supports Object oriented concepts and
Correct
principles
Mark 1.00 out of
1.00 Select one or more:

Select one or more:


a. Software is not easy to develop for complex system

b. Software Re-usability is more 

c. Modularity is achieved 

d. Data Abstraction is possible 

Your answer is correct.


Object Oriented features.

The correct answers are: Data Abstraction is possible, Modularity is achieved, Software Re-usability is more

You might also like