chapter 4

chapter 4

University

10 Qs

quiz-placeholder

Similar activities

Go Quiz

Go Quiz

University

15 Qs

Web3 and Blockchain Challenge

Web3 and Blockchain Challenge

University

15 Qs

Quiz-Session8

Quiz-Session8

University

10 Qs

TECH WHIZ

TECH WHIZ

University

15 Qs

1.1 - OnShape Overview

1.1 - OnShape Overview

10th Grade - University

11 Qs

Electromechanic

Electromechanic

University

11 Qs

Sistema de Empuje Reverso en Aeronaves

Sistema de Empuje Reverso en Aeronaves

12th Grade - University

10 Qs

Untitled Quiz

Untitled Quiz

University

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