Search Header Logo

Computer Programming 1 Final Exam

Authored by Alejandro Jr.

Computers

University

Used 87+ times

Computer Programming 1 Final Exam
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Computers