Computer Programming 1 Final Exam

Computer Programming 1 Final Exam

University

28 Qs

quiz-placeholder

Similar activities

Ciclos

Ciclos

12th Grade - University

23 Qs

SD_Prelim Exam

SD_Prelim Exam

University

25 Qs

Common Final Exam Foundations of Programming

Common Final Exam Foundations of Programming

University

28 Qs

Python Program Error Identification Quiz

Python Program Error Identification Quiz

9th Grade - University

27 Qs

Data Communication and Networks

Data Communication and Networks

University

25 Qs

UNIT - III TEST

UNIT - III TEST

University

30 Qs

Python Programming Quiz

Python Programming Quiz

University

25 Qs

python

python

KG - 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?