Please check these questions answers if they are correct or not.

![Question 9 1 pts ClassA arr[4] = { local, *heap}; // this creates instance(s) of ClassA True O False Question 10 1 pts return](http://img.homeworklib.com/questions/a9fc54c0-a5b5-11ea-953b-6992d377519d.png?x-oss-process=image/resize,w_560)


Please check these questions answers if they are correct or not. For the following 7 True/False...
Question 1 2 pts The preprocessor executes after the compiler. False True Question 2 2 pts What code is human-readable and follows the standards of a programming language? Secret code Source code Key code None of these Machine code Question 3 2 pts What is the symbol that marks the beginning of a one line comment? Question 1 2 pts The preprocessor executes after the compiler. True False Question 5 2 pts A statement that may be used to stop...
Please indicate whether the following statements are true or false by circling the correct answer: Every complete binary tree with n nodes has a height O(lg n). True False The array [19, 14, 17, 6, 8, 4, 11, 2, 5] forms a max-heap. True False O(3n + lg n) ≠ O(n) True False A comparison-based sorting algorithms cannot have an asymptotic run time of O(lg n) True False The recurrence relation that indicates the asymptotic running time...
// I need help with the following questions. Please use java programming ECLIPSE language to solve the questions. YOU ONLY NEED TO DIRECTLY COPY IT IN YOUR ECLIPSE APPLICATION AND RUN IT. I NEED THOSE PART WHICH IS SAYS --> "TO BE COMPLETED" I NEED HELP WITH [GET*] AND [REPLACE ALL] AND [ADD INT DOUBLE] PLEASE. import java.util.ArrayList; public class CustomArrayList { //instance variables public int[] data; //data.length gives the capacity public int nItems; //nItems gives items currently in the...
Answer the following either True or False to the following questions. Question 1 In pathology and laboratory coding modifier -TC indicates that only the technical component was performed True False Question 2 Modifier -90 is used to indicate that a lab within a hospital performed the lab service. True False Question 3 Modifier -51 is added to pathology and laboratory codes. True False Question 4 A section is a thin slice of tissue prepared from a specimen block that is...
4. What is stored in each frame? Circle all the correct answers a. Local variables b. Static variables c. Return address d.Function parameters e. Global variables f. Function code 5. A union is a data type that A. can only be declared inside a struct type B. is useful for constructing linked lists C. can only be used with arrays D. reserves the same space of memory for its fields E. None of the above ...
A true/false test has 60 questions. A passing grade is 56% or more correct answers. a. What is the probability that a person will guess correctly on one true/false question? b. What is the probability that a person will guess incorrectly on one question? c. Find the approximate probability that a person who is just guessing will pass the test. d. If a similar test were given with multiple-choice questions with four choices for each question, would the approximate probability...
A true/false test has 140 questions. A passing grade is 56% or more correct answers. a. What is the probability that a person will guess correctly on one true/false question? b. What is the probability that a person will guess incorrectly on one question? c. Find the approximate probability that a person who is just guessing will pass the test. d. If a similar test were given with multiple-choice questions with four choices for each question, would the approximate probability...
Please answer the following questions
1. What keyword is used to make a child class use a parent class? a.) is a b.) extends c.) has a d.) inherits 2. Suppose you have the given code below. Scanner keyboard = new Scanner(System.in); What would be the correct way to scan in an integer value from the keyboard. a.) scan.nextInt() b.) scan.nextDouble() c.) scan.nextLine() d.) keyboard.nextInt() 3. True or False. Arrays use sequential blocks of memory while linked lists do not...
QUESTION 1 Each class must be declared in its own .java file True or False? QUESTION 2 The keyword this must always be explicitly used when referring to an object's instance variables and methods from within one of its non-static methods. True or False? QUESTION 3 When used in a class' main method the this keyword references the object representing the class itself. True or False? QUESTION 4 Accessor methods that test whether a condition is true or false are...
Please answer all of the questions
5 pts Question 2 U RzQ True False Question 3 5 pts The union of a countable family of countable sets can be uncountable. True False Question 4 5 pts RI O True False