It Used To Be CSIT 105

You might also like

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

It used to be CSIT 105

Office room 10 computer science department

The beginning of all computations is data

Less talking more thinking

Algorithms
Those lines of statements and instructions given to the computer
system to solve problems is called algorithms.
Algorithms have to be acceptable, optimized and rational.
The problem domain takes the solving process
Programming paradigms

Statement of decree
As a computer scientist,I program using a scientific method called
programming methodology or framework

NB
Take every question he asks in red pen
Solutions in black pen
And notes in blue pen

Install your computer programming Bloodshed C++ Integrated


Development Environment(IDE) and MS Excel

Revision of intro to computer science


Data;Raw facts/figures pertaining to an entity of interest
ASCII
EBCDIC
UNICODE

Transistors can be used to give commands

Question 1
Develop a chart of the powers of 2 from 0 to 20
Memorize and equally create one for the powers of 10 from 0 to 10 and
compare

Question 2
ASCII Chart/Table
Draw the table of the ASCII of A-Z and a-z and their bit representations
and positions

Computer Systems
A system is a set of interrelated components that work together to
achieve a defined goal

Jon von Neumann Architecture


The relationship between the processor and the memory is key to my
understanding of computer programming

Main memory has locations and locations have address which is called
the memory address of a location

Sequence
Selection
Iteration

Seven layer architecture

You might also like