PRG1 - Day 7 Starter

PRG1 - Day 7 Starter

University

6 Qs

quiz-placeholder

Similar activities

02 - Python - Introduction & Installation

02 - Python - Introduction & Installation

University - Professional Development

10 Qs

Java Quiz#0(Fundamentals)

Java Quiz#0(Fundamentals)

University

10 Qs

Activity 3

Activity 3

University

10 Qs

Q13 - Sys Fund

Q13 - Sys Fund

University

10 Qs

BASIC PROGRAMMING QUIZ by Group 5

BASIC PROGRAMMING QUIZ by Group 5

University

10 Qs

Introduction to Programming

Introduction to Programming

University

10 Qs

Version Control Systems Quiz

Version Control Systems Quiz

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

Incorrect use of logical operators

Logic

Error during program execution

Runtime

Misspelt keyword

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 that expresses the logic of a computation without describing its control flow.

Functional

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

OOP

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

Procedural

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

Imperative

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

Declarative