octaspiral.com

English

Lectures

Summer 2020 

Syllabus

 

CS300 Computer Programming Summer 2020 Ezra Online Format.pdf

CS500 Computer Programming Summer 2020 Ezra Online Format.pdf

 

 

Please find SSH in the menu abd click

Keep proceding until you find "login"

 

login: compro

password: compro!   

(When you type the password it dose not show up so just keep type)

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Spring 2020 

Syllabus

 

MSCIS 450 Web Application Development Spring 2020 SSU.pdf 

 

MSCIS 450 Web Application Development Spring 2020 CIS.pdf

MSCS 450 Mobile Application Programming Spring 2020 CS.pdf 

 

 

Please find SSH in the menu abd click

Keep proceding until you find "login"

 

login: compro

password: compro!   

(When you type the password it dose not show up so just keep type)

 

 

 

 

 

 

 

 

 

 

 

Winter 2020

CS501 Introduction to Computer Information Systems Winter 2020 EZRA.pdf

MSCS100 Introduction to Programming Language Winter 2020 EZRA.pdf

 

ID: compro

PW: compro!

 

Hello C Winter 2020.pdf

Conditional 1 Winter 2020.pdf

Basci input and Conditional 1 Winter 2020.pdf

Fibo Winter 2020.pdf

Arith Seq I Winter 2020.pdf

Geo Seq I Winter 2020.pdf

Quad Eq I Winter 2020.pdf

Prime Number Winter 2020.pdf

 

 

 

 

 

 

 

 

ED410 Church Administration Data Structure Fall 2019 Ezra.pdf

CS310 Data Structure Fall 2019 Ezra.pdf

 

https://45.58.0.194:4200/

 

 

Syllabus

ED410 Church Administration Data Structure Fall 2019 Ezra.pdf

CS310 Data Structure Fall 2019 Ezra.pdf

 

ID: compro

PW: compro!

 

Lecture 1 10/8/19

Hello C Fall 2019.pdf

 

Lecture 2 10/15/19

if I .pdf

 

Lecture 3 10/22/19

if part 2 Fall 2019.pdf

 

Lecture 4 10/29/19

Loop Star.pdf

 

Lectuer 5 11/12/19

Order I.pdf

 

Lecture 6 11/19/19

Array 1.pdf

 

Lecture 7 11/26/19

Swap Function 1.pdf

 

Lecture 8 12/3/19

Conditional I.pdf

 

 

 

 

 

 

 

 

Syllabus

CS500 Computer Programming Ezra SU19.pdf

 

-------------------------------------------------------------------------

Lecture 1 (7/8/19)

http://octaspiral.com/home/board_YQBK50/702

Hello C April 2019.pdf

-------------------------------------------------------------------------

Lecture 2 (7/15/19)

Fibo Summer 2019.pdf

-------------------------------------------------------------------------

Lecture 3 (7/22/19)

Quad Eq May 2019.pdf

-------------------------------------------------------------------------

Lecture 4 (7/29/19)

Compro Loop Star Su19 Ezra.pdf

-------------------------------------------------------------------------

Mid Check (8/5/19)

-------------------------------------------------------------------------

Lecture 5 (8/12/19)

Order I Su19 .pdf

------------------------------------------------------------------------

Lecture 6 (8/19/19)

Prime Number.pdf

 

------------------------------------------------------------------------

Lecture 7 (8/26/19)

Com arr1 SU19.pdf

 

-------------------------------------------------------------------------

 

 

 

--------------------------------------------------------------------------------------------

Please go to your website and find

"Mon Compro Su19" in the menu

Click the menu and 

 

login: compro

PW: compro!

 

When you type the PW, letter will not show up but do not worry

(This is very safe website so no worries please keep going)

 

After login

mkdir  Your First name without space

ex) mkdir  han

 

let's go to your folder

 

cd  han

 

please check your folder is in

 

www.octaspiral.com/comlang

 

This is different with your web site

 

Whenever you want to make a program please go to your folder first

