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

COLLEGE OF COMPUTER STUDIES AND MULTIMEDIA ARTS

CCS0004L
(COMPUTER PROGRAMMING)

EXERCISE

1
PROGRAMMING FAMILIARIZATION

Student Name:
Bethany Allysa N. Villarojo
AM01
Section:

Professor:
Sir MICHAEL RICAFRENTE
I. PROGRAM OUTCOME/S (PO) ADDRESSED BY THE LABORATORY EXERCISE
● Apply knowledge through the use of current techniques and tools necessary for the IT profession. [PO: I]

II. COURSE LEARNING OUTCOME/S (CLO) ADDRESSED BY THE LABORATORY EXERCISE


● Solve computing problems using design tools that meets specific requirements. [CLO: 1]

III. INTENDED LEARNING OUTCOME/S (ILO) OF THE LABORATORY EXERCISE


At the end of this exercise, students must be able to:
● Familiarize an environment in creating a C++ program
● Create a simple program, compile and run it.

IV. LABORATORY EXERCISE


Directions: Research ten (10) Programming Languages (PL) and fill-out the information in the table below.

PL Name Description Creator Type Level


Python Python is an interpreted, Guido van Rossum procedural High
object-oriented, high-level
programming language with
dynamic semantics
Java It is used to develop desktop and James Gosling OOP High
mobile applications, big data
processing, embedded systems,
and so on.
C general-purpose programming Dennis Ritchie procedural low
language that is extremely popular,
simple, and flexible to use. It is a
structured programming language
that is machine-independent and
extensively used to write various
applications.
C++ C++ is a general-purpose, Dennis Ritchie OOP low
object-oriented programming
language. It was created by Bjarne
Stroustrup at Bell Labs circa 1980.
C++ is very similar to C (invented
by Dennis Ritchie in the early
1970s). C++ is so compatible with
C that it will probably compile over
99% of C programs without
changing a line of source code.
Though C++ is a lot of

CCS0004L-Computer Programming Page 2


of 4
well-structured and safer language
than C as it OOPs based.
C# is a modern, object-oriented, and Bjarne Stroustrup OOP high
type-safe programming language.
C# enables developers to build
many types of secure and robust
applications that run in .NET. C#
has its roots in the C family of
languages and will be immediately
familiar to C, C++, Java, and
JavaScript programmers.
Java Script JavaScript is a scripting or Brendan Eich both high
programming language that allows
you to implement complex features
on web pages — every time a web
page does more than just sit there
and display static information for
you to look at — displaying timely
content updates, interactive maps,
animated 2D/3D graphics, scrolling
video jukeboxes, etc. — you can
bet that JavaScript is probably
involved.
SQL Structured query language (SQL) Raymond Boyce and neither high
is a programming language for Donald Chamberlin
storing and processing information
in a relational database.
PHP PHP (recursive acronym for PHP: Rasmus Lerdorf both high
Hypertext Preprocessor) is a
widely-used open source
general-purpose scripting language
that is especially suited for web
development and can be
embedded into HTML.
Swift The Swift programming language Christopher Arthur OOP low
is a general-purpose, open-source Lattner
programming language designed
by Apple. The language is
influenced by Python, making it
fast and intuitive. Swift is mainly
used for native iOS and macOS
development.

CCS0004L-Computer Programming Page 3


of 4
Ruby A dynamic, open source Yukihiro “Matz” procedural high
programming language with a Matsumoto
focus on simplicity and productivity.
It has an elegant syntax that is
natural to read and easy to write.

References for answers (6th ed. APA):

● Sharma, R., Kumar, A., & Ramakrishnan, M. (2022, October 04). Coding languages list for 2022:
Top 16 languages. Retrieved January 4, 2023, from
https://emeritus.org/blog/coding-career-coding-languages-list-for-2022/
● What is python? executive summary. (n.d.). Retrieved January 4, 2023, from
https://www.python.org/doc/essays/blurb/
● Java. (n.d.). Retrieved January 4, 2023, from
https://www.britannica.com/technology/Java-computer-programming-language
● Thompson, B. (2022, December 31). What is C programming language? basics, introduction,
history. Retrieved January 4, 2023, from https://www.guru99.com/c-programming-language.html
● Thompson, B. (2022, November 12). What is C++? basic concepts of C++ programming language.
Retrieved January 4, 2023, from https://www.guru99.com/cpp-tutorial.html

V. REFERENCES
● Abraham (2015). Coding for dummies. John Wiley and Sons: Hoboken, NJ
● Zak, D (2015). An Introduction to Programming with C++. 8th Edition
● Cadenhead, R et. Al. (2016). C++ in 24 Hours, Sams Teach Yourself (6th Edition).Sams Publishing
● McGrath, M. (2017). C++ programming in easy steps (5th ed.). Warwickshire, United Kingdom: Easy
Steps Limited
● Tale, T. (2016). C++: The Ultimate Beginners Guide to C++ Programing. CreateSpace Independent
Publishing Platform
● http://cs.uno.edu/~jaime/Courses/2025/devCpp2025Instructions.html

CCS0004L-Computer Programming Page 4


of 4

You might also like