Search Header Logo

Domain 1 Lesson 2 Review

Authored by Jazmyne Mangham

Other

9th - 12th Grade

Used 6+ times

Domain 1 Lesson 2 Review
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the 3 types of decision structures?

Switch, Loop, if-else

Loop, while, do now

Loops, Conditions, Conditional Loops

None of these

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The IF decision structure requires action based on whether a condition is _____.

True

False

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Define For Loop.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

static void Main(string [] args)

{

double disc;

string customerStatus = "Silver";

if(customerStatus == "Gold")

disc =.1;

else disc=.05;

}

According to the CustomerStatus, what is the given discount if their status is Gold?

10%

5%

IDK

50%

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

static void Main(string [] args)

{

double disc;

string customerStatus = "Silver";

if(customerStatus == "Gold")

disc =.1;

else disc=.05;

}

According to the CustomerStatus, what is the given discount if their status is Silver?

10%

5%

IDK

50%

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does "break" do within a given program?

Continues to look for cases even when it has already found a match.

Stops the code after finding a match.

Repeats the code.

IDK

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the oval represent in this flowchart?

The order in which logic flows through an app

Processes

Inputs & Outputs

The start and end of an algorithm

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?