PRG1 - Day 7 Starter

PRG1 - Day 7 Starter

University

6 Qs

quiz-placeholder

Similar activities

Computer Network W 2021

Computer Network W 2021

University

10 Qs

Evolution and Paradigms of Programming Languages Quiz

Evolution and Paradigms of Programming Languages Quiz

University

10 Qs

Jetpack Workshop

Jetpack Workshop

University

10 Qs

Basic Programming

Basic Programming

University

10 Qs

Chapter 1: Introduction

Chapter 1: Introduction

University

6 Qs

FGCT4023 Topic 1 - Environment

FGCT4023 Topic 1 - Environment

University

10 Qs

CSNP-04103 Chapter 2 - Components & Data Types

CSNP-04103 Chapter 2 - Components & Data Types

University

10 Qs

Get Started with React

Get Started with React

University

10 Qs

PRG1 - Day 7 Starter

PRG1 - Day 7 Starter

Assessment

Quiz

Computers

University

Easy

Created by

Steve Rich

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's a computer programming paradigm?

A type of software application.
A programming language syntax.
A fundamental style or approach to programming.
A method for designing hardware components.

2.

MATCH QUESTION

1 min • 1 pt

Match the error to the description

Misspelt keyword

Logic

Incorrect use of logical operators

Runtime

Error during program execution

Syntax

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is version control important?

Version control is unnecessary for small projects as it's easy to keep track of changes manually.

Version control slows down the development process which also leads to increased costs.

Version control is essential for collaboration, change tracking, and project management.

Version control is only for software developers.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the most popular version control solution used in industry today?

Subversion
Git
Mercurial

CVS

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these languages 'leans heavily' towards supporting one particular paradigm?

Python
JavaScript

Java

Answer explanation

Java is primarily an object-oriented programming (OOP) language. While it does allow for some procedural programming elements, its core design and features heavily emphasise OOP principles

6.

MATCH QUESTION

1 min • 1 pt

Match the following paradigms to their definition

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

Declarative

A programming paradigm that uses statements to change a program's state.

Procedural

A programming paradigm that expresses the logic of a computation without describing its control flow.

OOP

A programming paradigm that uses a sequence of statements to achieve a desired outcome.

Imperative

A programming paradigm that treats computation as the evaluation of mathematical functions.

Functional