100% found this document useful (1 vote)
2K views6 pages

Long Quiz Prog-111 Long Quiz No. 4: Read The Questions Carefully and Choose Your Answer From The Word Pool Provided

This document contains a long quiz with multiple choice questions about programming languages, operating systems, ISO standards, and environmental protocols. It tests knowledge on topics like variable naming conventions, programming language history, flowcharts, problem solving steps, and characteristics of high-level languages. The quiz contains 30 questions to test understanding of these core computing concepts.

Uploaded by

Dave Vasquez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
2K views6 pages

Long Quiz Prog-111 Long Quiz No. 4: Read The Questions Carefully and Choose Your Answer From The Word Pool Provided

This document contains a long quiz with multiple choice questions about programming languages, operating systems, ISO standards, and environmental protocols. It tests knowledge on topics like variable naming conventions, programming language history, flowcharts, problem solving steps, and characteristics of high-level languages. The quiz contains 30 questions to test understanding of these core computing concepts.

Uploaded by

Dave Vasquez
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 6

LONG QUIZ PROG-111

LONG QUIZ NO. 4

1. Read the questions carefully and choose your answer from the word pool provided. 
Mobile app XYZ, which is an RPG game, has been deployed and launched to the public six (6)
months ago. Some volunteers are testing XYZ in accordance with the ISO/IEC 25010:2011. Read
their feedback below and decide which product quality attribute is being described. 
“So far, XYZ has 2 updates and it is working smoothly. Some bugs were fixed and there have been
improvements – like additional characters and skills.”

ANSWER: Maintainability

2. One good practice is to use water filtration system instead of buying bottled water every time.

ANSWER: TRUE
3, Quality improvement process is conducted to avoid errors and faults from recurring in the future.

ANSWER: TRUE

4. Big business companies are the only ones responsible for enforcing environmental policies since
they can afford alternative cleaner technology.

ANSWER: FALSE

5. Presidential Decree No. 856 is an international treaty that imposes limitations on the greenhouse
gas emissions of several countries.

ANSWER: FALSE

6. Kyoto protocol addresses environmental issues through the campaign of


____________________.

ANSWER: reducing greenhouse gas emissions

7. Categorize the following subcharacteristics of the ISO/IEC 25010:2011’s product quality model
and write the letter that corresponds to your answer.
Testability

ANSWER: Maintainability

8. Pre-review activities in the review process includes review planning, preparation and individual
review.

ANSWER: TRUE

9. ____________________ is when you conduct regular audits and inspections to evaluate your
work performance.

ANSWER: Shitsuke

10. The Kyoto protocol requires the participation of both industrialized and developing nations in
reducing environmental harm.

ANSWER: FALSE
11. This body was tasked to implement the provisions of P.D. No. 856.

ANSWER: DEPARTMENT OF HEALTH

12. Every country, whether industrialized or still developing, must actively cooperate in enforcing
environmental measures.

ANSWER: TRUE

13. Read the questions carefully and choose your answer from the word pool provided. 
Mobile app XYZ, which is an RPG game, has been deployed and launched to the public six (6)
months ago. Some volunteers are testing XYZ in accordance with the ISO/IEC 25010:2011. Read
their feedback below and decide which product quality attribute is being described. 
“One good thing I find with XYZ as when my laptop shuts down accidentally, my game score and
status can still be recovered. No need to repeat a level.”

ANSWER: Reliability

14. Categorize the following subcharacteristics of the ISO/IEC 25010:2011’s product quality model
and write the letter that corresponds to your answer.
Accessibility

ANSWER: Usability

15. Seiri is making work easier by reducing unnecessary items to deal with.

ANSWER: TRUE

16. As long as the demands of the clients are met and the business is flourishing, there’s no more
need to bother about the effects of one’s business to the environment.

ANSWER: FALSE

17. Read the questions carefully and choose your answer from the word pool provided. 
Mobile app XYZ, which is an RPG game, has been deployed and launched to the public six (6)
months ago. Some volunteers are testing XYZ in accordance with the ISO/IEC 25010:2011. Read
their feedback below and decide which product quality attribute is being described. 
“I find it really enjoying to play XYZ since I can invite my friends from social media profile. It works
well with this social media app!”

ANSWER: Compatibility

18. Read the questions carefully and choose your answer from the word pool provided. 
Mobile app XYZ, which is an RPG game, has been deployed and launched to the public six (6)
months ago. Some volunteers are testing XYZ in accordance with the ISO/IEC 25010:2011. Read
their feedback below and decide which product quality attribute is being described. 
“XYZ is so cool! I tried to install it in my old computer and it still runs smoothly. Given that the
computer’s video card is a bit faulty.“

ANSWER: Reliability
19. ____________________ is setting the best practices in the workplace as your work standards.

ANSWER: Seiketsu

20. The 5S Method is a Japanese perspective technique developed by Eiichiro Oda.

ANSWER: FALSER

