NEW
Font size
WorksheetsLong Quiz JAVA
Total questions: 30
Worksheet time: 3600secs
These are special words in java.
Arrays
Identifiers
Parameters
Reserved Words
this is stored on a disk with a .java file extension
Compiler
Assembler
Interpreter
Soruce Code
This company created the Java programming language in 1995.
Sun Microsystem
JAVA Systems
WARA
OOP Inc.
It is a programming language that is considered to a closer machine code and hardware in term of syntaxw
Low-level Language
High-level Language
JavaScript Language
Object-Oriented Language
It is used to provide additional information that will make programs easier to understand
Keyword
Argument
Comment
Literal String
It is a programming language that is designed to easily read,write and understand for human.
Machine Language
Low-level Language
High-level Language
Computer Language
It is a representation that can be used as a substitute for an algorithm
Algorithm Design
Pseudocode
Flowchart
Problem-solving Process
It is the software that Java programs require to run correctly
Java Runtime Environment
Java Virtual Machine
Java Compiler
Java API
This flowchart category shows how each part works together by displaying the data flow and how decisions can affect the surrounding events.
Pseudo Flowchart
System Flowchart
Business Flowchart
Program Flowchart
It is thhe basic unit in a java program
Main
Object
Class
Method
It converts the source code into a binary program of bytecode
Java Runtime
Java Interpreter
Java Assembler
Java Compiler
It is a technique used to describe distinct steps of an algorithm that is much easier to understand for anyone with basic programming knowledge.
Pseudocode
Algorithm Design
Problem-solving Process
Blueprint
It is a set of grammatical rules that command a computer or a device to behave in a specific way
Pattern
Assembly Language
Programming Paradigm
Programming Language
It is a sets of steps that generates a finite sequence of simple computational operations that leads to a solution to a given problem
Execution
Problem solving Process
Algorithm
Coding
This programming language uses binary numbers to write its instructions.
Machine Language
Assembly Language
Functional Language
Imperative Language
What is the output of this code System.out.println(“Hello, World!.”);,
out
System
Hello, World!.
println
What symbols is not belong to the comparison operator in a pseudocode?
=
<
>
/
Which of the following is NOT considered a reserved word in Java?
char
true
float
return
What is the best defenition of a pseudocode?
It verifies whether the steps work or not
It implements the steps in a programming language
It mus be expressed in a natural language that anyone can follow
it must be expressed in distinct steps for anyone which basic programming knowledge to understand
What is the best definition of programming paradigm?
It treats computation as evaluating mathematical functions
It provides a conceptual framework for solving problems and designing software
It is a set of grammatical rules that command a computer or a device to behave in a specific way
It creates codes that tell a computer how to solve problems and accomplish various operations
What is JAVA API
It combines the process of compilers and interpreters
It provides class libraries and other resources that any java program needs.
It includes complete JRE tools for developing
It has several thousand classes with thousand of methods that can be used in any program.
what is the best defenition of a algorithm
It verifies whether the steps work or not.
It implements the steps in a programming language
It must be expressed in a natural language that anyone can follow
It must be expressed in distinct steps for anyone with basic programming knowledge to understand
Which is NOT considered a computer program?
Start Button
Web Browser
Utility Software
Spreadsheet Software
Which of the following CANNOT start an identifier name?
Digit
Dollar Sign
Underscore
English Alphabet Letter
Which of the following keyword commands is NOT
primarilyusedinwritingpseudocode?
SET
CLASS
WRITE
Which of the following statements best describes the Java Runtime Environment?
It combines the process of compilers and interpreters
It provides class libraries and other resources that any JAVA program need
it includes complete JRE tools for developing, and monitoring Java application
it has several thousand classes, with thousands of methods that can be used in any program.
What is the best defenition of imperative programming
It focuses on organizing code into reusable functions.
It treats computation as the evaluation of mathematical functions
It revolves around the concepts of objects that encapsulate data and behavior
It consists of binary instructions directly communicating with the computer hardware.
what is the independece advantage of using Java
High configurable security levels and restrictions
A rich ecosystem of functions to develop various applications.
Available detailed documentation, comprehensive books, and courses.
A flexible code th at can be run on any platform even if only written once.
What is Object Oriented Programming?
It focuses on organizing code into reusable function
It treats computation as the evaluation of mathematical functions
It revolves around the concepts of objects that encapsulate data and behavior.
It consists of binary instructions (0 and 1) directly communicating with the computer’s hardware
What Is the syntax for printing in a console or program?
System.out.print();
print();
wrintln();
cout();
