Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

MODULE 12

Scale of Measurement

Subject: COMPUTER ENGINEERING FUNDAMENTALS

Name: MANALO, ALFE JANDEE F.

Student Number:

Course & Section: BS CIVIL ENGINEERING 2-A

Instructor: Joseph Edward M. Samson

Date Submitted: January 17, 2023

Score

QUANTITATIVE METHOD 1
Topic Title:
Scale of Measurement
Intended Learning Outcomes:

Cognitive: Identify and answer the following questions that are based on the topic that was been
tackled.

Theory:

For students to understand the importance and usefulness Fundamentals of computer


engineering in their course.

Interpretation
Instructions. Answer the following Questions in not LESS THAN 5 SENTENCES EACH. Students must
watch the link that is given in SESSION 2 in NEO LMS.
1. what is arithmetic operators?

Arithmetic operators are used in mathematical expressions in the same way that they are used
in algebra. An arithmetic operator is a mathematical function that takes two operands and performs a
calculation on them. They are used in common arithmetic and most computer languages contain a
set of such operators that can be used within equations to perform a number of types of sequential
calculation. 

The arithmetic operators in C programming language are the operators in programming used to


execute or complete the arithmetic operations such as addition, subtraction, multiplication, division,
modulus, and percentage. Arithmetic operators need two operands between one operator to perform
all operations.

2. How arithmetic operators applied in java programming ?

Java arithmetic operators are used to perform simple mathematical operations. In Java, we
consider Addition, Subtraction, Multiplication and Division operators as Basic Arithmetic operators.

QUANTITATIVE METHOD 2
For arithmetic operators, operands should of Numeric Type. Java allows to use of arithmetic
operations on char type, in java char is considered a subset of int.

Operators constitute the basic building block to any programming language. Java too provides
many types of operators which can be used according to the need to perform various calculations
and functions, be it logical, arithmetic, relational, etc. They are classified based on the functionality
they provide.

Generalization:
Instruction: Answer the Question in 2 PARAGRAPHS WITH 5 SENTENCES EACH paragraph.

What Have you Lesson No.12?

I’ve learned a lot from this lesson that’s all about arithmetic operators and use in java
programming. Arithmetic Operators in Java are used to performing arithmetic or mathematical
operations on operands, and the operators constitute the basic building block to any
programming language. Java too provides many types of operators which can be used
according to the need to perform various calculations and functions, be it logical, arithmetic,
relational.

QUANTITATIVE METHOD 3
GRADING RUBRIC

POINTS DESCRIPTION

25-30 Following instruction and Proper justification and explanation of your answer

15-20 With answer but not justified well and not following the instruction

QUANTITATIVE METHOD 4

You might also like