Computer Programming 1 Final Exam

Computer Programming 1 Final Exam

University

28 Qs

quiz-placeholder

Similar activities

TECH - C

TECH - C

University

30 Qs

pra PSPM SC025 (F02 KML)

pra PSPM SC025 (F02 KML)

6th Grade - University

24 Qs

Java Method

Java Method

University

25 Qs

Progdas-Q1-2023-2

Progdas-Q1-2023-2

University

25 Qs

Introduction to Java

Introduction to Java

University

25 Qs

Understanding Loops in Programming

Understanding Loops in Programming

University

25 Qs

python39-02

python39-02

University

30 Qs

C Programming

C Programming

University - Professional Development

30 Qs

Computer Programming 1 Final Exam

Computer Programming 1 Final Exam

Assessment

Quiz

Computers

University

Medium

Created by

Alejandro Jr.

Used 86+ times

FREE Resource

28 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A program control structure wherein basic I/O program statements are executed one after another, in the order by which they appear in the program.

Sequential

Selection

Repetition

Condition

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Statements that check an expression that may or may not execute a statement or group of statements.

Conditional

Iterative

Programmable

Logical

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A conditional statement that is used when the program is made to choose one statement

if

if-else

nested-if

switch

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an if statement, if the expression evaluates to TRUE, the statement or block of statements that form the target will be ignored. Otherwise, the program will execute the statement or the block of statements.

true

false

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A pair of these symbols are being used when doing a block of statements in an if statement.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A conditional statement is used when the program is made to choose one of the two paths or statements.

if

if-else

nested-if

switch

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In an if-else statement, if the expression is TRUE, the statement or block of statements after the if statement will be executed, otherwise the statement or block of statements in the else statement will be executed.

true

false

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?