EOP - Practice Quiz 5

EOP - Practice Quiz 5

12th Grade

5 Qs

quiz-placeholder

Similar activities

Software Design and Development Quick Quiz 3

Software Design and Development Quick Quiz 3

11th - 12th Grade

10 Qs

BlueJ

BlueJ

12th Grade

10 Qs

R082 Book Cover Assets planning

R082 Book Cover Assets planning

7th - 12th Grade

10 Qs

QUIZ 2 ANDROID LAB

QUIZ 2 ANDROID LAB

12th Grade

10 Qs

Penilaian Harian-1, Pemrograman Berorientasi Objek (PBO)

Penilaian Harian-1, Pemrograman Berorientasi Objek (PBO)

12th Grade

10 Qs

Scratch (28th March)

Scratch (28th March)

KG - University

10 Qs

Quiz #2 ETEC 486 | Spr. 16

Quiz #2 ETEC 486 | Spr. 16

KG - University

10 Qs

Series1

Series1

12th Grade

10 Qs

EOP - Practice Quiz 5

EOP - Practice Quiz 5

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Charles Moriarty

Used 46+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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.