EOP -Practice Quiz 6

EOP -Practice Quiz 6

12th Grade

5 Qs

quiz-placeholder

Similar activities

Using Sprite Lab in code.org (Homework 1)

Using Sprite Lab in code.org (Homework 1)

9th - 12th Grade

10 Qs

Computational Thinking

Computational Thinking

9th - 12th Grade

10 Qs

Computational Thinking

Computational Thinking

KG - University

10 Qs

Mathematical and Computational Thinking

Mathematical and Computational Thinking

9th Grade - University

5 Qs

commotional thinking

commotional thinking

12th Grade

6 Qs

Module 2 - Lesson 5

Module 2 - Lesson 5

6th - 12th Grade

10 Qs

Computer Science Quiz

Computer Science Quiz

12th Grade

10 Qs

Understanding Decomposition in Computing

Understanding Decomposition in Computing

10th Grade - University

10 Qs

EOP -Practice Quiz 6

EOP -Practice Quiz 6

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Charles Moriarty

Used 45+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE4: Recursive procedures are implemented by using ___________________ data structure

Queue

Stack

Linked List

Strings

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE5: Your schools soccer coach wants to work with your Computer Science class to come up with a way to analyze the teams' statistics. Your class decides DECOMPOSITION is the best problem solving method to use. Define decomposition in Computer Science?

Organic waste rotting in the heat

A math equation to support algebraic problems

Use systematic analysis to breakdown the problem into more manageable subproblems

Rebooting the hardware on a computer device

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE6:_____________ is the process of extracting shared characteristics from two or more classes, and combining them into a generalized superclass.

Computational Thinking

Computational Extraction

Functions

Generalization

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE7: When determining what language and library to use for a project, you should consider which of the following?

Time to Market

Complexity of the Project

Scalability and performance

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE8: At this stage the errors in the programs are detected and corrected.

Coding

Debugging

Testing

Maintenance