Procedural and Object-oriented Languages Quiz

Procedural and Object-oriented Languages Quiz

12th Grade

13 Qs

quiz-placeholder

Similar activities

Module 2 - Lesson 7

Module 2 - Lesson 7

6th - 12th Grade

13 Qs

Intro to Scratch 2

Intro to Scratch 2

KG - University

12 Qs

Python Scoping

Python Scoping

12th Grade

10 Qs

Object Oriented Programming

Object Oriented Programming

11th - 12th Grade

8 Qs

Object Orientated Programming (BTEC Computing)

Object Orientated Programming (BTEC Computing)

11th - 12th Grade

18 Qs

Vocab Day 7

Vocab Day 7

12th Grade

10 Qs

GCSE Computer Science - Programming Keywords

GCSE Computer Science - Programming Keywords

9th - 12th Grade

15 Qs

1.4 principles of programming

1.4 principles of programming

6th - 12th Grade

17 Qs

Procedural and Object-oriented Languages Quiz

Procedural and Object-oriented Languages Quiz

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Paul Bowers

Used 12+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT an object-oriented programming language?

SQL

Python

Java

Delphi

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which of the following type of programming language, the statement express code logic but not the control flow?

Procedural programming

Object-oriented programming

Declarative programming

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the variable doors defined in the class 'Vehicle' accessed in class 'Truck'?

Using super keyword.

Using class methods.

It cannot be accessed.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete this sentence: …………. is a blueprint of an object.

Class

Attribute

Behaviour

Method

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the super-class for the class 'Car'?

Class 'SUV'

Class 'Truck'

Class 'Vehicle'

Class 'Bus'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Complete this sentence: …………….. denotes procedures associated with a class.

Attribute

Method

State

Keywords

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is the variable speed defined in the class 'Vehicle' accessed by class 'Bus'?

Using super keyword.

Using class methods that involves variable speed.

Variable speed cannot be accessed.

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?