Kira Conditional Logic Do Now

Kira Conditional Logic Do Now

12th Grade

5 Qs

quiz-placeholder

Similar activities

MAWD - QUIZ 1

MAWD - QUIZ 1

9th - 12th Grade

10 Qs

Word Tables

Word Tables

9th - 12th Grade

10 Qs

Algoritma Pemrograman dan Flowchart

Algoritma Pemrograman dan Flowchart

12th Grade

10 Qs

Programming Methods

Programming Methods

12th Grade - University

10 Qs

Python Pandas

Python Pandas

12th Grade

10 Qs

Array

Array

11th Grade - University

10 Qs

L. 12. STRUCTURED QUERY LANGUAGE (SQL)

L. 12. STRUCTURED QUERY LANGUAGE (SQL)

12th Grade

10 Qs

AP CSP Review

AP CSP Review

9th - 12th Grade

10 Qs

Kira Conditional Logic Do Now

Kira Conditional Logic Do Now

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Prodigy Hale

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are conditions in decision making?

Statements about the world that influence decisions

Rules and conditions used in programming

Data type with values True or False

Containers for storing data in a program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which comparison operator is used to check if two values are equal?

>

<

>=

==

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of logical operators?

To compare values

To store data in a program

To combine conditions

To format code for readability

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of boolean?

String

Number

Boolean

Array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the use of indentation in programming?

To execute code based on a condition

To compare values

To combine conditions

To format code for readability