wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CSC 200

Total questions: 24

Worksheet time: 2hrs 45mins

Name
Class
Date
1.

Are number of classes which define attributed and operations

a)

Objects

b)

Classes

c)

Sub-class

d)

inheritance

2.

It is the principle of design and development of programs using modular approach.

a)

HTML

b)

Visual Basic

c)

Object Oriented

d)

C/C++

3.

It is a collection of objects that have identical properties, common behavior, and shared relationship

a)

Objects

b)

Class

c)

Sub-class

d)

Inheritance

4.

Style syntax used to design Java that System and application programmers would find similar.

a)

C/C++

b)

Java

c)

Java Script

d)

Visual Basic

5.

Initially, the name given to Java language is after the tree that stood outside Gosling’s office.

a)

Mango

b)

Apple

c)

Oak

d)

Orange

6.

The process of representing essential features without including background details or explanation.

a)

Data encapsulation

b)

Data inheritance

c)

Data mining

d)

Data abstraction

7.

It is a process by which one object can acquire and use the properties of another object.

a)

Encapsulation

b)

Inheritance

c)

Mining

d)

Abstraction

8.

Small applications written in Java programming language

a)

a.       Java applets

b)

Java

c)

Java Bytecode

d)

Java VM

9.

One of Java editions that is used to develop server-side application.

a)

Java script

b)

Java standard edition

c)

Java enterprise edition

d)

Java micro edition

10.

Are words that have a specific meaning to the compiler and cannot be used for other purposes in the program.

a)

Comments

b)

Package

c)

Reserved Words

d)

Modifier

11.

Are preceded by two slashes (//) in a line or enclosed between /* and */ in one or multiple lines

a)

Comments

b)

Package

c)

Reserved Words

d)

Modifier

12.

A collection of statements that perform a sequence of operations to display a message on the console.

a)

Statements

b)

Blocks

c)

Classes

d)

Methods

13.

In Java, it is a template or blueprint for objects

a)

Statements

b)

Blocks

c)

Classes

d)

Methods

14.

Ability of an operator and functions to take multiple forms

a)

a.       Data abstraction

b)

Inheritance

c)

Overloading

d)

Polymorphism

15.

It is the process of linking the procedure call to a specific sequence of code or function.

a)

a.       Message passing

b)

a.       Dynamic binding

c)

a.       Overloading

d)

Polymorphism

16.

Allows objects to have different meaning depending upon context.

a)

Message passing

b)

Dynamic binding

c)

Overloading

d)

Polymorphism

17.

It is a command that is terminated by a semi-colon.

a)

Statements

b)

Blocks

c)

Classes

d)

Methods

18.

It evaluates an expression and is considered taken if the specified action on that evaluation is true.

a)

If statement

b)

a.       While statement

c)

If-else statement

d)

Switch statement

19.

Are reserved words that specify the properties of data

a)

Comments

b)

Package

c)

Reserved words

d)

Modifier

20.

Enumeration: Give at least 5 Java IDE tools

4 lines
21.

Enumeration: Give at least 5 characteristics of Java

4 lines
22.

Enumeration: Enumerate at least 5 basic concepts of Object oriented programming (OOP)

4 lines
23.

Application (Screenshot this!!!!!): Deadline October 30, 2021 (7PM) Create sample concept of Polymorphism (Send your drawing/picture on my email address with the ff file name and subject. There will be a deduction to score if instructed format is not followed.) File Name: CSC 200 + Students name (ex. CSC 200 Sumiyaya, Jotham) Email Subject: CSC 200 Midterm (Application)

4 lines
24.

It is complete programming language developed by Sun Microsystems that can be used to develop either web based or stand-alone software.

a)

C/C++

b)

Java

c)

Java script

d)

Visual basic