Object Oriented Programming

Object Oriented Programming

University

10 Qs

quiz-placeholder

Similar activities

CS0023 - Context Free Grammar Quiz Game (Continuation)

CS0023 - Context Free Grammar Quiz Game (Continuation)

University

12 Qs

PythonBasics

PythonBasics

University

14 Qs

Quiz 6 Teori Bahasa dan Otomata

Quiz 6 Teori Bahasa dan Otomata

University

10 Qs

UNIT 1 - WHAT IS C++

UNIT 1 - WHAT IS C++

University

10 Qs

C Programming Basics -  002

C Programming Basics - 002

University

10 Qs

C# Conditions Quiz

C# Conditions Quiz

University

8 Qs

Unit 1 - Classes and Objects

Unit 1 - Classes and Objects

University

10 Qs

DATA STRUCTURES QUIZ

DATA STRUCTURES QUIZ

University

15 Qs

Object Oriented Programming

Object Oriented Programming

Assessment

Quiz

Computers

University

Hard

Created by

Genesis Guimba

Used 98+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

_________ are used to store up temporary data to be used in our program's runtime.

Datatype

Identifiers

Variables

Data

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The type of data inside our variable.

Data

Variables

Identifiers

Data Type

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

It is the name of the variables that the programmer indicated and it is used to read and write to the variable.

Identifiers

Datatype

Variables

Concatenation

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The process of joining strings together with the plus operator.

Identifiers

Concatenation

Datatypes

Variables

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Syntax in declaring variables

identifier datatype;

identifier datatype = value;

datatype identifier

value = identifier datatype;

datatype identifier

value identifier = datatype;

datatype identifier;

datatype identifier = value;

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Syntax in reassigning variables

identifier = value

identifier = value;

value = identifier

value = identifier;

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the ff. is an example of Concatenation

"Hello" + "World"

2 + 3

'a' + 3

Hello + World

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?