8.4 Programming Paradigms and Processes

8.4 Programming Paradigms and Processes

11th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Algorithms & Pseudocode

Algorithms & Pseudocode

8th - 12th Grade

10 Qs

A Level OOP

A Level OOP

12th Grade - University

8 Qs

Unit 12 - Functional Programming

Unit 12 - Functional Programming

12th Grade - University

13 Qs

9618 15.1 RISC/CISC and Assembly

9618 15.1 RISC/CISC and Assembly

12th Grade

11 Qs

Programming Paradigms

Programming Paradigms

12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

8 Qs

Object Oriented Programming

Object Oriented Programming

12th Grade

11 Qs

Quarter 4 - LQ1 (Oracle Prog)

Quarter 4 - LQ1 (Oracle Prog)

12th Grade

10 Qs

8.4 Programming Paradigms and Processes

8.4 Programming Paradigms and Processes

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

Kelly odell

Used 25+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A method a computer uses to solve a specific problem or perform a specific task.

Programming Paradigm

Procedural Programming

Declarative Programming

Object-Oriented Programming (OOP)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A method that focuses on telling a computer what to do to reach a certain objective. It takes a linear, top-down approach to solving problems by creating routines and subroutines that perform computations.

Programming Paradigm

Procedural Programming

Declarative Programming

Object-Oriented Programming (OOP)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A method that focuses on instructing a program what needs to be done instead of telling how to do it. Instead of giving the computer step-by-step instructions, the code simply says what the end result must be.

Procedural Programming

Declarative Programming

Object-Oriented Programming (OOP)

Encapsulation

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programming paradigm based on the concept of objects which can contain both data and programming code.

Declarative Programming

Object-Oriented Programming (OOP)

Encapsulation

Version Control Systems (VCS)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An OOP concept that describes how data and methods are bundled together within one unit or class.

Object-Oriented Programming (OOP)

Encapsulation

Version Control Systems (VCS)

Integrated Development Environments(IDE)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Software tools that help teams manage files and source code over time.

Version Control Systems (VCS)

Integrated Development Environments(IDE)

Application Programming Interfaces (API)

Encapsulation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A set of programming tools that work together to make a programmer's job easier.

Encapsulation

Version Control Systems (VCS)

Integrated Development Environments(IDE)

Application Programming Interfaces (API)

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A set of protocols and tools that help programmers build applications that connect or communicate with databases, operating systems, and other services.

Object-Oriented Programming (OOP)

Encapsulation

Application Programming Interfaces (API)

Integrated Development Environments(IDE)