ITE 300 - SOUTH2

ITE 300 - SOUTH2

University

29 Qs

quiz-placeholder

Similar activities

Asking Questions & Finding and Getting Data

Asking Questions & Finding and Getting Data

University

25 Qs

Programming in Java

Programming in Java

University

32 Qs

JAVA

JAVA

University

25 Qs

Software Engineering Quiz 3

Software Engineering Quiz 3

University

30 Qs

Security Analyst

Security Analyst

University

25 Qs

UNIT -3  A Intermediate Languages and TAC Quiz

UNIT -3 A Intermediate Languages and TAC Quiz

University

25 Qs

OODJ CLASS QUIZ

OODJ CLASS QUIZ

University

30 Qs

UAS_KELAS A

UAS_KELAS A

University

25 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?