0% found this document useful (0 votes)
1K views

UGRD-ITE6102 Computer Programming 1 ANSWER

The document appears to be a record of answers to a preliminary quiz for a computer programming course. It includes 10 multiple choice questions on topics like domains related to embedded systems, microcontrollers, and programming languages. It also includes the answers selected for each question.

Uploaded by

Joice Barandon
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
0% found this document useful (0 votes)
1K views

UGRD-ITE6102 Computer Programming 1 ANSWER

The document appears to be a record of answers to a preliminary quiz for a computer programming course. It includes 10 multiple choice questions on topics like domains related to embedded systems, microcontrollers, and programming languages. It also includes the answers selected for each question.

Uploaded by

Joice Barandon
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/ 5

UGRD-ITE6102 Computer Programming 1

ANSWER: COLOR RED

PRELIM QUIZ 1
Question 1
Correct
Question text
Direction : Choose the best answer.
What domain deals with microcontrollers?
Select one:

a. Data Science b. API Development c. Embedded Systems Development

d. Cloud Development e. Back-end Development


Question 2
Correct
Question text
Direction : Choose the best answer.
Which is not a subdomain of Application Development?

Select one: a. Cloud Development b. CLI Applications c. Game Development


d. UI Applications e. API Development
Question 3
Correct
Question text
Direction : Choose the best answer.
Which platform do C# not yet support as of 2016?

Select one: a. Desktop b. Automation c. Smart TVs d. Cloud e. Mobile


Question 4
Correct
Question text
Direction : Choose the best answer.
What domain deals with server configurations?
Select one:
a. API Development b. Cloud Development c. Back-end Development

d. Embedded Systems Development e. Data Science


Question 5
Correct
Question text
Direction : Choose the best answer.
What domain deals with analytics?
Select one:

a. Cloud Development b. Back-end Development c. API Development

d. Embedded Systems Development e. Data Science


Question 6
Correct
Question text
Direction : Choose the best answer.
Which of the following is not used in API Development?

Select one: a. JSON b. HTML c. XML d. None of the Above


Question 7
Correct
Question text
Direction : Choose the best answer.
What web browser used the first versions of JavaScript?
Select one:

a. Firefox b. Opera c. Internet Explorer d. Chromium e. Netscape Navigator


Question 8
Correct
Question text
Direction : Choose the best answer. Which of the following was not helped by technology to advance further
in their respective fields?

Select one: a. Oncology b. Stem-cell Research c. None of the choices

d. Agriculture e. Cancer Research


Question 9
Correct
Question text
Direction : Choose the best answer.
What type of software that acts as translators for the hardware components of the computer?
Select one:

a. Firmwares b. Utilities c. Embedded Systems d. Applications e. Operating


System
Question 10
Correct
Question text
Direction : Choose the best answer.
Which is not an application of Embedded Systems Development?
Select one:

a. Microsystems b. Test Automation c. All of the choices d. None of the choices

PRELIM QUIZ 2
Question 1
Correct
Question text
It is a keyword that accepts values from the user.
Select one:

a. OUTPUT b. INPUT c. CALL d. WHILE ... DO ... LOOP


Question 2
Correct
Question text
What is the minimum number of flowchart symbols for this problem?
"Write a program that displays 'Hello World'."

Select one: a. 1 b. 3 c. 2 d. 0
Question 3
Correct
Question text
It is a keyword used to call user-defined functions
Select one:

a. CALL b.IF ... THEN ... END

c. IF ... THEN ... ELSE IF ... THEN ... ELSE ... END d. IF ... THEN ... ELSE ... END
Question 4
Correct
Question text
Given the problem below, what is the most probable last work item of the solution?
"Write a program to calculate the age of the user based on his birth year"
Select one:

a."To display the firstname" b. "To display the birth month"

c. "To display age" d. "To display the lastname"


Question 5
Correct
Question text
What flowchart symbol is the equivalent for the pseudocode CALL keyword?
Select one:

a. Preparation b. Process c. Conditional d. Data


Question 6
Correct
Question text
What is the equivalence of the pseudocode IF ... THEN ... END in flowcharts?
Select one:

a. CONDITION b. PROCESS c. OUTPUT d. INPUT


Question 7
Correct
Question text
It is a symbol used to connect parts of the flowcharts from different pages.
Select one:
a. Process b. Decision c. Data d. Off-page Connector
Question 8
Correct
Question text
It is a symbol in flowcharting used to initialize values and routines.
Select one:

a. Data b. Process c. Terminator d. Preparation


Question 9
Correct
Question text
Given the work item below, what is its most probable problem that it answers?
"To display appendFirstLastname"
Select one:

a. "Write a program to display the age of the user"

b. "Write a program to estimate the lifespan of the user"

c. "Write a program that displays the firstname"

d. "Write a program to display the complete name of the user"


Question 10
Correct
Question text
It is a keyword that calls user-defined functions.
Select one:

a. CALL b. OUTPUT

c. INPUT d. WHILE ... DO ... LOOP

You might also like