8.4 Programming Paradigms and Processes

8.4 Programming Paradigms and Processes

11th - 12th Grade

8 Qs

quiz-placeholder

Similar activities

Interface Java XI RPL

Interface Java XI RPL

11th Grade

10 Qs

Programming Paradigms

Programming Paradigms

12th Grade

10 Qs

Java Inheritance Quiz

Java Inheritance Quiz

11th Grade

10 Qs

Computer Science Slip test 2

Computer Science Slip test 2

12th Grade

10 Qs

OOP 3 Encapsulation

OOP 3 Encapsulation

11th Grade

10 Qs

Intro to a level computer science

Intro to a level computer science

11th Grade

13 Qs

Software development  set #1

Software development set #1

11th Grade

9 Qs

Object Oriented Programming

Object Oriented Programming

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)