Introduction To Computing-Theory
Introduction To Computing-Theory
1 NCEAC.FORM.001.C
Programming Assignments Done in Yes (C++ Programs)
the Course
Class Time Spent on (in credit hours) Theory Problem Solution Social and Ethical Issues
Analysis Design
1 1 1 0.0
Oral and Written Communications Yes
2 NCEAC.FORM.001.C
Book
Evaluation CLO
Lecture Topics Referenc
Used Covered
e
Introduction of Computer Science
Introduction to Computers
What is a Computer?
Applications of Computer
Types of computer
RAM
1st CH#1
Input/Output Devices
Storage
CPU
3 NCEAC.FORM.001.C
Hello World Program in C++
Syntax Errors
Arithmetic expression
CH#2
2nd
Output Numbers (Literal Constants)
(cout << 2 << endl;)
Arithmetic Operators (+, -, *, /, %)
Defining Expression/Arithmetic
Expression
4 NCEAC.FORM.001.C
Variable
Concept/Purpose of variable
Concept of Type
Declaration of variable/Syntax,
Semantics
Initialization of variables
Need/Purpose of Selection
Selection: if and if...else
One-Way Selection
Solution/Algorithm development
(Pseudo-Code and Flow-Chart)
5 NCEAC.FORM.001.C
(==) and the Assignment Operator (=)
Operators
Pre/Post-Increment
Pre/Post-Decrement
Order of Precedence
Ascii values
Solution/Algorithm development
(Pseudo-Code and Flow-Chart and Dry-
Run the loop).
6 NCEAC.FORM.001.C
Problem Solving Using Loops
MID Term
MID Term Review
Nested Loop
7 NCEAC.FORM.001.C
1D Array and condition statement
A character I/O
8 NCEAC.FORM.001.C
1D Character Arrays (C-String)
16th Revision
9 NCEAC.FORM.001.C