EOP - Practice Quiz 5

EOP - Practice Quiz 5

12th Grade

5 Qs

quiz-placeholder

Similar activities

Waterfall vs Agile SDLC - Multiple Choice Questions (MCQs)

Waterfall vs Agile SDLC - Multiple Choice Questions (MCQs)

12th Grade - University

10 Qs

ICT_LU3-Computer Software_League2

ICT_LU3-Computer Software_League2

10th - 12th Grade

10 Qs

AP Computer Science Principles Review

AP Computer Science Principles Review

9th - 12th Grade

10 Qs

22-23: APCSP Unit 4.4 Variables

22-23: APCSP Unit 4.4 Variables

9th - 12th Grade

8 Qs

Unit 1 - Setup Android Studio (Original) [EN]

Unit 1 - Setup Android Studio (Original) [EN]

12th Grade

10 Qs

Operation Systems

Operation Systems

1st Grade - Professional Development

7 Qs

Cybersecurity Fundamentals Week 5 Quiz

Cybersecurity Fundamentals Week 5 Quiz

KG - University

10 Qs

CSP Unit 3 Assessment

CSP Unit 3 Assessment

9th - 12th Grade

10 Qs

EOP - Practice Quiz 5

EOP - Practice Quiz 5

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Charles Moriarty

Used 46+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.6 Refactoring existing code that performs the same operation on slightly different inputs into a function is an example of:

Identifying patterns

Composition

Reticulating splines

Thesis and topic outline code-style

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.6 Taking the functionality of a large program and breaking it into independent, interchangeable modules that contain everything needed to execute one aspect of the program’s functionality is known as:

Waterfall project management

Agile project management

Modular programming

Control flow

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.7 Python’s random and math, C’s stdio.h and Java’s java.io are common examples of code that is often used to support programs, but is not included by default with every file written in that language.  What is the formal name for these examples?

Block-based coding

External code units

Libraries / namespaces / modules

JavaScripts

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.7 Which Python library/module would be most useful for creating a game where a new number is selected by the computer each time the user plays?

Math

Statistics

Random

Requests

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.8 Modern development processes, like Agile, focus on delivering features to users quickly, and getting feedback often and early.  Which of the following best reflects the goals of processes similar to Agile?

Developing code for several years and then releasing it to users when it’s all done.

Imagining what users want in a program without bothering them with questions.

Not including end users in the design process for fear that they would not like it.

Delivering a set of valuable features to users as soon as they’re ready.