chapter 4

chapter 4

University

10 Qs

quiz-placeholder

Similar activities

Assessment 3 CAO

Assessment 3 CAO

University

10 Qs

Idioms Unveiled: Understanding Everyday Expressions

Idioms Unveiled: Understanding Everyday Expressions

4th Grade - University

15 Qs

Distance, Rate, and Time

Distance, Rate, and Time

10th Grade - University

10 Qs

Toolbox - VR Robot Programming

Toolbox - VR Robot Programming

9th Grade - University

11 Qs

C Language Fundamentals

C Language Fundamentals

University

10 Qs

Module1_Part1

Module1_Part1

University

13 Qs

Computer Performance Metrics Quiz

Computer Performance Metrics Quiz

University

15 Qs

Understanding Conditional Statements

Understanding Conditional Statements

University

8 Qs

chapter 4

chapter 4

Assessment

Quiz

Engineering

University

Hard

Created by

Gousineyah rao

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. 1. What is the purpose of relational operators?

A) To compare values

B) To define variables

C) To loop through conditions

D) To assign values

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. 2. Which relational operator is used to check if two values are equal?

A) =

B) ==

C) !=

D) >=

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. 3. Which statement is true about an if statement?

A) It always executes a block of code.

B) It executes a block of code only if a condition is true.

C) It executes a block of code only if a condition is false.

D) It executes a block of code regardless of the condition.

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. 4. What does the else part of an if/else statement do?

A) It executes when the if condition is true.

B) It executes when the if condition is false.

C) It always executes after the if block.

D) It loops back to the if statement.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. 5. What happens if a break statement is omitted in a switch statement?

A) The program stops.

B) The program "falls through" and executes subsequent cases.

  • C) The program loops back to the beginning.

D) The program exits the loop.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. 6. Which logical operator checks if both conditions are true?

A) &&

B) ||

C) !

D) ==

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

  1. 7. In an if/else if statement, which block executes when none of the conditions are true?

A) The first else if block.

B) The else block.

C) The second if block.

D) None of the blocks.

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?