EOP - Practice Quiz  4

EOP - Practice Quiz 4

12th Grade

5 Qs

quiz-placeholder

Similar activities

Programming Basics

Programming Basics

11th - 12th Grade

10 Qs

DATA STRUCTURES

DATA STRUCTURES

12th Grade

10 Qs

CodeHS 5.6 The List Interface

CodeHS 5.6 The List Interface

9th - 12th Grade

10 Qs

Programming - Arrays

Programming - Arrays

2nd - 12th Grade

10 Qs

ARRAYS

ARRAYS

11th - 12th Grade

10 Qs

Arrays

Arrays

12th Grade

10 Qs

CodeHS 5.7 2D Arrays

CodeHS 5.7 2D Arrays

9th - 12th Grade

10 Qs

L.5. PHP FUNCTION  AND ARRAY - 2

L.5. PHP FUNCTION AND ARRAY - 2

12th Grade

10 Qs

EOP - Practice Quiz  4

EOP - Practice Quiz 4

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Charles Moriarty

Used 65+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

OE.1 What will the value of the variable “bags” be at the end of the flowchart shown here?

1

2

3

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.2 The most ____________ algorithm is one that takes the least amount of execution time and memory usage possible while still yielding a correct answer.

complex

efficient

dynamic

limited

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.3 (Data structures – array, stack, queue, linked list – LIFO and FIFO - organize code)

An array is an example of a _____ __________, which can store a fixed-size collection of elements of the same data type. 

data mine

data structure

data manipulation

data dive

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.4 Two properties a _______ function must have are a base criteria or condition and a progressive approach

recursive

caller

callee

return

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.5  What data type can only have the values True or False?

String

Float

Integer

Boolean