ITE 300 - SOUTH2

ITE 300 - SOUTH2

University

29 Qs

quiz-placeholder

Similar activities

Phases of compiler Quiz

Phases of compiler Quiz

University

25 Qs

UAS_Kelas C

UAS_Kelas C

University

25 Qs

Understanding Strings and Arrays

Understanding Strings and Arrays

University

32 Qs

Python Quiz SE 27/10/2023

Python Quiz SE 27/10/2023

University

26 Qs

Programming in Java

Programming in Java

University

32 Qs

Tech CivilWar

Tech CivilWar

University

30 Qs

Ruby

Ruby

University

28 Qs

Software Engineering Quiz 3

Software Engineering Quiz 3

University

30 Qs

ITE 300 - SOUTH2

ITE 300 - SOUTH2

Assessment

Quiz

Other

University

Hard

Created by

AIRA LUCERO

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is an object?

Instance of an object

Instance of class

Instance of method

Instance of program

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is class?

General term

Template or blueprint

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

This is the internal storage that is used in the computers and is located on the motherboard.

RAM

ROM

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is the variable that stores elements of a similar data type.

Loop

Array

Conditionals

Data type

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Are used to accomplish a task in programming and can take parameters and process them to get the desired output.

Functions

Conductor

Class

Object

6.

FILL IN THE BLANK QUESTION

20 sec • 2 pts

What could be the output of the program

for(int x = 2; x<=5; x++){

System.out.println(x);

}

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A programming paradigm that encapsulates instructions and data together into objects.

Object-Orientated Programming

Structured Programming

Procedural Programming Languages

Machine Programming Languages

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?