PLTW CSE Essentials - Review for EOC #1

PLTW CSE Essentials - Review for EOC #1

9th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

SKT4-1.3: PEMBOLEH UBAH, PEMALAR DAN JENIS DATA

SKT4-1.3: PEMBOLEH UBAH, PEMALAR DAN JENIS DATA

10th - 11th Grade

20 Qs

Databases Intro

Databases Intro

9th Grade

20 Qs

Data Types and Operations

Data Types and Operations

10th Grade

15 Qs

Computer Science (Python)

Computer Science (Python)

9th Grade

18 Qs

Java Review 2

Java Review 2

9th - 12th Grade

20 Qs

N5 SDD - Python variables

N5 SDD - Python variables

9th Grade

18 Qs

Variables and Data Types

Variables and Data Types

7th - 11th Grade

15 Qs

3.2 kod arahan f3

3.2 kod arahan f3

12th Grade - University

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

Wayground 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?