21. Companies can freely make their own set of environmental policies without consulting the
workers’ union, or any local or national laws about it.

ANSWER: FALSE

22. Categorize the following subcharacteristics of the ISO/IEC 25010:2011’s product quality model
and write the letter that corresponds to your answer.
Interoperability

ANSWER: Compatibility

23. ISO/IEC 25010:2011’s product quality model has eight (8) major characteristics.

ANSWER: TRUE

24. Categorize the following subcharacteristics of the ISO/IEC 25010:2011’s product quality model
and write the letter that corresponds to your answer.
Installability

ANSWER: Portability
25. According to Humphrey, a quality plan starts with product introduction where the product
qualities and target market are identified.

ANSWER: TRUE

26. Environmental policies won’t really make a difference, businesses will still strive and be
successful without giving a care for the environment.

ANSWER: FALSE

27. Categorize the following subcharacteristics of the ISO/IEC 25010:2011’s product quality model
and write the letter that corresponds to your answer.
Recoverability

ANSWER: Reliability

28. Montreal protocol protects the ozone layer by ____________________.

ANSWER: phasing out harmful substances

29. Critical thinking skills is an essential skill which includes listening effectively, adapting
communication skills and understanding underlying issues.

ANSWER: FALSE

30. Standards are based on untested concepts and theories that the company has yet to encounter.

ANSWER: FALSE
LONG QUIZ NO. 6

1. Observe the names of the following variables and routines and decide whether its format is
CORRECT or WRONG.
passingSCORE for a constant variable.

ANSWER: WRONG

2. Refer to the image below to answer the following question. What process is illustrated in the
diagram?

ANSWER Social media login limit

3. Jamie finished debugging her program. What is the next step she should do?

ANSWER: Formalize the Solution

4. The following are statements that describe milestones in the programming language.
I. FORTRAN, the first modern computer language, was developed.
II. Java was released by Sun Microsystems
III. C was developed based on some of B’s features.
IV. Ada Lovelace invented the first computer program for analytical engine application.
V. COBOL was created by the US Department of Defense
Which of the following shows the correct order of events?

ANSWER: IV, I, V, III, II

5. The set of rules that must be strictly followed when using a programming language is called 

ANSWER: SYNTAX

6. Lizzy printed her reports in all the major subjects. She forgot if she has already printed her English
report. What can she do to avoid printing it twice?

ANSWER: Right click on the printer and choose See what’s printing.

7. Refer to the pseudocode below and answer the following question: If the calculated BMI results to
26, what will the program do?

ANSWER: display Overweight

8. You will find running application programs and process in the Task Manager.

ANSWER: TRUE

9. We were playing games locally and I got disconnected. I think something’s wrong with this port.

ANSWER: E

10. Java is an example of

ANSWER: HIGH-LEVEL LANGUAGE

11. To check if your operating system is up to date, click Start then click Control Panel and choose
_______________.

ANSWER: Windows Update


12. C# was released by 

ANSWER: MICROSOFT

13. He is known as the father of the Java programming language.

ANSWER: JAMES GOSLING

14. .MPEG, .MP3 and .MOV are filename extensions for videos.

ANSWER: FALSE

15. is a type of programming language that is composed of symbols and words that follow some
rules similar to that of a natural language.

ANSWER: High-level language

16. Programs written in high-level languages are translated into machine-readable form using
interpreters or compilers.

ANSWER: TRUE

17. was the first language implemented for BINAC.

ANSWER: Short Code

18. A deleted file or folder found in the Recycle Bin can still be restored.

ANSWER: TRUE

19. Even when you close all running application programs, there are still process running in the
background.

ANSWER: TRUE

20. I found out that the keyboard is defective so I switched to the old keyboard which uses PS/2 port,
where should I plug it in?

ANSWER: A

21. Refer to the pseudocode below and answer the following question: What happens after weight is
given?

ANSWER: ASK FOR HEIGHT

22. A_________is the code or language that allows a user to instruct a computer to perform specific
tasks.

ANSWER: Programming Language

23. Refer to the image below to answer the following question. What type of image is shown?

ANSWER: FLOWCHART

24. My headset is working but the microphone is not. Which port should I check?

Answer: F;
25. Refer to the image below to answer the following question. What type of flowchart symbol
contains the text “Limit >=3?”?

ANSWER: DECISION

26. Who is considered as a user (component of an operating system)?

ANSWER: ALL OF THE CHOICES

27. Over time, man’s efforts to find better ways to communicate with computers resulted to the
evolution of programming languages.

ANSWER: TRUE

28. Observe the names of the following variables and routines and decide whether its format is
CORRECT or WRONG.
studentAge for a variable name.

ANSWER: CORRECT

29. Observe the names of the following variables and routines and decide whether its format is
CORRECT or WRONG.
Employees for a table name.

ANSWER: WRONG

30. Refer to the pseudocode below and answer the following question: What if the computed BMI
equals to 10, what will the program do?

ANSWER: PRINT UNDERWEIGHT

You might also like