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

A

Midlet

19
Q

An error, mistake or problem encounter in a program.

A

Bug

20
Q

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

A

Debugging

21
Q

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

A

Yes

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
Q

A misuse of AND and OR could cause the program to what kind of error?

A

Logic error

24
Q

Below is the path to be included on the environment variable of the computer to be able to compile and execute a java program.

A

C:\Program Files (x86)\Java\jdk1.7.0_17\bin

25
Q

What kind of programming error could be classify this statement?
ans (Prelim+Midterm+Finals)/0

A

Syntax error

26
Q

What kind of programming error could be classify this statement? if (grd>= 98) & (grd <=100)

A

Logic error

27
Q

What kind of programming error could be classify this statement? System.out.print(“Hello Bibe”);

A

Syntax error

28
Q

What kind of programming error could be classify this statement? string msg= “”;

A

Syntax error

29
Q

What kind of programming error could be classify this statement? if (letter equals(“A”) ==(letter equals(“a”) );

A

Syntax error

30
Q

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

(a) library, (b) classname, (c) main method, (d) comment, (e) statement

31
Q

True or False: Java can be used without the internet

A

True

32
Q

Signifies
when the program starts
and stops.

A

Start/Begin
Stop/End

33
Q

Indicates the variables to
be used throughout the
code/program and their
starting values

A

Initialization

34
Q

Connects symbols/steps
that are on different
pages

A

Off-page Connector

35
Q

It can replace long
flowlines by connecting
symbols/steps that are
on the same page

A

On-page Connector

36
Q

Connect
symbols together to
indicate the flow/process
of a program

A

Flow lines

37
Q

Indicates the operations
and conditions to be
processed by the
variables

A

Process

38
Q

Contains a question to be
answered, usually by
yes/no or true/false

A

Decision

39
Q

What is DPA?

A

aims to protect the fundamental human right of privacy while ensuring the free flow of information

40
Q

person or organizaition who controls collection, holding, and processing of personal information

A

Personal information controller

41
Q

Natural or juridical person to whom a personal information controller may outsource the processing of personal data

A

Personal information processor