Question 1 What feature makes an array a "ragged array"? O Is an array of objects O Has different lengths for each row O Is an unsorted array O Has three or more dimensions
D Question 2 Which keyword is used to reference the current instance of an object? O public O this O static O that < Previous
Question 3 Another name for a parent class is... O a sub class O a child class O a derived class O a super class < Previous
Question 4 What is the difference between a class and an object? O a class is the parent to an object O a class is an instance of an object O an object is an instance of a class O they are the same < Previous
Question 5 Inheritance deals with what kind of relationship between objects and attributes? O HAS A O WILL BE O IS A O WAS A ed in this programming class. < Previous
Question 6 A one dimensional array is also known as... O an algorithm O a list O a table O a line ed in this programming class. ◄ Previous
D Question 7 A two dimensional array is also known as... O an algorithm O a square O a table O a list < Previous
Question 8 Which keyword in Java causes a class to inherit from a parent class? O super O extends O public O static ◄ Previous
Question 9 Which keyword in Java can be used for a child class to access methods in its parent class? O this O base super static « Previous
For the written questions you may use pseudocode, Java, or pseudo-Java to answer the questions. solve a problem using what we have covered in this programming class. D Question 10 Which of the following algorithms does not work on unsorted arrays? O selection sort O linear search O bubble sort O binary search Previous
olve a problem using what we have covered in this programming class. olve a problem using what we have covered in this programming class. Question 1 What feature makes an array a "ragged ar
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am