8.4 Programming Paradigms and Processes

8.4 Programming Paradigms and Processes

11th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Recap - OOP

Recap - OOP

12th Grade

11 Qs

Java OOPs Concepts

Java OOPs Concepts

12th Grade - University

10 Qs

Chapter 6 OOP- Part 1

Chapter 6 OOP- Part 1

11th Grade

8 Qs

Module 3-Creating Vlans

Module 3-Creating Vlans

9th Grade - University

12 Qs

Module 2 - Lesson 7

Module 2 - Lesson 7

6th - 12th Grade

13 Qs

C++ quiz

C++ quiz

10th Grade - Professional Development

10 Qs

NCFE Unit 1 Principles of Coding

NCFE Unit 1 Principles of Coding

10th - 12th Grade

13 Qs

1.2.4. Types of Programming Language

1.2.4. Types of Programming Language

12th Grade

12 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)