PLTW CSE Essentials - Review for EOC #1

PLTW CSE Essentials - Review for EOC #1

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Python Strings

Python Strings

11th Grade

21 Qs

AP CSP Exam Review

AP CSP Exam Review

9th - 12th Grade

25 Qs

Variables,Operators and Data Types [OCR]

Variables,Operators and Data Types [OCR]

9th Grade

17 Qs

Java Programming

Java Programming

10th Grade

22 Qs

Visual basic for beginners

Visual basic for beginners

9th Grade

16 Qs

AP CSP Unit 5 Ch 1 Quiz

AP CSP Unit 5 Ch 1 Quiz

9th - 12th Grade

21 Qs

Javascript Basics

Javascript Basics

7th Grade - University

24 Qs

Pseudocode Quiz

Pseudocode Quiz

10th - 11th Grade

16 Qs

PLTW CSE Essentials - Review for EOC #1

PLTW CSE Essentials - Review for EOC #1

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Quizizz Content

Used 6+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A data type consisting of numbers, letters and symbols.
String
Integer
Float
Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the picture, the x in "Canvas1.Height x 0.1" is:

a relational operator

a logical operator

an arithmetic operator

a string

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) relational operator is:

An expression that can be evaluted as TRUE or FALSE. Often used in CONDITIONAL STATEMENTS, such as IF (condition) THEN (action1) ELSE (action2)

A symbol that represents a compare action for a computer to take. Examples are: ">" (greater than), "<" (less than) and "=" (equal)

Operators that are used to combine or change Boolean Expressions. The 3 standard operators are AND, OR, and NOT.

Control block that looks for events to then perform action

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A(n) arithmetic operator is:

Values that a program provides to a function or subroutine

Type of code to perform a math operation, such as + - * /

A set of steps to accomplish a task.

Way to manage complexity, hide details or remove duplication

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python identifies blocks of code by
BEGIN and END keywords
{ and }
aligning up the starts of lines (indentation)
guessing

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To repeat a fixed number of times use a
while loop
for loop
if loop
indentation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If AngryBird.X = 50, AngryBird.Y = 50 and HappyPig.X = 30, HappyPig.Y = 30, what color will be chosen?

Purple

Green

Orange

Yellow

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?