Computer Programming 1 Final Exam

Computer Programming 1 Final Exam

University

28 Qs

quiz-placeholder

Similar activities

Python new

Python new

3rd Grade - University

26 Qs

Coding 4 All 2023 Java Final

Coding 4 All 2023 Java Final

University

33 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

Mastering Python Basics

Mastering Python Basics

University

30 Qs

MSSDF Module 1

MSSDF Module 1

10th Grade - University

25 Qs

BSCE_MIDTERM_EXAM

BSCE_MIDTERM_EXAM

University

25 Qs

C Programing

C Programing

University

25 Qs

Understanding Input, Selection and Loops in Python

Understanding Input, Selection and Loops in Python

7th Grade - University

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