Domain 1 Lesson 2 Review

Domain 1 Lesson 2 Review

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Feedback Loops

Feedback Loops

10th - 12th Grade

11 Qs

IMI G3 Job Roles quiz 1

IMI G3 Job Roles quiz 1

9th Grade

15 Qs

Sosialisasi dan Evaluasi Bispro SOA Consumer TW II 2021

Sosialisasi dan Evaluasi Bispro SOA Consumer TW II 2021

KG - Professional Development

10 Qs

Revision

Revision

12th Grade

10 Qs

TRAEGER QA QUIZ

TRAEGER QA QUIZ

1st - 12th Grade

10 Qs

Quiz - Contra Adjustment

Quiz - Contra Adjustment

1st - 10th Grade

10 Qs

Sarcomere Review

Sarcomere Review

9th Grade - University

12 Qs

parts of an egg

parts of an egg

10th Grade

15 Qs

Domain 1 Lesson 2 Review

Domain 1 Lesson 2 Review

Assessment

Quiz

Other

9th - 12th Grade

Medium

Created by

Jazmyne Mangham

Used 2+ times

FREE Resource

11 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

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?