Lecture 14 Quiz: Conditional Statements & Looping

Note

Review before quiz: Lectures | Week 4 Content | Lab 4 | Assignment 2

Lecture 14 Self-Check

Question 1: Which statement is specifically used to run code repeatedly?
Select an item
Question 2: Which operator checks strict equality (value and type)?
Select an item
Question 3: What does break do inside a loop?
Select an item
Question 4: Which loop is commonly used to iterate over array values directly?
Select an item
Question 5: Which statement about do...while is correct?
Select an item