You are on page 1of 2

CMSC 111 – OBJECT ORIENTED PROGRAMMING

QUIZ

BSCS 2B - January 14, 2020


BSCS 2A - January 14, 2020

Topic Name: Object Based Programming

1. Is a type of computer programming based on the premise that all programs are essentially
computer-based simulations of real-world objects or abstract concepts.
Ans. Object Oriented Programming
2. It is block of statements that has a name and can be executed by calling it from some other
parts in your program to perform some specific functions.
Ans. Method
3. It is a method, a special method that is always called automatically by the Java Virtual
Machine when you execute an application.
Ans. main
4. The __________________ of the main method is an array of strings that lets you access any
command-line parameters that are specified by the user when the program was ran.
Ans. Args parameter
5. Software programmers can use a class over and over again to create many objects. Reusing
objects not only simplifies creating new programs but also helps create new programs faster
because you can reuse objects that already work.
Ans. Software Reusability
6. It is an instance of a class. It is created every time you instantiate a class using the new
keyword.
Ans. Object
7. It is considered central to all Java Programming. It is not real, it can be thought of as a
template, a prototype or a blueprint of an object.
Ans. Class
8. These are methods that can be invoked without instantiating a class which means without
invoking the new keyword.
Ans. Static Method
9. It is way of passing data to a method that this method itself receives a copy of the variable’s
value and not the variable itself. If a method changes the value, it receives as a parameter, that
change is not reflected in the original variable that was passed to the method.
Ans. Pass by value
10. It is way of passing data to a method which the method makes a copy of the reference of the
variable passed to the method. If a method changes the value it receives as a parameter, that
change is reflected in the original variable that was passed to the method.
Ans. Pass by reference

CMSC 111 – OBJECT ORIENTED PROGRAMMING


SCORESHEET

BSCS 2B - January 14, 2020


BSCS 2A - January 14, 2020

Topic Name: Object Based Programming

BSCS 2A BSCS 2B
Name of Student Score Name of Student Score
 Baje, Sheirra L. 10 Aliman, Andrian D. Absent
Baranda, Jason L. 8 Alvarez, Mark John R. Absent
 Barroa, Nathanael P. 4 Alvarez, Michael C. Absent
 Cuevillas, John Ramcel L. 8 Bata-anon, Wiluna S. 5
 Dacutan, Cherilyn L. 10 Bautista, John Del O. 3
 Dayang Arman J. 5 Briones, Daisy U. 3
 Dela Cruz, Marezel B. 1 Cataluña, Rhency Joy A. 6
 Dela Cruz, Maria Crizel M. Dacula, Ryan 2
 Dela Vega, Ellen O. 4 Dugenio, Joylyn M. 1
 Detoito, Aileen Aileen L. Absent Franco, April V. 3
 Duganggay, Ma. Jean A. 10 Frenal, Maria Rizel V. 2
 Ebalang, Roseline S. 1 Gallardo, Albert F. 2
 Eleuterio, Jenny C. 4 Gregorio, John Paul L. 2
 Flores, Claire O. 9 Lamirez, Mark Vincent S. 2
 Francisco, Keziah Mae E. 5 Laurel, Marivic L. 2
 Gevero, Janes A. 1 Lavado, Jhonny O. 1
 Gimoto, Rowela N. 1 Lavalle, Mejecca Mae D. 2
 Ino, Ailyn B. Absent Lariosa, Nestor Evan M. Absent
 Lamayo, Marjorie O. 10 Leja, Jerimae F. 8
 Launio, Regene L. 4 Lerio, Khea Mae L. 5
Leonor, Gabriel S. 7 Lizada, Aikish B. 4
Martinez, Jebart H. 4 Mendoza, Ledelyn J. 3
Natalio, Mary Grace S. 1 Pabito, Rosalinda S. 2
Nicolas, Charmie V. 1 Panes, Joylyn A. Absent
Obligacion, Jhanden G. 4 Patriarca, Elmer L. 4
Ocate, Neil Patrick V. 8 Salomeo, Rechelle J. 4
Onayan, Jonel V. 6 Sanan, Raffy V. 2
Panuncio, Jasmin 10 Santiago, Nerissa R. Absent
Salvador, Angel P. 3 Solis, Arnel V. 1
Vista Luzminda D. 9 Vaal, Rio Jean John G. Late
Vista, Raymund L. 1 Valencia, Quen Cedric L. 4
Verde, Nea Jean F. 5
Yarbes, Cherry Lyn 7

You might also like