Prelims Flashcards

1
Q

What Republic Act No. is the Data Privacy Act

A

RA No. 10173/Data Privacy Act of 2012

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

This is the individual whose personal information is being processed

A

Data Subject

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

True or false: We are allowed to post photos of people on our own peresonal social media account without consent

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Who is the creator of Java?

A

Dr. James Gosling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Is stand-alone Java program that could run on computers

A

Application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

The logo of Java programming was based on what particular object or item?

A

Coffee cup

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The person behind the creation of Java and one of the leader of the Green project.

A

Dr James Gosling

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The original name of Java which was changed after finding out that the name was already used

A

Oak

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

One of the best characteristics of java that you can run your program in different types of computer

A

Portability

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A Java program can be applied in most gadget such as

A

Mobile Device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

One of the characteristics of OOP that can hide the source code of a program.

A

Encapsulation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Handheld device where in (Oak) is intended to use as its operating system.

A

Star 7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A part of java program wherein all the execution of application begin.

A

main()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

This java code is used to create a java class merely called as a compiler

A

Javac

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Use in specifying what type of value we store

A

Data type

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Is it possible to execute an applet in various browsers such as Chrome and Firefox

A

Since it is a platform neutral, an applet could still run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

In choosing the appropriate IDE most of java programmers would prefer to use

A

JDK and JCreator
JDK and Eclipse
JDK and Netbeans

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Comes from the greek word means “many forms”

A

Polymorphism

18
Q

Hiding the fine details of what is inside the of an object often called as information hiding or

A

Encapsulation

19
Q

A java program that run testly on the mobile phone

19
Q

An error, mistake or problem encounter in a program.

20
Q

A process of identifying and fixing the problem in a program.

21
Q

Is it possible to create a java program without using any IDE?

22
Q

A kind of error that can be encountered when multiple input and operation cannot be understood by the computer program

A

Syntax error

23
A misuse of AND and OR could cause the program to what kind of error?
Logic error
24
Below is the path to be included on the environment variable of the computer to be able to compile and execute a java program.
C:\Program Files (x86)\Java\jdk1.7.0_17\bin
25
What kind of programming error could be classify this statement? ans (Prelim+Midterm+Finals)/0
Syntax error
26
What kind of programming error could be classify this statement? if (grd>= 98) & (grd <=100)
Logic error
27
What kind of programming error could be classify this statement? System.out.print("Hello Bibe");
Syntax error
28
What kind of programming error could be classify this statement? string msg= “”;
Syntax error
29
What kind of programming error could be classify this statement? if (letter equals("A") ==(letter equals("a") );
Syntax error
30
Parts of a Java Program Import java.io.*; (a) public class SampleJava2 (b) { public static void main(String[] arg) (c) { //Display message (d) System.out.print ("My SAmple Java Program"); } }
(a) library, (b) classname, (c) main method, (d) comment, (e) statement
31
True or False: Java can be used without the internet
True
32
Signifies when the program starts and stops.
Start/Begin Stop/End
33
Indicates the variables to be used throughout the code/program and their starting values
Initialization
34
Connects symbols/steps that are on different pages
Off-page Connector
35
It can replace long flowlines by connecting symbols/steps that are on the same page
On-page Connector
36
Connect symbols together to indicate the flow/process of a program
Flow lines
37
Indicates the operations and conditions to be processed by the variables
Process
38
Contains a question to be answered, usually by yes/no or true/false
Decision
39
What is DPA?
aims to protect the fundamental human right of privacy while ensuring the free flow of information
40
person or organizaition who controls collection, holding, and processing of personal information
Personal information controller
41
Natural or juridical person to whom a personal information controller may outsource the processing of personal data
Personal information processor