CPET2L LONG QUIZ 1D

Name:
Email:
1. A program which translates the human-readable code to a language a computer processor understands.
INTERPRETER
BYTE
COMPILER
MACHINE CODE
2. It is made up of series of binary pattern.
OBJECT CODE
BYTE CODE
MACHINE CODE
HUMAN LANGUAGE CODE
3. It is an intermediary code that no processor will understand.
MACHINE CODE
OBJECT CODE
BYTE CODE
HUMAN LANGUAGE CODE
4. It is the runtime that hosts running programs.
JVM
JRE
JAVA
JDK
5. It provides the tools necessary to write Java programs that can be executed and run by the JVM and JRE.
JVM
JRE
JAVA
JDK
6. The on-disk part of Java that creates the JVM and loads programs into them.
JVM
JRE
JAVA
JDK
7. The process by which Java programs perform automatic memory management.
MEMORY MANAGEMENT
JAVA SECURITY MODEL
JAVA DEVELOPMENT KIT
GARBAGE COLLECTION
8. The process of allocation and de-allocation of objects.
MEMORY MANAGEMENT
JAVA SECURITY MODEL
JAVA DEVELOPMENT KIT
GARBAGE COLLECTION
9. Control structures are programming blocks that can change the path we take through those instructions.
DECISION CONTROL STRUCTURE
CONTROL STRUCTURE
DECISION STRUCTURE
SELECTION CONTROL STRUCTURE
10. It allows one set of statements to be executed if a condition is true and another set of actions to be executed if a condition is false.
DECISION CONTROL STRUCTURE
CONTROL STRUCTURE
DECISION STRUCTURE
SELECTION CONTROL STRUCTURE
11. Decision control statement is a statement that determines whether the other statements will be executed or not. It controls the flow of a program.
True
False
CONTROL STATEMENT
DECISION STATEMENT
12. We can use a ternary operator as a shorthand expression that works like an if/else statement.
True
False
JAVA OPERATOR
TERNARY OPERATOR
13. If we have multiple cases to choose from, we can use a break statement.
True
False
SWITCH
CONTINUE
14. Switch means to skip the rest of the loop.
True
False
CONTINUE
BREAK
15. We use repetition when we need to repeat the same code multiple times in succession.
True
False
LOOPS
REPETITION
16. It is used as a computing platform.
17. It is an electronic device capable of performing computations.
18. It is created by the compiler.
19. It is an exercise of the OOP is to collect all of the objects a programmer wants to manipulate and identify how they relate to each other.
20. A system software which is used to convert the assembly language instruction into binary format in step by step process.
{"name":"CPET2L LONG QUIZ 1D", "url":"https://www.quiz-maker.com/QPREVIEW","txt":"Name:, Email:, 1. A program which translates the human-readable code to a language a computer processor understands.","img":"https://www.quiz-maker.com/3012/images/ogquiz.png"}
Make your own Survey
- it's free to start.