1.1.3 CSE Conditionals and Event-driven Programming

1.1.3 CSE Conditionals and Event-driven Programming

9th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Ujian p.dasar x

Ujian p.dasar x

12th Grade

11 Qs

Hour of Code

Hour of Code

2nd - 12th Grade

10 Qs

NHTW Programming

NHTW Programming

9th Grade

10 Qs

operators in java

operators in java

8th - 9th Grade

13 Qs

ARRAYS

ARRAYS

11th - 12th Grade

10 Qs

My Sql

My Sql

12th Grade

10 Qs

🔦 Formative Assessment 2: Flow Controls

🔦 Formative Assessment 2: Flow Controls

12th Grade

10 Qs

Microsoft MDM & Apps

Microsoft MDM & Apps

10th Grade

10 Qs

1.1.3 CSE Conditionals and Event-driven Programming

1.1.3 CSE Conditionals and Event-driven Programming

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Medium

Created by

Robin Robertson

Used 17+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programming statement that evaluates a true/false Boolean expression to determine the next steps in a program. Conditional statements are often written as 'if-then' or 'if-then-else' statements.

boolean expression

conditional statement

chained conditional statement

flowchart

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A processing decision branch using comparison operators (= ≠ > <) that is defined to return a Boolean value (“true” or “false”). By using Boolean expression to ask questions, the program can determine what to do next.

conditional statement

boolean expression

chained conditional statement

flowchart

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Help map out how to program various situations.

flowchart

boolean expression

conditional statement

chained conditional statement

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A series of conditionals that a computer moves through until it finds the one that is true.

flowchart

chained conditional statement

conditional statement

boolean expression

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The values that a program provides to a function or subroutine

integer

flowchart

argument

boolean expression

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A whole number that does not have a decimal or any digits after the decimal.

argument

integer

flowchart

boolean expression

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A sequence of actions or instructions to follow in solving a problem or accomplishing a task.

integer

argument

flowchart

procedure

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A symbol in code that tells a computer to perform a specific math operation, such as addition, subtraction, multiplication, or division. (+ - × / ).

integer

flowchart

boolean expression

arithmetic operator