PROGRAMMING Reviewer

PROGRAMMING Reviewer

10th Grade

22 Qs

quiz-placeholder

Similar activities

PENGETAHUAN UMUM

PENGETAHUAN UMUM

9th - 12th Grade

25 Qs

math

math

9th - 12th Grade

22 Qs

Conjunction

Conjunction

9th - 12th Grade

24 Qs

Addition and Subtraction of Decimals and Integers Work

Addition and Subtraction of Decimals and Integers Work

7th Grade - University

20 Qs

Common Assessment 8 Study Guide

Common Assessment 8 Study Guide

6th Grade - University

18 Qs

Music and Arts of the 20th century

Music and Arts of the 20th century

10th Grade

20 Qs

SCIENTIFIC INQUIRY

SCIENTIFIC INQUIRY

7th Grade - University

20 Qs

Recount Text

Recount Text

10th Grade

20 Qs

PROGRAMMING Reviewer

PROGRAMMING Reviewer

Assessment

Quiz

Others

10th Grade

Easy

Created by

Andi Valerio

Used 2+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is used to execute both the true part and the false part of a given condition. It is used turn run one block of code under certain conditions and another block of code under different conditions.

If-else statement

Else statement

Else if statement

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An object-oriented programming (OOP) language that is viewed by many as the best language for creating large scale applications.

Java

Python

C++

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is a key part of the decision-making process from programs.

Statement

Condition

If-else

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A group of expressions and/or _________ that you design to carry out a task or an action.

Statement

Condition

If-else

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does an if-else statement evaluate in C++?

It evaluates a condition and execute a block of code based on the result

It evaluates whether a variable is true or false

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you write a nested if-else statement in C++?

By using a single if-else statement with multiple conditions

By placing one if-else statement inside another if-else statement

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is it important to use curly braces () in an if-else statement even if there is only one statement inside?

To ensure correct scoping and avoid unexpected behavior

To make the code run faster and to improve code readability

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?