Otherwise your program cannot be graded !!!!!!!!!!!!!!!

 

Editing

 

vi  hello1.c

type i : changing editing mode

 

please type

--------------------------------------------------

#include<stdio.h>

void main()

{

             printf("nn Hello this is my first program. nn");

}

----------------------------------------------------

Thereafter please hit "ESC" key and type

 

:wq!

 

for save and exit

 

Please type

 

gcc  hello1.c  -o  hello1.out

 

For compiling

(If you find any error please type  vi  hello1.c  AGAIN and edit)

 

please type

./hello1.out

 

For running

 

If you successfully done for hello1.out

Please do hello2.c, hello3.c, hello4.c, and hello5.c.

 

Everything shoud be in your folder !!!!!!!!!!!!!!!!

-------------------------------------------------------------------------------------------

Practice 2 (4/17/2019)

Comlang Loop Star Spring 2019 Sierra.pdf

-------------------------------------------------------------------------------------------

Practice 3 (4/24/2019)

Comlang Loop Star II Spring 2019 Sierra.pdf

Fibo Spring 2019.pdf

--------------------------------------------------------------------------------------

Practice 4 (5/8/19)

Comlang Order Spring 2019 SSU.pdf

--------------------------------------------------------------------------------------

Practice 5 (5/15/19)

Comlang arr1 Spring 2019 SSU.pdf

-------------------------------------------------------------------------------------

Practice 6 (5/22/19)

Please develope a program which can store 9 datas into 3x3 array

and display the datas at the end of the program.

We may can use the following information

 

...

....

int m[k][p];

...

...

for (i=1; i<=k;i++)

    {

        for (j=1; j<=p; j++)

            {  

                 printf(.......................

                 scanf("%d", &data_input);

                   m[i][j] = data_input;

            }

     }

....

....

--------------------------------------------------------------------------------------

Practice 7 (5/29/19)

Please update your last week with addtional output.

 

ex)

     1     2     3

     4     5     6

     7     8     9

 

Sum_of_1stRow = 6

Sum_of_2ndRow = 15

Sum_of_3rdRow = 24

Sum_of_1stCol = 12

Sum_of_2ndCol = 15

Sum_of_3rdCol = 18

 

------------------------------------------------------------------------------- 

 

 

Syllaus

MSCIS410 Programming Language SSU S19.pdf

 

Practice, 4/10/19

Video http://octaspiral.com/home/board_YQBK50/706

Hello C April 2019.pdf

 

 

Practice

CS320 Algorithms I Winter 2019 Ezra.pdf (1/15/2019)

CS320 Algorithms II if Winter 2019 Ezra.pdf (1/22/2019)

CS320 Algorithms III if II Winter 2019 Ezra.pdf (1/29/2019)

CS320 Algorithms IV Loop Star Winter 2019 Ezra.pdf (2/5/2019)

Mid Exam (2/12/19)

CS320 Algorithms V Loop Numbers Winter 2019 Ezra.pdf (2/19/19)

CS320 Algorithms VI Loop Start 2 Winter 2019 Ezra.pdf (2/29/19)

CS320 Algorithms VII Func I Winter 2019 Ezra.pdf (3/5/19)

 

 

MAT2111 Essentials of Calculus Fall 2018 SSU.pdf 

MSCS300 Computer Programming Fall 2018 SSU.pdf 

 

 

Practice

calculus and com I Fall 2018 SSU.pdf 

calculus I quad Fall 2018 SSU.pdf (10/18/2018)

Quad Problems.pdf (10/25/2018)

calculus Area I Fall 2018 SSU.pdf (11/15/2018)

Calculus Area II Fall 2018 SSU.pdf (11/29/2018)

 

Final Project 

area3.c

IMG_0385.jpg

 

 

TextBook

Precalculus_Demystified_(McGraw_Hill-2005).pdf 

 
 
No. Subject Author Date Views
» Lecture Notes, Syllabus, and Sample Text Book file admin 2018.10.15 2446