You are on page 1of 3

In PDLC, P stands for?

*
Programming
Program
Programmer
Programs
Which of the following is a process or set of rules to be followed in calculations
or other problem-solving operations?
*
Flowchart
Pseudocode
Algorithm
JAVA NetBeans
Which of the following is a graphical representation of an algorithm using shapes
and symbols to illustrate the steps or procedure?
*
Source code
Algorithm
Pseudocode
Flowchart
Which of the following denotes decision symbol?
*
diamond
rectangle
terminal
parallelogram
Which of the following is a characteristic of a value which tells what kind of data
it can have?
*
Variable
Class
OOP
Data Type
Which of the following is an example of text editor?
*
notepad
sublime
notepad++
All of these
Which of the following is an example of JAVA Integrated Development Environment?
*
NetBeans
Esclipse
BlueJ
All of these
Which of the following tells you the line number of each line of code?
*
Code Editor
Menu Bar
Output Window
Line Number
Which of the following is also known as behavior?
*
method
class
variable
keyword
1 + 1 * 2 / 3 is an example of?
*
statement
expression
block
constant
Which of the following is terminated by a semicolon?
*
variable
block
expression
statement
Which of the following is a keyword?
*
If
else
switch
All of these
Which of the following looping statements recognized by JAVA?
*
For Loop
While
Do While
All of these
Which of the following is not a reserved word?
*
do
while
loop
None of these
Which of the following compares two arrays and returns true or false?
*
equals
fill
binary search
sort
Which of the following is a programming pattern that uses abstraction (in the form
of classes and objects) to create models based on the real world environment?
*
Structured Query Language
Procedural Programming
Object Oriented Programming
Declarative Programming
Which of the following refers to the variable declaration associated with a
variable name and object type?
*
initialization
declaration
instantiation
None of these
Which of the following is a mechanism of packing up the data (variables) and the
code acting on the data (methods) together as a single unit?
*
abstraction
polymorphism
inheritance
encapsulation
Which of the following can be defined as the process where one class acquires the
methods and fields of another class?
*
Inheritance
Encapsulation
Polymorphism
Abstraction
Which of the following refers to the process of hiding the details of
implementation and showing only the necessary functions?
*
Abstraction
Inheritance
Encapsulation
Polymorphism
Which of the following is used both as a data type or the object itself that
contain a sequence of characters?
*
String
Character
Boolean
Float
Which of the following removes white spaces or any trailing null characters at the
end of a string?
*
replace
trim
charAt
indexOf
Which of the following returns the character at the specified index?
*
toLowerCase
charAt
indexOf
replace
Which of the following is not a keyword?
*
interface
finally
counter
abstract
Which of the following is an example of separator?
*
comma
parenthesis
bracket
All of these

You might also like