software dev 2

software dev 2

9th - 12th Grade

80 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

12th Grade

77 Qs

Y10 Tracking Quizizz

Y10 Tracking Quizizz

10th Grade

75 Qs

LAT SIC EKONOMI 5

LAT SIC EKONOMI 5

1st - 12th Grade

75 Qs

Chapter 5: Infection Control - Principles & Practices

Chapter 5: Infection Control - Principles & Practices

9th Grade - Professional Development

75 Qs

Info Management Reviewer

Info Management Reviewer

12th Grade

79 Qs

Тест по программированию на Python

Тест по программированию на Python

12th Grade

82 Qs

Câu hỏi về vòng lặp trong Python

Câu hỏi về vòng lặp trong Python

10th Grade

83 Qs

Arduino

Arduino

12th Grade

83 Qs

software dev 2

software dev 2

Assessment

Quiz

Other

9th - 12th Grade

Medium

Created by

Casondra Simons

Used 16+ times

FREE Resource

80 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

while loop

an iterative structure that loops until a conditional statement is no longer true

a loop that iterates, or repeats, for a set number of times

makes a decision based on input

creates spaces in memory that holds elements all of the same types

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for loop

a loop that iterates, or repeats, until a condition is met

an iterative structure that loops for a set number of times

makes a decision based on input

creates spaces in memory that holds elements all of the same types

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if - else statement

a conditional statement that works great for a range of values like if age > 65

a decision structure that works great for a bunch of specific values like menu items

trys protected code, catches exceptions

creates spaces in memory that holds elements all of the same types

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

array

a loop that iterates, or repeats, until a condition is met

creates spaces in memory that hold elements of the same type, you find them by calling on their index, they CAN change size

creates spaces in memory where you need the key-value pair to find them

creates spaces in memory that hold elements of the same type, you find them by calling on their index, they CANNOT change size

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

type of variables a function wants, found in the parenthesis

public static int countDown( int num ){

parameters
arguments

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the information sent in parenthesis

countDown( 12 );

parameter

ARGUMENT!!!!

int

choose argument, an argument is sent to a function in parenthesis

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which TWO are conditional structures?

if-else

for loop

switch

while loop

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?